buyersguidex
Forum Replies Created
-
That fixed it. Thank You so much. The dotted line was nofollow highlight because i am using an extension to highlight all the nofollow links.
Thank You again
Forum: Themes and Templates
In reply to: [GeneratePress] Not able remove Google Font from GeneratePressOh. @diggeddy Thank You for the help.
Forum: Themes and Templates
In reply to: [GeneratePress] Not able remove Google Font from GeneratePress@diggeddy I scanned this page in GTMetrix https://camperadvise.com/worst-travel-trailer-brands-to-avoid/
and found 4 fonts.gstatic.com in waterfall. Does that mean Google Font is still present in the site?
Forum: Themes and Templates
In reply to: [GeneratePress] Not able remove Google Font from GeneratePress@diggeddy Hi David. I have changed the fonts in kadence blocks to system default font. Will that remove google fonts from the site.
Can you check and let me know?
Thank You so much
Forum: Themes and Templates
In reply to: [GeneratePress] Not able remove Google Font from GeneratePress@diggeddy Hi. Any idea how I could remove it? Been struggling with this for a month.
Thank You
Which Option?
@cybr any solutions to fix this?
Hi. Even old articles, which were like 6 months also shows Blogname in title.
This is my second recent post : https://www.buyersguidex.com/dakotaz-fortnite-settings-sensitivity-keybinds/
This one of my recent post
https://www.buyersguidex.com/dos-and-donts-to-extend-your-phones-battery-life/
Try entering this url in the google search.
Got it. Browser Cache was the issue. Thank You Sybre Waaijer for fixing the problem.
Hi i found the sitemap_index\.xml code in 2 files. The names of the files were wpcommon-php7.conf and wpcommon.conf
# Yoast sitemap location ~ ([^/]*)sitemap(.*)\.x(m|s)l$ { rewrite ^/sitemap\.xml$ /sitemap_index.xml permanent; rewrite ^/([a-z]+)?-?sitemap\.xsl$ /index.php?xsl=$1 last; # Rules for yoast sitemap with wp|wpsubdir|wpsubdomain rewrite ^.*/sitemap_index\.xml$ /index.php?sitemap=1 last; rewrite ^.*/([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 last; # Following lines are options. Needed for WordPress seo addons rewrite ^/news_sitemap\.xml$ /index.php?sitemap=wpseo_news last; rewrite ^/locations\.kml$ /index.php?sitemap=wpseo_local_kml last; rewrite ^/geo_sitemap\.xml$ /index.php?sitemap=wpseo_local last; rewrite ^/video-sitemap\.xsl$ /index.php?xsl=video last; access_log off;I removed this code from wpcommon-php7.conf and restarted the server and tried to open the sitemap and didnt work and then i removed the codes from the wpcommon.conf file and the website went down so i posted the code back.
What do i have do now?
- This reply was modified 7 years, 11 months ago by buyersguidex.
Hi @cybr
I looked through all the files in the nginx configuration and can’t find anything that mentioned sitemap or the above code.
Help Please.
This is what my .htaccess contains
`
# BEGIN WordPress
<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@sybre I got accessed to my .htaccess config file. But I am not sure which line to remove. Can you tell me how the code would look like that I should remove?
Thank You