clerick44
Forum Replies Created
-
I wonder if you’re running into the chromium issue where the browser is adding it’s own css to lazy loaded images that are also auto sized.
This is a WordPress core related issue. In WP 6.7+ there is a function that adds size=auto to images that are lazy loaded. This is not playing well with some css that Chromium based browsers are inserting into the dom. It will appear on any machine, Chrome + Lazy Loading + WP 6.7+ is the key combo.
wp_img_tag_add_auto_sizesis the function that you can hook into to prevent this behavior.https://wpspectra.com/docs/adjusting-images/
- This reply was modified 1 year, 4 months ago by clerick44.
Thank you. The client holds the credentials so I’m working on a solution to get the request into the proper channel.
I did check the database as you suggested and the post in question has two entries for _relevanssi_unpin_keywords, both are empty.
Thank you for the reply.
How does Imagify serve picture tags? Is it done before the page is rendered?
I’m trying to understand the interplay here since it may have an effect on page speed optimization.
I can confirm that in 3.7.0 is is still broken.
I have updated sites that were using that shortcode and things are working again. It seems that there was something in the lest few updates that broke it for us. If i roll back to .29 the old shortcode functions again.
Thank you
Just wanted to confirm that I have run into this as well. Everything appears fine in the editor but on the front end it’s just as described above.
Do you have any input on this topic?
We often use code similar to this:
add_filter( 'allowed_block_types', 'custom_allowed_block_types' );to disable certain blocktypes in the editor. When we do this Spectra blocks are not enabled. For other plugins I can add the block slugs to the list such as ‘core/paragraph’, ‘core/image’ etc. I haven’t been able to find a way to maintain the filter and have spectra blocks appear without having the block slugs to add in.
Thank you for your help!
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Announcer PluginHello Darian,
Yes, that is the exact issue. Thank you so much for your reply and your work.
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Announcer PluginHello Cheska,
Thank you for your reply. I have implemented the fix already, but as you say it is temporary. I was just bringing it to the attention of the TEC devs and provided the code to help pinpoint the issue I was describing.
I am also curious if this is something that we can expect to be addressed in the future.
Thank you for all the work on this great product
Thank you for the help! That did the trick. I have submitted an issue with TEC and provided the supplied fix from you so they can hopefully get on it.
I greatly appreciate your help
Forum: Themes and Templates
In reply to: [Spectra One] Change logs?I found it in the readme.
Thanks!