Tagged: LayerSlider
- 
		AuthorPosts
 - 
		
			
				
January 7, 2016 at 12:40 pm #561142
Hi guys,
Is there a quick css way to disable all layers used in the LayerSlider WP, when using the site on a mobile?
Thanks
BR
Jeff- 
		This topic was modified 9 years, 10 months ago by 
jeffreyvanoostrom.
 
January 7, 2016 at 1:54 pm #561195Hey Jeff!
Please go to LayerSlider WP > choose your slider > Slider Settings > Layout > Other Settings and choose to hide your slider on mobile – http://i.imgur.com/TVywg07.png
Cheers!
YigitJanuary 7, 2016 at 2:29 pm #561228Hi Yigit,
But that disables the complete slider, right? I want just the layers (text) to be hidden, not the slide imageBR
JeffJanuary 8, 2016 at 4:50 am #561802Hi,
Not sure if that would be possible but send us a link to the site in question and we’ll have a look.
Regards,
RikardJanuary 11, 2016 at 10:24 pm #563515Any news if it is possible?
January 11, 2016 at 10:39 pm #563525Hi!
Layer slider layers, do have different classes per element.
You can edit it and hide with some media queriesLet us know if that is helpful for you
Best regards,
BasilisJanuary 12, 2016 at 10:20 pm #564181So not possible? I have to give all layers a attribute ID and disable it in css like that?
January 13, 2016 at 9:08 am #564429Hey!
It is possible but you have to find a way to identify the layers and one way is to add the attribute Class or ID. In the Attributes > Classes field, add “only_desktop” for example then add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .only_desktop { display: none !important; } }Regards,
IsmaelJanuary 13, 2016 at 9:10 am #564430 - 
		This topic was modified 9 years, 10 months ago by 
 - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
