Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #639213

    Hi
    please could help us: in the layout editor of the page the advanced layerSlider element doesn’t show in the list all the layerslider so we cannot select the slider we need.
    We created in total about 130 layersliders.
    Thank you
    Federica

    #639653

    Hey amministrazioneatwork,

    Thank you for using Enfold.

    That’s a lot of sliders. Please post the WP and FTP login details here so that we can check the element. Another workaround is to add the actual layer slider shortcode in ALB debug mode. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Example of the layer slider shortcode:

    [av_layerslider id='5']
    

    Best regards,
    Ismael

    #640175

    Hi Ismael
    for the last pages inserted we suggest to our customer this alternative solution but the customer want to use the stardard object.
    Furthermore using the shortcode the layer is displayed in different way (the arrows and the navigation buttons have with different color!)
    Could you verify the problem as soon as possible.
    Thank you
    Federica

    #640670

    Hi,

    Please modify the config-layerslider > config.php file. Look for this code around line 15:

    $sliders = $wpdb->get_results( "SELECT * FROM $table_name WHERE flag_hidden = '0' AND flag_deleted = '0' ORDER BY date_c ASC LIMIT 100" );
    

    .. replace it with:

    $sliders = $wpdb->get_results( "SELECT * FROM $table_name WHERE flag_hidden = '0' AND flag_deleted = '0' ORDER BY date_c ASC LIMIT 300" );
    

    Or adjust the value “300”. Default value is 100.

    Best regards,
    Ismael

    #640919

    Thank you Ismael
    If i update this limit and then I update the theme I lost the updates? thank you federica

    #641791

    Hi,

    Yes, unfortunately, you will lose the modification after an update. We will ask Kriesi if he will increase this limit permanently.

    Best regards,
    Ismael

    #643879

    Thank you.
    Plese could you also verify why the same slider inserted as standard object in layout editor or with shortcode inserted in the code block has a different style?
    Thank you
    federica

    #644509

    Hi,

    What is the shortcode that you use? This is the theme shortcode for the layer slider:

    [av_layerslider id='5']
    

    We don’t advice using the shortcode because the slider will not initialize correctly.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.