waikiki
Forum Replies Created
-
Yes, everything fine now, the update fixed the problem. Thank you for your very quick reaction!
Hi and thank you so much for your quick answer and investigation. I found the error, while checking all non default settings for Yoast. The error was caused by a custom and unfortunately outdated function to remove Yoast SEO comments from the HTML-Markup. Everything is working fine now.
(outdated function was pretty much the same than this plugin https://wordpress.org/plugins/remove-yoast-seo-comments/)
Best regards, Kiki
Forum: Themes and Templates
In reply to: “Large” image sizes not updating in frontend and “width” cssI found the answer: the large image size is restricted by the value of your theme respectivly your parent theme $content_width, set in functions.php. I changed the $content_width in my child theme to a larger number and everything is fine now.
Forum: Themes and Templates
In reply to: “Large” image sizes not updating in frontend and “width” cssHi, I have exactly the same problem, never had it before. I tried with theme twentysixteen, which gives me a different size for img size-large in the editor and frontend (800px), but also not the correct size.
- This reply was modified 9 years, 8 months ago by waikiki.
Okay, I changed htmlentities(stripslashes($title)) to stripslashes($title) in frontend/class-frontend.php. Works now on my site.