-
AuthorPosts
-
July 26, 2015 at 11:14 am #478718
Hi,
Is it possible to remove the fullscreen easy slider from mobile display?
On a normal screen it looks awesome but not on a mobile screen.THX Freek
July 27, 2015 at 9:13 am #478950Hi Freek!
Yes it is, could you provide us with a link to the site in question so that we can take a closer look please? You could also create a separate slider for mobile and we can hide/show it with CSS.
Cheers!
RikardJuly 27, 2015 at 9:37 am #478961Yes i can. This is a testsite for a new customer.
I don’t want to show the slider on a mobile device.
THX FreekJuly 27, 2015 at 4:47 pm #479160Hi!
You forgot the link. If it’s the fullscreen slider then add this to a codeblock element in your page.
<style type = "text/css"> @media screen and (max-width: 767px) { .avia-fullscreen-slider { display: none !important; } } </style>Regards,
ElliottJuly 27, 2015 at 4:52 pm #479167July 27, 2015 at 4:55 pm #479171July 27, 2015 at 4:59 pm #479175And is the Easy slider full screen.
THX Freek-
This reply was modified 10 years, 3 months ago by
Freek.
July 27, 2015 at 5:50 pm #479201Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .home #full_slider_1 { display: none !important; }}Best regards,
YigitJuly 27, 2015 at 6:53 pm #479238What a service. It works like a charm.
THX FreekJuly 27, 2015 at 6:55 pm #479243Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
This reply was modified 10 years, 3 months ago by
-
AuthorPosts
- The topic ‘Nofull screen easy slider on mobile’ is closed to new replies.
