Home › Forums › WoodMart support forum › Slider picture setting
Slider picture setting
- This topic has 44 replies, 3 voices, and was last updated 5 years, 1 month ago by Artem Temos.
-
AuthorPosts
-
November 5, 2019 at 5:48 pm #154961
KHParticipantYour style is not so good in terms of slide. If I use Wootmart slider, everything is ok, except the speed of the slide which is very slow. But if I use the banner carousel. The speed is good but the position of the pagination and next/previous icons are not good. So, there’s no any good way to go with.
November 5, 2019 at 6:01 pm #154962
KHParticipantYour css code just put the pagination icon in place but not the next/previous icon. And When I try to click on the next icon, it’s not working like slider. Have to use mouse to drag to make it slide
November 6, 2019 at 7:16 am #155052
Artem TemosKeymasterTry to add the following CSS code also
.woodmart-carousel-container .banners-carousel .owl-nav > div { color: #FFF; } .woodmart-carousel-container .banners-carousel .owl-nav .owl-prev { left: 5px; } .woodmart-carousel-container .banners-carousel .owl-nav .owl-next { right: 5px; }
November 6, 2019 at 10:16 am #155120
KHParticipantNo, still not working after adding all of your css code given. https://www.dropbox.com/s/12f4z9rsh2642sq/sc49.png?dl=0
November 6, 2019 at 2:02 pm #155180
Artem TemosKeymasterArrows are on the image now https://gyazo.com/110057f277174994ff4203be675999b1
November 6, 2019 at 3:39 pm #155229
KHParticipantNow it’s ok, thanks. At that time I don’t know why it’s not updated. I custom font css but it’s also not updated. Now both the fonts and arrows are now updated.
November 6, 2019 at 4:12 pm #155239
KHParticipantJust one thing. In mobile view, how can I remove this space as described here https://www.dropbox.com/s/7tq5gh89rzwrt31/Screenshot_20191106_224301%20%281%29.jpg?dl=0
– To remove that space in mobile view I add this css code
.whb-header {margin-bottom:0px!important;}
to Custom CSS for mobile and Custom CSS for mobile landscape. But it’s not working.– To add margin bottom I don’t know what to do for mobile. However, in desktop it looks ok for me.
November 7, 2019 at 7:51 am #155333
Artem TemosKeymasterYou just need to add a negative margin top
-40px
for the row with the slider and add some margin to the bottom as well. You can do this with WPBakery page builder without custom CSS.November 7, 2019 at 11:41 am #155399
KHParticipantActually I know how to add the margins there and I already tried but it applies this change to all desktop and mobile view. I just want to change this margin only in the mobile view and in the home page only.
November 7, 2019 at 12:19 pm #155410
Artem TemosKeymasterOK, then try to use the following CSS code instead
@media (max-width: 767px) { .home .banners-carousel { margin-top: -40px; margin-bottom: 40px; } }
November 7, 2019 at 3:20 pm #155474
KHParticipantIt’s ok now. But after you give me css code to custom style on dot and arrow icons, it seems that blank content jumping comes when I reload a page in mobile. Look at this video https://www.dropbox.com/s/ww61h27dgr9urya/video_20191107_221150.mp4?dl=0 and notice the margin or padding bottom, a blank space, appear below the first slide and disappear when the page finishes the load.
November 7, 2019 at 3:34 pm #155479
KHParticipantNot only happens in mobile but in desktop also. Check this screenshot https://www.dropbox.com/s/df73n2b9hshk8f2/sc60.png?dl=0
November 8, 2019 at 3:48 am #155483
Artem TemosKeymasterTry to add the following code also
body [data-hide_pagination_control=no] .owl-carousel:not(.owl-loaded) { padding-bottom: 0 !important; }
November 8, 2019 at 5:01 pm #155824
KHParticipantWork perfectly! Thanks! But I’m afraid this style will not work after the next update.
November 8, 2019 at 7:47 pm #155841
Artem TemosKeymasterDon’t worry, after the update, all changes will be staying.
Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register