bruno fernandes
Forum Replies Created
-
Hi Anna,
You should check your local environment setup and please let me know which one you’re using so I can help you investigate this.
You can check this page to compare your .htaccess.
https://developer.wordpress.org/advanced-administration/server/web-server/httpd/
Hi @1nf0tech,
I would suggest we find the actual cause of this problem instead of reverting to an earlier version.
Since you already tried deactivating all plugins without success, could you try switching to a default theme such as Twenty Twenty-Five and see what happens?
Also, please check for errors in the console area of you browser’s devtools (f12) when opening the editor.
Let me know what you find!
Forum: Fixing WordPress
In reply to: A critical error on this websiteHi @emmost,
Are you still no able to log in? And can you please share the error log.
Let’s try and fix this!
Forum: Fixing WordPress
In reply to: Gutenberg opening blank pages on create/edit after WP 7.0 upgradeHi @niksap, thanks for the update!
Can you list the plugins you are using and share the exact console errors you’re getting?
Forum: Fixing WordPress
In reply to: Gutenberg opening blank pages on create/edit after WP 7.0 upgradeHi @niksap,
Since the gutenberg plugin works but the core version doesn’t, it suggests the core version files are not being served properly. You said you cleared the cache, but are you using any CDN services?
Another thing I’d try is deleting both /wp-admin and /wp-includes and replace them from a fresh WP zip. Even though you reinstalled WP7 several times, maybe some files were not overwritten.
Let me know how it goes.
Forum: Fixing WordPress
In reply to: Cannot unlink paddingHi @tandoor,
If you’re using Elementor, select the button you want to edit and in the “style” tab go to “spacing option”. There should be an unlink padding button right next to the padding option. Enable/disable it to edit the values you want.
Hope this helps!
I’m glad you found a solution! But I’d like to share what I found in my research.
It seem that something is interfering with the favicons urls. In devtools->network I found a “/” after the favicon url ( /cropped-favicon-png-32×32.png/ ) and the final response returned as text/html rather then img/png.
I’d investigate any redirects or optimization rules that may affecting that.
Hi Anna,
Since the error occurs after changing the permalink structure it seem to be related to mod_rewrite rules.
Can you tell me which local environment are you using and if there is a .htaccess file in your root WordPress folder?
Let’s try and fix this!Forum: Fixing WordPress
In reply to: Gutenberg opening blank pages on create/edit after WP 7.0 upgradeHi niksap,
I’m sorry you’re having this issue, let’s try and fix that!
Please, go to the devtools in your browser and check the network tab for any 404/403 errors related to Gutenberg or JS. This may help identify if the assets are missing or not loading correctly.
If you find any errors, please share them here.
Let me know how it goes.
Forum: Fixing WordPress
In reply to: Creating Multi Language SiteHello!
I have used the plugin GTranslate in a couple of projects and I like it. It’s quite simple and automatic.
GTranslate is a cloud-based service that mirror your site into different languages, so it doesn’t duplicate content on your server.
The free version doesn’t support search tough.
It’s worth checking it out.