Harry B.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Error Schema Data Google Web ToolsYou might want to check out this fix: WordPress Theme Customizr and Missing Required Field “updated”
I already reported it to Nicolas and hope it will be fixed in the next release.
Harry.
Forum: Themes and Templates
In reply to: [Customizr] How to remove icon next to menu in sidebar?If you add
.widget_nav_menu h3:before { display: none; }
to your custom css it should be gone.
Forum: Plugins
In reply to: [Contact Form 7] Problem with sitemapsI solved the problem and wrote an article about it in my blog.
In case you have the same problem, have a look at broken WordPress sitemaps.Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOHi once more. I wrote an article about broken WordPress sitemaps and how those were solved in my case.
Ryan, do you have some other plugins which might interfere with the sitemaps?
Forum: Themes and Templates
In reply to: [Customizr] Menu entry shows up in sitemap_index.xmlHi again Nikeo,
I wrote an article about broken WordPress sitemaps. Maybe this will help a few people in the future.
Harry.
Forum: Themes and Templates
In reply to: [Customizr] Menu entry shows up in sitemap_index.xmlHi Nikeo,
I found the solution. The problem was solved by removing the second sitemap plugin. After that everything turned back to normal and only valid URIs showed up.
Harry.
Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOHi guys,
the problem was solved by removing the second sitemap plugin. After that everything turned back to normal and only valid URIs showed up.Thanks alpippan for your tip!
Harry.
Forum: Themes and Templates
In reply to: [Customizr] Menu entry shows up in sitemap_index.xmlHi Nikeo,
I already opened a ticket in Yoasts Bugtracker for this issue. I am not 100% sure where the problem is, but as I said, the menu item shows up in 2 different sitemap plugins so I assume that it’s not really a bug there.
Harry.
Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOAt the moment I am not sure if this is a CF7 problem or maybe one of Yoast’s SEO tool.
I am trying to get an answer there as well.Forum: Themes and Templates
In reply to: [Customizr] How to remove an error under Comments?Please don’t forget to set the topic to “resolved”. ??
Harry.
Forum: Themes and Templates
In reply to: [Customizr] How to remove an error under Comments?Just add
.form-allowed-tags {
display: none;
}
to your custom css and it’s all gone.Harry.
Forum: Plugins
In reply to: [Contact Form 7] Problem with sitemapsThe form is at https://harry.subnetworx.de/contact/
Harry.
Hi Joseph,
the issue about “Missing: updated” might not be related to the SEO plugin but to your theme.
Depending on the theme you use, you might have to modify something there.I had the same issue with the theme Customizr:
https://harry.subnetworx.de/2014/01/04/wordpress-theme-customizr-missing-required-field-updated/Harry.
Forum: Themes and Templates
In reply to: [Customizr] How to remove an error under Comments?I don’t see any errors there. The message is not an error but explains which tags users can use in the comments.
Harry.
Forum: Plugins
In reply to: Contact Form 7 breaking XML sitemap by Yoast's WordPress SEOIs there a solution for this? I have the same problem. ??