I am trying to:
Use Layout cells to insert short codes for post content, images, etc, but the short codes aren't loading. The window freezes as shown in the atttached screen shot.
Link to a page where the issue can be seen: hidden link
I expected to see:
Types short-code being inserted
Hello. Thank you for contacting the Toolset support.
Well - In order to minimize the cause of the issue, could you please try to follow following steps:
1)
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
2)
Could you please activate WP_DEBUG from wp-config.php file and send me possible errors for review.
3)
Do you see any error on your server's error log file?
To enable PHP debugging in WordPress, edit your wp-config.php file and add the following:
This produces a file error_log.txt in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, the www-data user).
After this is enabled, all errors that occur when using your website’s front-end and backend, are logged into that error_log.txt file.
I have enabled WP_DEBUG in wp_config.php. I have also created error_log.txt. chown to www-data and chmod to 664. However, I get HTTP ERROR 500 after inserting the ini_set directives in wp_config.php. I'm running it on nginx for your info.
You can try creating View or insert any field short codes in Layout. It will just hang there. Also the main page hidden link featured articles loop slider at the bottom not working too.