stellarjnr.blogg.se

Javascript stopped working on my wordpress theme 2017
Javascript stopped working on my wordpress theme 2017









javascript stopped working on my wordpress theme 2017

I tried activating the Enable jQuery Migrate Helper Plugin but the problem still persist. So Im sure it is something to do with the theme Im using. Initialize http: //localhost/atomx/wp-admin/js/?ver=5.8:2Įxpand http: //localhost/atomx/wp-admin/js/?ver=5.8:2ĪttachEvents http: //localhost/atomx/wp-admin/js/?ver=5.8:2Į http: //localhost/atomx/wp-admin/js/?ver=5.8:2Įmbed http: //localhost/atomx/wp-admin/js/?ver=5.8:2 _toggleExpanded http: //localhost/atomx/wp-admin/js/?ver=5.8:2Ĭollapse http: //localhost/atomx/wp-admin/js/?ver=5.8:2 OnChangeExpanded http: //localhost/atomx/wp-admin/js/?ver=5.8:2 onChangeSectionExpanded is not a functionĬompleteCallback http: //localhost/atomx/wp-includes/js/dist/?ver=54217cb151203a814dd21ea6d0b8763c:2 This is the error Im getting in the Dev Tools Console Uncaught TypeError: t. http: //localhost/atomx/wp-admin/js/?ver=5.8:2Ĭan anyone please point me in the right direction. I have no plugin activated so Im sure it has to do with the theme Im using. Im working on localhost so not able to share a live URL. I have tried so many things over the last few days.

javascript stopped working on my wordpress theme 2017

On JQ function with a few additional adjustments. Activate the classic editor plugin - Did not work.Activate the jQuery Migrate plugin - Did not work.Remove gutenberg support by placing remove_theme_support( 'widgets-block-editor' ) in functions file - Did not work.The more I read about the issue it sounded like it was the new widgets section causing it. So I then saw WordPress brought out a new plugin called Classic Widgets. Zoner It’s a new Real Estate WordPress theme with unique functionality, design and features. Once I activated this plugin it fixed my issue immediately. Perfect for agency owners, personal or standalone Real estate agents, who want to receive personal, regional or global Real estate WordPress website. You can watch videos try Zoner lite on check pages on PSD mockups. So for anyone else running into this issue. add_filter( 'gutenberg_use_widgets_block_editor', '_return_false' ) This is pretty much all it does // Disables the block editor from managing widgets in the Gutenberg plugin. add_filter( 'use_widgets_block_editor', '_return_false' ) Disables the block editor from managing widgets. So instead of using that plugin you can add the above 2 lines to your functions.php file then that should fix it. Hope this will save someone 4 days of struggling like I did.











Javascript stopped working on my wordpress theme 2017