anderssonkax
Forum Replies Created
-
Thanks for the swift follow-up Yann.
Since it’s worked without any issues for years I’m hesitant to install a whole new plugin for something that has been solved with four lines of code previously.
For now, I’ll use jpg for the logo to avoid site-breaking issues or having to install unnecessary plugins.
I’ve activated SVG use by including the following snippet in my child theme’s functions.php (as per csstricks.com):
function w3reign_svg_mime_type( $mimes = array() ) { $mimes['svg'] = 'image/svg+xml'; $mimes['svgz'] = 'image/svg+xml'; return $mimes; } add_filter( 'upload_mimes', 'w3reign_svg_mime_type' );
Any SVG image I upload is displayed using an img tag and the direct path to the image, and not SVG code. I also don’t have any image dimensions available in the media library for SVG images, as wordpress does not recognize them as images but rather documents.
The odd thing here is that everything has worked fine up until updating to PHP 8.4.
- This reply was modified 2 years, 4 months ago by anderssonkax.
Forum: Plugins
In reply to: [F70 Simple Table of Contents] Plugin breaks posts currentlyIf anyone else gets this problem, I think I pinpointed the issue. Seems the EditorsKit Typography add-on is incompatible with not only this plugin but, is generally very buggy.
Seems to be working fine now again once I removed that plugin.
I was under the impression the Pro version was supported actively? Isn’t this part of what we pay for?
One month and no response, while my client’s website is displaying error messages…