Fatal error: Uncaught Error: [] operator not supported for strings in /wp-content/plugins/revslider/inc_php/framework/base_admin.class.php:73 with PHP 7 and code using the empty-index array push syntax Solution: Add line $arrMetaBoxes = []; // creates an array Line 73 self::$arrMetaBoxes[] = $box; In revslider/includes/framework/base-admin.class.php, I changed the following line private static $arrMetaBoxes = ”; //option boxes…
How to Fix Syntax error, unrecognized expression href=# wordpress avada theme
After updating the WordPress to 4.5, if fusion portfolios, sliders, testimonials, carousels, equal heights, tabs, contact forms are not working that may because of the following error ” Syntax error, unrecognized expression: [href =#]” The reason is WordPress updated jQuery libraries , but the theme using the old library functions.…