Hi @babelhalsupport,
Thanks for your patience while we researched this further. We’ve attempted to recreate the issue on our end but haven’t been able to do so. I’d recommend upgrading the plugin to the latest version (4.4) from your current version (4.2.1) to see if that resolves the issue.
If the problem persists after the update, it’s likely due to a plugin or theme conflict. Here are some steps you can follow to troubleshoot: How to Troubleshoot Plugin or Theme Conflicts:
Update Everything:
- Ensure WordPress, your theme, and all plugins are updated to their latest versions, as outdated versions can sometimes cause conflicts.
Switch to a Default Theme:
- Temporarily switch to a default WordPress theme like Twenty Twenty-Three to check if the issue is related to your current theme.
- To switch themes:
- Go to Appearance > Themes.
- Activate a default theme and check if the problem persists.
Deactivate All Plugins:
- Deactivate all other plugins except the one in question.
- Go to Plugins > Installed Plugins.
- Select all plugins and choose “Deactivate” from the bulk actions dropdown.
- Test the site functionality after deactivating to see if the issue is resolved.
Reactivate Plugins One by One:
- Reactivate each plugin one by one, checking for the issue after each activation. This will help identify if a specific plugin is causing the conflict.
Check the Browser Console for Errors:
- Open your browser’s developer tools (press F12 or Ctrl+Shift+I) and look for any JavaScript errors in the Console tab. Errors here may indicate a conflict.
Use a Staging Environment:
- If possible, perform these steps in a staging environment to avoid affecting your live site. You can use a plugin like WP Staging or set up a local development environment.
Enable Debugging Mode:
- Turn on WordPress debugging by adding the following lines to your wp-config.php file:
php define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );
- This will log any errors to a debug.log file located in your wp-content directory.
Following these steps should help pinpoint whether the issue is related to a theme or plugin conflict. Let us know how it goes or if you need further assistance!