-
AuthorPosts
-
January 17, 2014 at 1:10 am #6352
Trying to put revolution slider on my frontpage in widget area.
Having 10px padding (setting in revolution slider) to archieve some white background on the image
works OK for top-left-right, but buttom seems to show up, then be removed again ? ! ?…..please look at the right sidebar slider widget here (it should be pretty easy to spot the issue 🙂 ):
Thanks.
January 17, 2014 at 4:19 am #6368Hey Morten,
try to adjust the height of the slider. Currently it’s too small the best solution would be to increase it in the slider settings. 800 width and 600 height would be the right parameters.
January 17, 2014 at 4:57 am #6378thanks for getting back to me.
But 800×600 already set in slider options !
(grid settings 800 width 600 height)
slider layout: auto responsiveJanuary 17, 2014 at 5:07 am #6382Hey Morten,
can you send me your WordPress admin login and your site’s address via our contact form so we can take a look at the slider settings? Thanks!
January 17, 2014 at 5:22 am #6385Thank you – have send info via contact mail
January 17, 2014 at 5:54 am #6392You’re welcome! Will look into it now.
January 18, 2014 at 4:43 pm #6646I contacted the plugin developer (slider revolution plugin) myself – and they said to set padding to 0 and add the following CSS:
.rev_slider ul, .rev_slider li {padding: 0 !important}
.widget_revslider {
background-color: #FFF !important;
padding: 5px !important;
-webkit-border-radius: 6px !important;
-moz-border-radius: 6px !important;
border-radius: 6px !important;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
That worked for me on this project and using the widget to output the slider, using the “X” theme…….
January 19, 2014 at 12:31 am #6680Hey Morten,
Sounds like you have everything in order now, let us know if you need anything else.
Thanks!
January 19, 2014 at 11:58 pm #6868well, almost, still issue with a little sizing issue when individual images are loading, but hey, 99% ok now.
ended up using layerslider instead on my project, as this worked 100% out-of-box in regards to what I was trying to archieve.
January 20, 2014 at 2:05 am #6891Awesome, Morten! Glad to know everything is in order now. 🙂
-
AuthorPosts