kuckovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change internal link URL structureHi @ungowp
Are your old (internal) links working? Do they redirect to the correct page?
I’ve always discouraged my clients from changing permalink structure on a live site – as it can affect your SEO.
You can read more on this topic here.
They also recommend 301-redirects before changing the permalink structure./A
Forum: Fixing WordPress
In reply to: How can I change this?I strongly agree with @threadi here.
Never make changes in the core-files.Forum: Fixing WordPress
In reply to: Site/block Editor layout is no longer working correcting from 6.6Good thing you found out! ??
Thanks for sharing ??Forum: Fixing WordPress
In reply to: Site/block Editor layout is no longer working correcting from 6.6Okay – doesn’t make sense then.
Although, I run 3.5.0 (alpha) – but I don’t use Elementor tho – have you tried disabling Elementor for a second? Just to see if it fixes your editor?Forum: Fixing WordPress
In reply to: I manage the website [removed]Hi @tahura1234
Can you please elaborate a bit more on “Not displaying correctly”?
Maybe a screenshot with some description of the issue?
/AForum: Fixing WordPress
In reply to: Site/block Editor layout is no longer working correcting from 6.6What’s your theme version? And GenerateBlocks too?
Forum: Fixing WordPress
In reply to: Site/block Editor layout is no longer working correcting from 6.6Hi @andygilbertcodel
I also use GeneratePress – but no issues here?
Do you have any errors in the console?Forum: Fixing WordPress
In reply to: How can I change this?This is a longshot – but it has worked before.
You can use a plugin like “LocoTranslate” – and using the “String translation” function in the plugin, you should be able to search for the word “on” – and then you can replace it with an empty string (or a dash, or whatever you need).
/ AKForum: 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.www.ads-software.com/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.