Conversation
supportDear Rate My Post Plugin Author, I am experiencing a persistent issue with the plugin where it attempts to load font files (ratemypost.ttf, ratemypost.woff) from an incorrect URL, resulting in 404 errors in the browser console. Despite implementing various troubleshooting steps, including: Creating and activating a child theme Modifying the plugin’s CSS (rate-my-post.min.css) to remove the @font-face definition and/or replace the font-family: ratemypost declarations with system fonts Clearing all website and browser caches Deactivating and reactivating the plugin the plugin continues to attempt to load the fonts from the incorrect URL. The correct URL should be /wp-content/plugins/rate-my-post/public/css/fonts/, but the browser is attempting to load from /wp-content/plugins/rate-my-post/public/css/rate-my-post.min.cssfonts/. I have tried disabling the font pre-load using add_filter, which has also not resolved the issue. I would greatly appreciate your assistance in resolving this issue. Is there a known conflict or setting within the plugin that might be causing this behavior? Any guidance you can provide would be very helpful. This is de output of pagespeed (direct link) https://pagespeed.web.dev/analysis/https-goodfeeling-nl-is-conolidine-de-natuurlijke-morfine-of-te-mooi-om-waar-te-zijn/kd3pg80bfu?form_factor=mobile this the output which produces a 404. I see there is a missing / before fonts/ratemypost.ttf wp-content/plugins/rate-my-post/public/css/rate-my-post.min.cssfonts/ratemypost.ttf also with: https://goodfeeling.nl/wp-content/plugins/rate-my-post/public/css/rate-my-post.min.cssfonts/ratemypost.woff Hope you can help me out, Nick The page I need help with: [ log in to see the link]
Likely another plugin is rewriting the font URL. Have you tried deactivating all other plugins leaving just our plugin to see if the issue is resolved? If it is resolved, try reactivating your plugin one at a time to find the conflicting plugin.
Thanks for your quick response 🙏🏼 It was litespeed cache Problem solved Grtz Nick
For anyone who’s interested: I replaced litespeed cache with debloat plugin.
Likely another plugin is rewriting the font URL. Have you tried deactivating all other plugins leaving just our plugin to see if the issue is resolved? If it is resolved, try reactivating your plugin one at a time to find the conflicting plugin.
Thanks for your quick response 🙏🏼 It was litespeed cache Problem solved Grtz Nick
For anyone who’s interested: I replaced litespeed cache with debloat plugin.