Hey @tuttolaurea,
Thanks for reaching out to us about our plugin!
It sounds like there may be a conflict with the latest version of Avada. Could you share your website URL with me so I can have a look and see if there are any JavaScript errors which could explain the issue?
In addition, it would be good to check for PHP errors as well. Could you please enable WP Debug Mode? To do so, you would need to edit the wp-config.php
file. Near the bottom of this file you’ll find a line that looks like the following:
define( 'WP_DEBUG', true );
What we’d need to see here is the following three lines:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
If you already have those three lines in your wp-config.php
file, would you please ensure that WP_DEBUG
and WP_DEBUG_LOG
are set to true
and WP_DEBUG_DISPLAY
is set to false
?
Once debug mode is turned on WordPress will start logging all PHP errors to a file called wp-content/debug.log
. At this point, please try using the random sorting once more and take a look at the file to see if any of the errors could point you to a reason for the issue. I’d be happy to have a look as well if you’d like to share the file using a tool like Snippi.
Thanks,
Tamara