• Resolved databell96

    (@databell96)


    I created a ten slide carousel tonight for testimonials. All text. No images. Added it into my template using php do_shortcode. Slider is there (I checked the code…. all seems to look good) but text does not appear at all. Just a blank spot underneath my H1 for “Stay Healthy. Keep Smiling.”

    Any idea why this is occurring? Turned off my plugins (there were only three) and still no change. Using _underscores as the theme.)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author simonpedge

    (@simonpedge)

    You do have a JavaScript error on your site:
    Uncaught ReferenceError: jQuery is not defined
    (press SHIFT+CTRL+J keys together to see JavaScript console – Chrome & FF)

    Try ticking the “DOMContentLoaded Event” checkbox, under “Other Settings” in the Right-Hand Sidebar of your slider settings.

    Thread Starter databell96

    (@databell96)

    I did that, and the slider now appears when I’m logged in, but when I’m logged out it doesn’t. That’s after clearing cache both on the server and browser and even opening in a private window.

    Also, I noticed when I could see the slides, each one had a min-height set of 264px. I don’t see where I can change that. It should really be the height of the text and that’s a lot less than 264 poxels.

    Plugin Author simonpedge

    (@simonpedge)

    Morning, I see that you have resolved the issue with the slider content not displaying – there’s no JavaScript error when I view your page now.

    But I see that you have a weird thing where the text is overlapping itself for multi-line slides. To resolve this you can try the following code:

    #slider_54 .owl-item .sa_hover_container p {
    	line-height:22px !important;
    }
    Plugin Author simonpedge

    (@simonpedge)

    Issue appears to be resolved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Text-based slides not appearing’ is closed to new replies.