ERROR message: “The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.”

I would reinstall WP (don’t overwrite your wp-config.php file). Then reinstall all themes/plugins from original source. You may have to do this with FTP if you don’t have access to admin area. Although FTP is slower (depends on your connection speed), that will ensure that all files have latest versions. Then, use File Manager to … Read more

Shortcode Attribute not defined

If you look at the defaults for location and popTrigger they have single quotes around them… Assuming this is correct you need to add these around the new location value, so it does not think bottom is an (undefined) javascript variable, but rather a string value, via providing ‘bottom’… Or if you don’t want to … Read more