Shirley Alarie
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] code in header of mobile viewWhile the displayed view in mobile is now showing correctly, the LCP is too slow and is showing the following element as the current LCP in pagespeed insights:
body.home
<body itemtype="https://schema.org/WebPage" itemscope="itemscope" class="home page-template-default page page-id-156 ast-header-break-point ast-sep…" style="overflow: visible !important;">
The image that’s shown for the LCP in pagespeed insights looks like the entire mobile page (a very long thin line of images and text) – but I can’t expand it to see it clearly.
This seems to be related to my prior ticket in that the info in the mobile header seems to still be causing issues. Will you please confirm and advise a possible fix? Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] code in header of mobile viewDisabling CSS Minify did not correct it, but disabling HTML Minify did correct it – thank you! Will leaving this disabled affect my site or speed?
Forum: Plugins
In reply to: [LiteSpeed Cache] code in header of mobile viewThank you for your response. Report number CDKTHGQG.
I understand. Thank you for the explanation! And thanks for the great plug-in!
Forum: Plugins
In reply to: [Recencio Book Reviews] Review Text is not displaying on published pageYes, it is resolved. Sorry and thank you for a great plugin!
Forum: Plugins
In reply to: [Recencio Book Reviews] Review Text is not displaying on published pageI’m checking with my computer guy about a potential conflict with the new CDN…
Forum: Fixing WordPress
In reply to: Corrupt htaccess?Kenny, Thank you for the reply. I don’t know how to answer your question – I changed two of my htaccess files per the prior comment, but my website admin is still running as slow as molasses. I waited over three minutes for a post to save and it never saved before I gave up. I’ve been noticing it very slow on admin for a while. So I don’t know if the htaccess issue the GoDaddy people found is resolved and I still have another issue, but there is definitely still a major issue. If you’re confirming the speed is ok now – and thank you so much for that – then perhaps the htaccess is resolved and now I need to understand what’s wrong with my admin speed. If you have pointers on that, that would be great, otherwise, I’ll start Googling that, too! Thanks again! ??
Forum: Fixing WordPress
In reply to: Corrupt htaccess?I have since changed two of the .htaccess files to the following, per instructions(my prior file contents are shown below for comparison). Now that I’ve changed this, will it resolve itself or is there more to be done?
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
But my old file said:
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
<IfModule mod_setenvif.c>
# Netscape 4.x has some problems…
BrowserMatch ^Mozilla/4 gzip-only-text/html# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won’t work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html# Don’t compress images
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
</IfModule><IfModule mod_headers.c>
# Make sure proxies don’t deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>
</IfModule>Forum: Plugins
In reply to: [Recencio Book Reviews] Link to page of a specific categoryThank you!
Hi Tina, the fix they provided worked for a bit, but then stopped working shortly thereafter. I wasn’t sure if it was due to a WP upgrade or not. I switched to a different (paid) template so I no longer have this issue. I wouldn’t spend time trying to resolve your problem based on the solution posted for mine, since it wasn’t a final solution.
Sorry and good luck.
Yes, that worked! Thanks so much! <3
yes, it was/is. I have tried code from another reply that seems to have resolved it. Thank you!
.wp-block-image img {
width: 120px;
height: 220px;
}Please help! This solution is no longer working (since the latest WP update?)! Pinterest is very important to me. I need a site that handles this functionality and will change themes if necessary! I’m currently using Primer. Please advise – thank you.
Forum: Plugins
In reply to: [Code Snippets] Is updating to WordPress 5.2 and PHP 7.3 ok?My code for pinterest is no longer working since my update to WP 5.2.1:
add_filter( ‘jetpack_sharing_pinterest_widget_type’, ‘jetpack_pinterest_share_multi_image’ );
function jetpack_pinterest_share_multi_image() {
return ‘buttonBookmark’;
}Yes! The first option worked. Thanks SO much!!