Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Navigation for LayerSlider #553581

    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
    in reply to: LayerSlider WP #553001

    Ist der einzelne Slider vielleicht gesperrt?
    Versuche doch einmal den LayerSlider mit einen alternativen Browser zu bearbeiten.

    Du machst nix falsch, ich denke es ist ein WPML problem.
    Wenn du WPML deaktivierst funktioniert das speichern?

    in reply to: Remove footer socket from one page #552984

    You can disable the footer socket for each page (right menu):

    in reply to: #ID Links only working with active slides / LayerSlider #552971

    Dear support,
    I searched for a suggestion to my problem, but nothing seems to be helpful :(

    I need an navigation for the LayerSlider:
    LayerSlider with Menu
    Is there any Solution?

    Thanks and best regards,
    Mic

    in reply to: full page slider with logos #540957

    great service, thank you!

    I only have to add: “z-index:3;” to make it visible.

    thx and have a nice day

    Mic

    in reply to: full page slider with logos #540841

    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,
    Mic

    in reply to: full page slider with logos #540683

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)