Same question here.
I didn’t select any picture in the slider. It doesn’t show on Chrome but I have a problem with IE (for a change…).
http://les-ptits-meuniers.fr/
Is there a way to temporally deactivate the slider without changing the code ?
To give you the best answer I would need to check out your theme options (which I don’t have the time for right now).
You can add a display none as follows to hide the slider entirely.
.slider-wrapper {
display: none; /* add to hide slider */
width: 100%;
}
As for the description text you wanted to edit, it depends on how your entering that. Does your theme have a field for you to enter that and does the field allow for HTML code?
renaut_c,
I don’t see a slider showing up on your site in IE (ver11) or Firefox. Did you already resolve it?
Thread Starter
so1327
(@so1327)
Hi Middev
Thanks for the prompt reply. The code does the trick with the slider and I am putting the picture in the header instead. I will figure out the other query with the “quote”.
Thanks again!
This can be closed off now.
I didn’t thought about the css code. I edited the function page and I removed the warning message (“there is no picture bla bla bla”)
If you install “dummy data” slider will be added to home page content as shortcode [fruitful_slider]. Edit your home page content and remove it.