Tagged: enfold, slider revolution
For Some reason a slider i have made in revolution slider doesnt display on my page?
a line just appears.
its located at the bottom of this page.
the slider at the top is layers slider one but i need to be able to build the slider in slider revolution.
i read that there are issues with compatibility? could this be the issue?
many thanks
ben
Hey benhasler,
Best regards,
Victoria
hiya sorry it got taken out during the day but i have popped it back in there at the foot of the page now to see if you can see why its not displaying?
many thanks
ben
Hi ben,
The slider is there but it gets the height of 1px and so does not show. Also, the Layer Slider and the RevSlider get the same id, and is not valid html. You might want to give custom id to one of the sliders.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#layer_slider_1 {
height: auto !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
dropping it into the second option you gave seems to have worked. why does it go in with an automatic value of 1px though? seems odd?
Hi benhasler,
Glad you got it working for you! :)
I am not sure why it adds the height if 1px, I don’t think it’s a good idea to have both on the same page. It can lead to performance implications and JavaScript conflicts.
If you need further assistance please let us know.
Best regards,
Victoria