shoutmeback
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] CLS issue Wp RocketHello David,
I want to transfer some posts from my existing WordPress site to a new WordPress site (different domain). How can I transfer some posts and its attachment without having plagiarism issue?
Forum: Themes and Templates
In reply to: [GeneratePress] CLS issue Wp RocketHello David,
Yes the problem got fixed. The problem was caused by wp rocket setting (Replace YouTube Video with Image). I just turned off this setting and my cls went back to 0.
Thanks for your response.
Regards,
ShoutMeBackForum: Themes and Templates
In reply to: [GeneratePress] CLS issue Wp RocketHello David,
Recently I analyzed one of my site page and it was having higher CLS due to YouTube video embedded in the post. How can I improve the CLS issue caused by the YouTube embed video?
Page Link:- https://www.shoutmeback.com/download-pubg-mobile-india-apk-latest-version/
Please help the CLS is a lot. Previously I managed to optimize it to 0 and after updating the wp-rocket, I see this issue.
Forum: Themes and Templates
In reply to: [GeneratePress] Want to Remove Jquery from GeneratePressHello David,
I tried disabling all plugins and enabling it one at a time and found that GP Premium plugin was causing it. I am not using Sticky Navigation so how can I remove the jquery.
No other plugin is initiating jquery. How to remove jquery?
Regards,
ShoutMeBackForum: Fixing WordPress
In reply to: Getting Error 403 for Search Engine BotsI tried to get the response after disabling all the plugins but still it responded with 403 error.
Forum: Fixing WordPress
In reply to: Getting Error 403 for Search Engine BotsHello,
I am using rank math for seo. And other plugins which I use are:
1) advanced ads
2) Amp for wp
3) Akisment anti-spam
4) Gp premium
5) litespeed cache
6) Shortpixel
7) updraftplus
8) ampforwpmanager
9) easy table of contentBut what about other url like my ads.txt url is also responding with error 403.
Forum: Fixing WordPress
In reply to: Getting Error 403 for Search Engine BotsFirst of all when I see the Google search console I found that the sitemap was not fetching and returning http error 403.
So then after that I analyze some pages of my site, they too responded with error 403 for search engine bots except Bingbot and Google Smartphone bot and for the rest of the bots it returned with 403.
After that I login in the Yandex webmaster and saw many notifications that the site code was changed to 403 error.
Hoping for speedy reply.
Forum: Fixing WordPress
In reply to: Getting Error 403 for Search Engine BotsBelow is the complete htaccess file of my site:-
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]### marker MOBILE start ###
RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
RewriteRule .* – [E=Cache-Control:vary=ismobile]
### marker MOBILE end ###### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} “image/webp” [or]
RewriteCond %{HTTP_USER_AGENT} “Page Speed”
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### marker BROWSER CACHE start ###
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/pdf A31557600
ExpiresByType image/x-icon A31557600
ExpiresByType image/vnd.microsoft.icon A31557600
ExpiresByType image/svg+xml A31557600ExpiresByType image/jpg A31557600
ExpiresByType image/jpeg A31557600
ExpiresByType image/png A31557600
ExpiresByType image/gif A31557600
ExpiresByType image/webp A31557600ExpiresByType video/ogg A31557600
ExpiresByType audio/ogg A31557600
ExpiresByType video/mp4 A31557600
ExpiresByType video/webm A31557600ExpiresByType text/css A31557600
ExpiresByType text/javascript A31557600
ExpiresByType application/javascript A31557600
ExpiresByType application/x-javascript A31557600ExpiresByType application/x-font-ttf A31557600
ExpiresByType application/x-font-woff A31557600
ExpiresByType application/font-woff A31557600
ExpiresByType application/font-woff2 A31557600
ExpiresByType application/vnd.ms-fontobject A31557600
ExpiresByType font/ttf A31557600
ExpiresByType font/woff A31557600
ExpiresByType font/woff2 A31557600</IfModule>
### marker BROWSER CACHE end ##### LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPressandEND WordPressare
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# AMPFORWPLBROWSERCSTART Browser Caching
<IfModule mod_expires.c>
ExpiresActive On
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType image/svg+xml .svg
ExpiresByType application/vnd.ms-fontobject “access 1 year”
ExpiresByType application/x-font-ttf “access 1 year”
ExpiresByType application/x-font-opentype “access 1 year”
ExpiresByType application/x-font-woff “access 1 year”
ExpiresByType image/svg+xml “access 1 year”
ExpiresByType image/webp “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType image/x-icon “access 1 year”
ExpiresByType text/css “access 3 month”
ExpiresByType text/javascript “access 3 month”
ExpiresByType text/html “access 3 month”
ExpiresByType application/javascript “access 3 month”
ExpiresByType application/x-javascript “access 3 month”
ExpiresByType application/xhtml-xml “access 3 month”
ExpiresByType application/pdf “access 3 month”
ExpiresByType application/x-shockwave-flash “access 3 month”
ExpiresDefault “access 3 month”
</IfModule>
# END Caching AMPFORWPLBROWSERCEND
# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php7_module>
php_flag display_errors Off
php_value max_execution_time 600
php_value max_input_time 5000
php_value max_input_vars 3000
php_value memory_limit 256M
php_value post_max_size 128M
php_value session.gc_maxlifetime 1440
php_value session.save_path “/var/cpanel/php/sessions/ea-php56”
php_value upload_max_filesize 128M
php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
php_flag display_errors Off
php_value max_execution_time 600
php_value max_input_time 5000
php_value max_input_vars 3000
php_value memory_limit 256M
php_value post_max_size 128M
php_value session.gc_maxlifetime 1440
php_value session.save_path “/var/cpanel/php/sessions/ea-php56”
php_value upload_max_filesize 128M
php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit# BEGIN ShortPixelWebp
# The directives (lines) betweenBEGIN ShortPixelWebpandEND ShortPixelWebpare
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.# END ShortPixelWebp
RewriteRule .*\.()$ – [F,NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://shoutmeback.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://shoutmeback.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.shoutmeback.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.shoutmeback.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://shoutmeback.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://shoutmeback.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.shoutmeback.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.shoutmeback.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ – [F,NC]Options -Indexes
# php — BEGIN cPanel-generated handler, do not edit
# Set the “alt-php74” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php74___lsphp .php .php7 .phtml
</IfModule>
# php — END cPanel-generated handler, do not editForum: Fixing WordPress
In reply to: Getting Error 403 for Search Engine BotsNo security plugin. Was using Wordfence previously but deleted that. Can you please provide me with any solution to it.