dainocenciowp
Forum Replies Created
-
Got it. In the meantime, is there an integration or workaround you can suggest so I can implement this while using Fluentcrm?
Nevermind I think I figured it out, I inserted the following code. Please advise if you have a better suggestion:
function dequeue_heateor_sss_css() { if ( is_page() ) { wp_dequeue_style( 'heateor_sss_frontend_css' ); wp_dequeue_style( 'heateor_sss_sharing_default_svg' ); } } add_action( 'wp_enqueue_scripts', 'dequeue_heateor_sss_css', 11 );
Oh that’s why, I see it now! Thank you very much!
It works! thank you
Thank you!
Hey, any feedback here?
Hi!
What I only see are fields for my website, Twitter, and Facebook:
See ImageAlso noticed that the Gravatar pic doesn’t show an updated picture in the Author Box, but it does show an updated pic in the Meta data section in the Title section.
See ImageAlso confirming that all plugins, themes, and WordPress core are updated:
See ImageOh it’s gone now. Seems I just needed to trigger the event.
Marking as resolved
Thank you!
Forum: Plugins
In reply to: [Super Page Cache] Cronjob Command for PreloaderThank you!
Forum: Plugins
In reply to: [Autoptimize] Lazyloaded Images do not appearThanks for the feedback Frank! Will test it out
Forum: Plugins
In reply to: [Autoptimize] Lazyloaded Images do not appearYes I used the picture method for both.
Not sure where to look and how to compare, but I can share the generated tags here. I reinstalled Imagify and reprocessed one image to generate the tag:
Imagify <div class="wp-block-latest-posts__featured-image"><noscript><picture class="attachment-medium size-medium wp-post-image" style="max-height:400px;"> <source type="image/webp" srcset="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg.webp 600w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-768x512.jpg.webp 768w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px.jpg.webp 1500w" sizes="(max-width: 600px) 100vw, 600px"/> <img width="600" height="400" src="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg" alt="investment-booklet-smartphone-coffee" /> </picture> </noscript><picture class="attachment-medium size-medium wp-post-image lazyloaded" style="max-height:400px;"> <source type="image/webp" data-srcset="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg.webp 600w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-768x512.jpg.webp 768w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px.jpg.webp 1500w" srcset="data:image/svg+xml,%3Csvg%20xmlns=%22https://www.w3.org/2000/svg%22%20viewBox=%220%200%20600%20400%22%3E%3C/svg%3E" data-sizes="(max-width: 600px) 100vw, 600px"> <img width="600" height="400" src="//www.w3.org/2000/svg%22%20viewBox=%220%200%20600%20400%22%3E%3C/svg%3E" alt="investment-booklet-smartphone-coffee" /> </picture> </div>
This one’s for SPIO
<picture class="attachment-medium size-medium wp-post-image sp-no-webp" style=""><source data-srcset="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.webp 600w,https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-768x512.webp 768w,https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px.webp 1500w" sizes="(max-width: 600px) 100vw, 600px" type="image/webp" srcset="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.webp 600w,https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-768x512.webp 768w,https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px.webp 1500w"><source data-srcset="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg 600w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-768x512.jpg 768w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px.jpg 1500w" sizes="(max-width: 600px) 100vw, 600px" type="image/jpeg" srcset="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg 600w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-768x512.jpg 768w, https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px.jpg 1500w"><noscript><img src="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg" alt="investment-booklet-smartphone-coffee" height="400" width="600" /></noscript><img src="https://dietrichinocencio.com/wp-content/uploads/2020/09/Investing-1000px-600x400.jpg" alt="investment-booklet-smartphone-coffee" height="400" width="600" /></picture>
- This reply was modified 3 years, 11 months ago by Jan Dembowski.
- This reply was modified 3 years, 11 months ago by Jan Dembowski. Reason: Formatting
Forum: Plugins
In reply to: [Autoptimize] Lazyloaded Images do not appearI decided to revert back to using Shortpixel (SPIO) as it works well with AO. Tried SPAI but appears to have loading issues as well.
Will mark as resolved
Forum: Plugins
In reply to: [Autoptimize] Lazyloaded Images do not appearThanks for the Jquery tip!
Re: lazyload, the images are now loading when I deactivate Imagify. What could be causing the conflict?
Forum: Plugins
In reply to: [Autoptimize] Lazyloaded Images do not appearSorry I don’t have a none-prod, I just activated lazyload on the site I gave but excluded first 6 images (bottom images don’t appear).
PS. In case you have an idea, would you know how I could address the “Uncaught ReferenceError”? ??