Hi @simraysir,
Thanks for reaching out!
WP User Frontend includes a drag-and-drop form builder for creating frontend posting forms. Since tagDIV Composer is also a drag-and-drop builder, it’s possible that both are trying to load similar scripts or libraries, which may be causing the conflict.
To troubleshoot this further, we recommend the following steps:
- Enable Debug Mode
Add the following to your wp-config.php file:
–
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
Then try loading the tagDIV Composer again. Check the wp-content/debug.log file for any errors.
- Check the Browser Console
Open the browser console (right-click → Inspect → Console tab) and look for JavaScript errors that occur when the composer fails to load.
- Confirm the Conflict
Deactivate WP User Frontend and see if the tagDIV Composer works again. This helps confirm the source of the conflict.
If confirmed, please share any error logs or console messages you find, and we’ll be happy to take a deeper look.
Best regards,
Hello @simraysir,
Due to inactivity, I am closing this topic as resolved. Feel free to create a new topic if needed.
Appreciate your understanding and cooperation wholeheartedly.