Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #205021

    David E
    Participant

    Support,

    My Revolution Slider border is missing the bottom and right-side border. I went through the Forum and your answer to Topic #166776 verified that my border setup approach is correct.

    Here’s the situation:
    I set up my border: http://www.ritesourced.com/wp-content/uploads/2015/02/Slider-Border-Settings_-Scrnshot.jpg

    Then I check it in my Revolution Slider preview (looks good!): http://www.ritesourced.com/wp-content/uploads/2015/02/Slider-Border-Preview_Scrnshot.jpg

    But something happens between the preview and my webpage (disappointed!), causing the bottom border and the right-side border to disappear. It looks to the eye as though the slide somehow shifts down and to the right, covering the border (but it doesn’t appear to do that in the preview, so I’m definitely puzzled): http://www.ritesourced.com/wp-content/uploads/2015/02/Slider-Border-on-Page_Scrnshot.jpg

    I’m running WordPress 4.0.1 (I’ve put off updating because I’m pushing to get the site done by Friday)
    X-Shortcodes 2.4.0

    Any help you can provide will be very much appreciated. Let me know if you need access to my Admin Dashboard or Hosted Files.

    Thanks,
    David

    #205698

    Paul R
    Moderator

    Hi David,

    I am sorry I couldn’t find the slider in your site.

    Can you provide us the url of the page where we could see the issue.

    At the mean time, please update your theme and bundled plugins to latest versions.

    https://theme.co/x/member/kb/updating-your-theme-and-plugins/

    Thanks

    #206128

    David E
    Participant

    Support,

    Here’s the URL for the page. http://www.ritesourced.com/home020815 You’ll see the issue in both sliders.

    Many thanks,
    David

    #206725

    Rad
    Moderator

    Hi David,

    That’s actually a background color and it’s slide overflow to it. The best solution is using border like adding this css at your customizer’s cusom css.

    .wpb_revslider_element.wpb_content_element .rev_slider {
    border: 2px solid rgb(153, 0, 0);
    }

    Cheers!

    #207956

    David E
    Participant

    Support,

    You guys are WP/Themeco Gods – thank you so much for this help. I’m curious – how does the code distinguish between my “above the masthead” slider which shouldn’t get the border (and doesn’t) and the two “on page” sliders that should (and do) get the border? I’ve tried to figure out where the .wpb_revslider_element.wpb_content_element .rev_slider language makes that distinction and am left scratching my head. Not looking for a freebie WP course, just a pointer.

    Thanks!!

    David

    #208265

    Paul R
    Moderator

    Hi David,

    You can make the distinction by looking at the code.

    http://screencast.com/t/AYqP3ttD

    http://screencast.com/t/Xexp0hdLe2i

    If you are using Chrome browser, you can right click on your slider then click on inspect element
    and you should be able to see the codes.

    Hope that helps.

    #208541

    David E
    Participant

    I see exactly what’s happening – and am now wiser for the future. Thanks so much! David

    #208717

    Nico
    Moderator

    Hi David,

    Nice to know! Enjoy!

    Cheers! 🙂