Changing Slideshow Images

More
8 years 11 months ago #44911 by ivan.milic
Did list appear even if pictures are loaded? Or it's just list without images?

Please Log in to join the conversation.

More
8 years 11 months ago #44913 by maurizio
Replied by maurizio on topic Changing Slideshow Images
Currently, the module appears with the list (as in my previous picture), with the background repeated and the sequence of the six slogans but without any images.

Thanks
Maurizio

Please Log in to join the conversation.

More
8 years 10 months ago #44914 by ivan.milic
Hi, let's do next:

First, this issue is caused by default editor, so in your system configuration choose Default editor : Editor none.

After that, go to module slideshow and paste this code, replace code that was there:
Code:
<ul class="cb-slideshow" style="height: 914px;"> <li><span>Image 01</span><div><h3>Dive deeply</h3></div></li> <li><span>Image 02</span><div><h3>inside</h3></div></li> <li><span>Image 03</span><div><h3>the portfolio</h3></div></li> <li><span>Image 04</span><div><h3>of my designs</h3></div></li> <li><span>Image 05</span><div><h3>powered by Joomla!</h3></div></li> <li><span>Image 06</span><div><h3>and HotThemes</h3></div></li> </ul>
The following user(s) said Thank You: maurizio

Please Log in to join the conversation.

More
8 years 10 months ago #44915 by maurizio
Replied by maurizio on topic Changing Slideshow Images
Many thanks Ivan.
Now i know how to restore the initial setting and working of the slideshow in the top1 position. Moreover, i understand that using any editor can cause a problem for it.

I would know something more about the use of this position but, in order to avoid an "offtopic", i think i'm going to open another one.

Thanks again
Maurizio

Please Log in to join the conversation.

More
8 years 9 months ago #45333 by sdsait
Replied by sdsait on topic Changing Slideshow Images
Hi Ivan

How does one change the images in the 'slide show' module? Not the in 'Hot Slicebox' as explained here?

The images on the home page seem to be stored in some invisible directory.

Wondered if you could help before one goes each and every folder searching for location of these images?

See attached.

Thanks so much.

Please Log in to join the conversation.

More
8 years 9 months ago #45337 by ivan.milic
This is exactly how images in 'slide show' module should be set. In module 'Hot Slicebox', you have that option in slide settings.

And you're right, they are set through .css because this is custom html module, and I will explain you procedure:

-in template_css.css find lines that starts like this

.cb-slideshow li:nth-child(*n) span { WHERE *n is numebr of slice (1,2,3...)

after that you have property

background-image: url(../images/6.jpg);

make sure to upload your images and put valid url of that image. Edit this property for all slides you want.

Regards

Please Log in to join the conversation.

Time to create page: 0.143 seconds
Powered by Kunena Forum