- This topic has 11 replies, 3 voices, and was last updated 1 year, 6 months ago by
Tom.
-
AuthorPosts
-
September 6, 2019 at 9:12 am #1002715
Joao Vicente
Hi, when I click on edit page, it shows a blank screen with a lot of errors in console.
So I activated WordPress Classic Editor and I was able to edit the page. But even though Yoast Free its not working anymore with GP.When I change theme everything works again.
I made a video to make it clear https://www.loom.com/share/deee663786d048649d32543682c005f3
Im using shared host of Hostgator, as I have always used.I also already tried to deactivate all plugins, but without success.
Any help?Tks!
September 6, 2019 at 9:19 am #1002719Leo
StaffCustomer SupportHi there,
Couldn’t quite tell from the video but looks like a lot of errors are coming from the plugins.
Can you deactivate all plugins except GP Premium and Elementor to see if all the errors still exist?
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 6, 2019 at 9:39 am #1002747Joao Vicente
Yes I already deactivated all plugins except elementor and GP and all errors still there. do you want admin credentials?
September 6, 2019 at 9:41 am #1002748Leo
StaffCustomer SupportSure! You can send the dashboard access using Account Issue here:
https://generatepress.com/contact/Please include the following information:
β The URL of this topic.
β Login URL.
β Username and password.Please leave all plugins except GP Premium disabled for now.
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 6, 2019 at 10:55 am #1002786Joao Vicente
i just sent, thanks!
September 6, 2019 at 11:00 am #1002789Leo
StaffCustomer SupportCan you please disable all plugins except GP Premium?
Sorry we are not allowed to do that for you.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 6, 2019 at 11:37 am #1002807Joao Vicente
done, except elementor and gp premium (without elementor there is no website lol)
September 6, 2019 at 1:25 pm #1002874Leo
StaffCustomer SupportWeird. Have you modified WordPress core files at all?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 6, 2019 at 1:36 pm #1002883Joao Vicente
No I didnt
September 6, 2019 at 1:36 pm #1002884Joao Vicente
Maybe installing child theme would be an option to solve that?
September 6, 2019 at 1:37 pm #1002886Leo
StaffCustomer SupportChild theme wouldn’t help I don’t think.
I’ve forwarded this issue to Tom. He will get back to you later π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/September 6, 2019 at 2:58 pm #1002935Tom
Lead DeveloperLead DeveloperYou have this custom function added into the theme
functions.php
file:function defer_parsing_of_js ( $url ){ if ( FALSE === strpos( $url, '.js' ) ) return $url; if ( strpos( $url, 'jquery.js' ) ) return $url; return "$url' defer "; } add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
Does the issue go away if you remove it?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.