-
AuthorPosts
-
May 27, 2016 at 11:09 am #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
FedericaMay 28, 2016 at 4:55 am #639653Hey 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,
IsmaelMay 30, 2016 at 8:35 am #640175Hi 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- This reply was modified 8 years, 5 months ago by amministrazioneatwork.
May 31, 2016 at 5:04 am #640670Hi,
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,
IsmaelMay 31, 2016 at 2:23 pm #640919Thank you Ismael
If i update this limit and then I update the theme I lost the updates? thank you federicaJune 2, 2016 at 4:14 am #641791Hi,
Yes, unfortunately, you will lose the modification after an update. We will ask Kriesi if he will increase this limit permanently.
Best regards,
IsmaelJune 7, 2016 at 9:10 am #643879Thank 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
federicaJune 8, 2016 at 4:52 am #644509 -
AuthorPosts
- You must be logged in to reply to this topic.