Aida G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mysql slow queries issueMy host is names.co.uk and I’m using WPML.
Forum: Fixing WordPress
In reply to: Media upload & wpml duplicate issues after wordpress 4.5 updateIssues are solved. In WPML settings (WPML->Translation management->Multilingual Content Setup) there was one setting which was preventing media to work properly. I changed it to “Do nothing” with media and now media works.
And duplicate issue was caused because of some codes in functions.php. By modifying them I made it to work.
Forum: Plugins
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Slow QueryI have same problem. I’m using names.co.uk server. Is there any solution to this ?
Forum: Fixing WordPress
In reply to: Media upload & wpml duplicate issues after wordpress 4.5 updateI have tried to disable all plugins and media issue still exists. Any suggestions ?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] disable searching within wordsThank you very much.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] disable searching within wordsI tried choosing ‘Don’t use fuzzy search’ option from dropdown, but no success it still highlights letters from word. Any other solution?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] disable searching within wordsdo you have any suggestion what can I do with highlighting without changing that regexp, pls?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] disable searching within wordsI changed regexp for highlighting and it works:
Regexp before:"/($pr_term)(?!(^&+)?(;))/iu"
and
Regexp now:"/\b($pr_term)\b/"
I made changes in excerpts-highlights.php