Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
Hey Enflod Team,in the LayerSlider API documentation
http://guide.dream-theme.com/Layer%20Slider%20Documentation/documentation/documentation.html#layerslider-api
i found some sample code to control the slider but it`s not workig for me :(Did someone try to use the layerslider-api with wordpress and enflod?
“Switch slides with custom controls:”
<a href="javascript:void(0);" onclick="$('#slider').layerSlider(2);">Change to slide 2</a>
Can you help me please to add an custom navigation to the layerslider?
custom navigation area code:
source: http://pastebin.com/YHBFk1CR<!-- Custom navigation bar --> <ul id="layerslider_nav"> <li>Layer #1</li> <li>Layer #2</li> <li>Layer #3</li> <li>Layer #4</li> <li>Layer #5</li> </ul> <!-- Navigation bar style settings --> <style type="text/css"> #layerslider_nav li { display: inline-block; } #layerslider_nav li.active { color: red; } </style> <!-- Event handler for slide change --> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('#layerslider_nav li').click(function(e) { // Prevent browser's default submission e.preventDefault(); // Get selected layer index var index = jQuery(this).index() + 1; // Change slide by calling LayerSlider API function jQuery('#layerslider_1').layerSlider(index); }); }); </script> <!-- cbAnimStop callback function to set active class and highlight --> function(data) { // Remove highlight from every menu item jQuery('#layerslider_nav li').removeClass('active'); // Get the index of the active layer var index = data['curLayerIndex'] - 1; // Set active class and highlight jQuery('#layerslider_nav li').eq(index).addClass('active'); } // BE AWARE !!! // to change the #layerslider_1 selector to your ID or class name
Ist der einzelne Slider vielleicht gesperrt?
Versuche doch einmal den LayerSlider mit einen alternativen Browser zu bearbeiten.December 15, 2015 at 1:27 pm in reply to: Kann die Enfold Theme Options für weitere Sprachen nicht speichern #552988You can disable the footer socket for each page (right menu):
December 15, 2015 at 12:52 pm in reply to: #ID Links only working with active slides / LayerSlider #552971Dear support,
I searched for a suggestion to my problem, but nothing seems to be helpful :(I need an navigation for the LayerSlider:
Is there any Solution?Thanks and best regards,
Micgreat service, thank you!
I only have to add: “z-index:3;” to make it visible.
thx and have a nice day
Mic
Thank you for your quick response! Excellent customer service!
I want to display the logo/ partner element inside the full page background image slider. How can I do it?
Please take a look at the image link attached (It should look like this – website-logos.jpg)
Can you please help me with this?Enflode is an greate template and if you can find an solution for my problem you will have one more very happy consumer.
Thanks,
MicHi Rikard / Kriesi Team,
I want to put the “Unsere Partner” Logos at the bottom inside the full page background image slider.
Manual image/ logo integration would be fine too (css).
Please help me.Thanks and greetings
Mic -
AuthorPosts