kuckovic
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Bulk update existing patterns?We’ve already looked into this – and it does not solve the “problem”, unfortunately.
Whenever we change something in the pattern-code (PHP-file), we have to remove the pattern, and then re-add it, or else the changes would not apply.I get this behaviour – it’s probably so that you don’t “ruin” something by changing the code. But I still think there should be a way of “forcing” Gutenberg to reload the pattern-code across the page. Maybe it should only be possible through the CLI in some way, so that users cannot do this by a mistake.
I don’t know – just a thought π
Thanks for the input tho!
/ AKForum: Fixing WordPress
In reply to: Need Help π The editor has encountered an unexpected errorHi @herifa
I think you’re stuck in some kind of loop – where you can’t update WordPress (reinstall it from the dashboard). I would suggest doing this through STFP (or FTP) – here’s a start on how to do that: https://developer.wordpress.org/advanced-administration/upgrade/ftp/
I’m running out of ideas :/Forum: Fixing WordPress
In reply to: Deprecated: Optional parameter $field declared – errorThe support forum does not offer support for specific websites.
We can only guide you on how to solve some issues – and maybe even provide some code, if this is necessary – but we can’t do any updates or development on specific sites – for that you’ll have to hire a developer.Forum: Fixing WordPress
In reply to: Deprecated: Optional parameter $field declared – errorI would start there then. It’s important to keep your WordPress site up to date.
You can read more about updating WordPress here
Best regards
/ AKForum: Fixing WordPress
In reply to: Deprecated: Optional parameter $field declared – errorHi @urvashishl
Is your theme updated to the latest version? And also your plugins?
Forum: Fixing WordPress
In reply to: Need Help π The editor has encountered an unexpected errorI assume, when you say you’ve reinstalled WordPress, that you’ve replaced all files (not wp-content)?
If so, I’m out of ideas to what could be wrong.
Is the error copy complete?
It looks like it’s been cut off a bit.Forum: Fixing WordPress
In reply to: Bolding flashes on hoverHi @boxhamster
I can see in the inspector, that when you hover a certain “brz”-class (I assume it’s “Brizy”), it sets the font weight to 500(!). I assume it’s something you can change in the editor, without being 100% certain.If you inspect the page, look at the element with the follwing classes: “brz-wooexcerpt brz-css-d3GMM”
And then you can “force :hover” state on it – after that, you’ll see it overwrites your “<b>” tags.Forum: Fixing WordPress
In reply to: Need Help π The editor has encountered an unexpected errorWhat about the PHP version? If my Wappalyzer is correct, it’s saying you’re running on PHP 8.2.15
If you look at this table – WordPress is only in “Beta support” for this PHP version.
I have encountered similar issues before, where a downgrade to PHP 8.1 actually fixed my problem.Forum: Fixing WordPress
In reply to: Need Help π The editor has encountered an unexpected errorHmm, if the error perssists even if you’ve switched back to default theme and deactivated all plugins, it might have something to do with your setup maybe?
Is everything fully updated as well?Forum: Fixing WordPress
In reply to: nie dziaΕa panel admHi @arleta80
If I translated your request correctly, you’ve changed the site URL in the settings, and now your page isn’t working. Here’s a guide to fix that issue: https://developer.wordpress.org/advanced-administration/upgrade/migrating/#changing-the-url-directly-in-the-database
I hope this helps.
Best wishes
/ AKForum: Fixing WordPress
In reply to: Need Help π The editor has encountered an unexpected errorHi @herifa
Just to troubleshoot – have you tried switching back to the default (TwentyTwentyFour) theme? And/or deactivated all plugins, to see if the error is still there?
Best wishes
/ AKForum: Fixing WordPress
In reply to: Woocommerce my account page is not working and now showing and errorHi @shanthraj
How are you embedding the forms? Using shorcode, block, or specific page-template?
Have you tried disabling your plugins, and then reactivating them one at the time, to see if one of them is causing the issue?That would be my first approach.
Best wishes
/ AKForum: Requests and Feedback
In reply to: What is going on with pluginsI hope it gets fixed soon, so that you can proceed π
Have a wonderful day!
/AKForum: Requests and Feedback
In reply to: What is going on with pluginsIt’s hard to say why – but it probably has something to do with it not following the plugin-guidelines.
The developers will recieve a notification with some details about what’s wrong – and probably a chance to fix the issue.
But this is only a guess.Forum: Fixing WordPress
In reply to: issue with Parse error: syntax error, unexpectedLooks like this is an Astra-related issue.
This should be asked in the dedicated theme-forum (https://wordpress.org/support/theme/astra/)
The theme-developers are more likely to get back to you there π
Have a wonderful day
/AK