 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
December 21, 2015 at 8:17 pm #556153Hello, 
 How can I make a global layer on slider using child theme ? Because when is more than 1 slider and it changed – this layer moving too
  - 
		This topic was modified 9 years, 10 months ago by mdxclr. 
 December 21, 2015 at 9:01 pm #556168Hey mdxclr! I am really sorry but your question is not clear enough. 
 Please try to descirbe for us, exactly what you need so we can help you properly.Best regards, 
 BasilisDecember 21, 2015 at 10:16 pm #556212I have 4 sliders. I create a layer on each of them, but when the slider is changed – this layer hide and show again. 
 I want to make a global layer (transparent label with a text, like on my screenshot) on ALL sliders. It must be 1 layer on all 4 sliders.I can do this if edit templates of layer slider, but after update – I lose my changes. Is there any other way? December 22, 2015 at 11:15 pm #556785It calls “Static layer”, found solution here: https://kriesi.at/support/topic/layerslider-wp-static-slide-layer-over-all-slides/ But is any way to add code inside layer slider div? December 28, 2015 at 1:42 am #557638Hi! You could create a new layer in the slide and add whatever you need in the “Text” tab of the layer. Regards, 
 ElliottJanuary 10, 2016 at 1:37 am #562546But if slide change – this layer fade-out and fade-in again or blink. January 11, 2016 at 2:26 pm #563152Hi! Unfortunately, there is no global layer option in the layer slider at the moment except for the YourLogo option which is an image visible throughout the slider transition. You can find it on Slider Settings > YourLogo. Regards, 
 IsmaelJanuary 21, 2016 at 1:42 pm #569372The best way to make this is a function: add_filter('ava_after_main_container', 'ava_after_main_container_mod', 20, 1); function ava_after_main_container_mod() { $output = 'custom_code'; echo $output; }Solved. 
- 
		This topic was modified 9 years, 10 months ago by 
- 
		AuthorPosts
- The topic ‘Global layer on Layer slider’ is closed to new replies.
