I turn on debuging true and get this error message.
Fatal error: Call to undefined method AT_Meta_Box::addCode() in /www/htdocs/w01210c7/schubladenvertrag_prod/wp-content/plugins/shortcodes-ui/config/shortcode.advanced.meta.php on line 36
With Debuging turned on I get this:
Fatal error: Call to undefined method AT_Meta_Box::addCode() in /www/htdocs/w01210c7/schubladenvertrag_prod/wp-content/plugins/shortcodes-ui/config/shortcode.advanced.meta.php on line 36
Ok, for everyone who get the same error here is my solution:
1. Copy the plugin to your computer , find all “AT_Meta_Box” strings in several files inside of plugin folder and change it to something else. I just add T to make it “ATT_Meta_box” and everything is working for me.
2. overwright this changed files back to plugin folder on your FTP server in the same path and have fun.
I have no idea why and how “AT_Meta_Box” class make a conflict.
Really nice trick justfly1984, it`s works for me.
If somebody else have this same problem:
Just change the exact “AT_Meta_Box” string.
Also there are:
at_Meta_Box_Validate
at_meta_box_nonce
Dont change those strings.
Bless
Glad, my experience help to you. Bless.