Ridgewood2
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Sitemap 404 still an issue@ctrlaltdelete
Breaking up the sitemap seems to have done it. Except that it’s only generating one 50 item sitemap, without the second of 27 or 28, or whatever the remainder is. Any ideas?Forum: Plugins
In reply to: [Yoast SEO] Sitemap 404 still an issue@devnihil I am using the updated listed sitemap rule in the htacess. Google is now able to read the page sitemap but it’s throwing an error.
“Sitemap can be read, but has errors
Sitemap is HTML
Your sitemap appears to be an HTML page. Please use a supported format instead”And this is just the page sitemap for some reason… not the main sitemap index, not the categories, not the tag sitemap. Just page-sitemap.xml. just to reiterate, the other subdomains for this domain are running the same theme, same plugins, same servers without issue. Thanks!
- This reply was modified 5 years, 9 months ago by Ridgewood2.
Forum: Plugins
In reply to: [Yoast SEO] Sitemap 404 still an issue@ctrlaltdelete, i have done all those things, except for breaking the sitemap up. https://www.ridgewoodpuppies.com is about 70 pages. So i can try that, although store.ridgewoodpuppies.com is over 400, same theme, same plugins, same server. No page sitemap issues. I will give it a shot though. Thank you for the suggestions.
Forum: Fixing WordPress
In reply to: WordPress Category changeI ended up restoring from a back up but not after it screwed up my google index rate and i don’t have any idea why this is happening. i suspect it may have something to do with the askime plugin update
Forum: Fixing WordPress
In reply to: SSL issue / Edit html codeTrying to bump. Desperately hoping for help. I need to figure out how to reference a piece of code in my source to the correct css file. I’ve read all the relavant understanding css threads and – i still don’t understand it. I just don’t know how to track this down
the line is
.art-content .post-41173 .layout-item-8 { border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#CFD8E2;border-right-color:#CFD8E2;border-bottom-color:#CFD8E2;border-left-color:#CFD8E2; color: #192129; background: #F6F7F8 url(‘https://www.ridgewoodpuppies.com/wp-content/uploads/2015/10/31e04.jpg’) repeat-x scroll; padding-right: 10px;padding-left: 10px; vertical-align: middle; border-radius: 10px; }and it’s this URL reference. I need to remove it…
url(‘https://www.ridgewoodpuppies.com/wp-content/uploads/2015/10/31e04.jpg’)It says <styles> but i don’t see anything about this in the styles.css file. how I you track this piece of code down?!?!?