-
AuthorPosts
-
February 12, 2015 at 9:47 am #205021
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.jpgThen 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.0Any help you can provide will be very much appreciated. Let me know if you need access to my Admin Dashboard or Hosted Files.
Thanks,
DavidFebruary 13, 2015 at 2:07 am #205698Hi 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
February 13, 2015 at 3:36 pm #206128Support,
Here’s the URL for the page. http://www.ritesourced.com/home020815 You’ll see the issue in both sliders.
Many thanks,
DavidFebruary 14, 2015 at 3:36 pm #206725Hi 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!
February 16, 2015 at 2:44 pm #207956Support,
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
February 17, 2015 at 3:00 am #208265Hi 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.
February 17, 2015 at 9:31 am #208541I see exactly what’s happening – and am now wiser for the future. Thanks so much! David
February 17, 2015 at 1:00 pm #208717Hi David,
Nice to know! Enjoy!
Cheers! 🙂
-
AuthorPosts