• So slide one is linked to a url and it gets cut off and the part that cuts off go onto slide 2! I threw in an extra blank slide after it so that the information would at least display but that is not what I want. Can someone take a peek and let me know what I’m doing wrong or if this is just the wrong solution for our needs?

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

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

    (@simonpedge)

    Try using the following css code:

    #slider_6855 .owl-item .sa_hover_container p,
    #slider_6855 .owl-item .sa_hover_container p iframe {
    max-width:100% !important;
    }
    • This reply was modified 5 years, 6 months ago by simonpedge.
    Thread Starter Shawn Battmer

    (@kadiya)

    Thank you! That worked!

    Plugin Author simonpedge

    (@simonpedge)

    Good to hear! ??

    Thread Starter Shawn Battmer

    (@kadiya)

    I’m sorry I spoke to soon! So it looks great when you preview directly from the Slider but when I insert it on a page in the site https://www.flynoco.com/Terminal-feed
    it shows this code above slide 1: Allegiant Air Routes
    Remote Tower project timeline
    #slider_6855 .owl-item .sa_hover_container p, #slider_6855 .owl-item .sa_hover_container p iframe { max-width:100% !important; }

    And also it still cuts it off. Is there a way to show the slider by itself without inserting into a page on our website?

    Plugin Author simonpedge

    (@simonpedge)

    Hi, I see that you have inserted the CSS Style within the slide content.
    This CSS style must be inserted into your theme’s CSS Style file (style.css file).

    To do this within the WordPress dashboard, click on “Appearance” and then click “Theme Editor”. At the end of the “style.css” file insert the CSS code that I provided.

    Note that you MUST use a Child Theme, otherwise the next time you upgrade your WordPress changes, these CSS style changes will be lost. (Instructions on creating child themes can be found here: https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/)

    Thread Starter Shawn Battmer

    (@kadiya)

    Ah, that’s right. I tried in the custom css in my Jetpack plugin and that did not work. I have tried creating a child theme in the past and it didn’t work with my theme: tonic. I will try the child theme route again and let you know if that works, I have a feeling our theme just doesn’t work well with child themes.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘url slide cut off’ is closed to new replies.