-
AuthorPosts
-
December 16, 2015 at 5:13 pm #553847
Hello
I would like to completely hide the slider on my website when in responsive? I’m using the regular Enfold Slider and not Layerslider.
Thank you for the necessairy css
Best,
SamDecember 16, 2015 at 5:20 pm #553854Hi Sam!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Cheers!
YigitDecember 16, 2015 at 6:03 pm #553904Thanks Yigit,
I copied this code into the css panel:
add_theme_support(‘avia_template_builder_custom_css’);
But the custom css doesn’t show up in the menu of the fullwidth-slider. I can’t place the slider module into a color section
Thanks for your help!
SamDecember 16, 2015 at 6:41 pm #553929Hi!
In that case you can give your color section element a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS
@media only screen and (max-width: 990px) { #your-unique-id { display: none !important; }}Regards,
YigitDecember 17, 2015 at 10:13 am #554297Yigit,
I tried that as well but I cannot place the slider module into the color section. This is a major issue because the slider does not look good in responsive.
Help is much appreciated
December 17, 2015 at 2:15 pm #554389Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .home #full_slider_1 { display: none !important; }}Best regards,
YigitDecember 17, 2015 at 6:30 pm #554576Thanks but the code is not working. Is the code correct?
Thanks a lot for your help!
SamDecember 21, 2015 at 6:18 am #555761Hey!
The code should hide the slider on screens smaller than 990px. Where did you add the code? Please post the login details here so that we can check it.
Cheers!
IsmaelDecember 21, 2015 at 5:50 pm #556082Hey guys,
Thanks a lot, it actually works now. I must’ve had messed up in the css panel. Sorry to bother you!
Best,
SamDecember 21, 2015 at 9:16 pm #556179Hey!
We are glad you got that short out!
Btw, If you have a moment, I would very much appreciate if you could quickly rate the Enfold to themeforest, which wiII heIp us keep the deveIopment up!Please do not hesitate to contact us, if you do need anything else.
Best regards,
Basilis -
AuthorPosts
- The topic ‘Diasable the Slider in Responsive’ is closed to new replies.
