Expired
Hello
I created 120 sliders in slider revolution, then in slider option of the page menu i selected revolution slider and then in “Select one of the created revolution sliders.” only shows the first 100 sliders and I can not select the remaining.
Hello,
Please go to: tower\includes\core and open: codeless_metaboxes.php. Search for this code :
$sliders = $wpdb->get_results( "SELECT * FROM $table_name ORDER BY id ASC LIMIT 100" );
(line 496)
Here you can change the limit of sliders allowed as you wish .
Best regards!
You must be logged in to reply to this topic.