niska
Forum Replies Created
-
I have the same issue
Working. Thank you.
Upgraded to SEO version 1.3.2, same problem:
wpseo_get_term_meta( $c, $c->taxonomy, ‘sitemap_include’ ) returns ‘-‘. This seems to be the default value.
When changing the following code from class-sitemaps (now line 478):
if ( wpseo_get_term_meta( $c, $c->taxonomy, 'noindex' ) && wpseo_get_term_meta( $c, $c->taxonomy, 'sitemap_include' ) != 'always' ) continue;into
if ( wpseo_get_term_meta( $c, $c->taxonomy, 'noindex' ) && (wpseo_get_term_meta( $c, $c->taxonomy, 'sitemap_include' ) != 'always' && wpseo_get_term_meta( $c, $c->taxonomy, 'sitemap_include' ) != '-') ) continue;The everything is working again. I hope that it is possible to add this to a future version. Thank you.
WordPress version: 3.4.2
WordPress SEO version: 1.3.1.1I did this: Using default settings
I expected the plugin to do this: put custom taxonomies in sitemap
Instead it did this: returns 404
Forum: Plugins
In reply to: [W3 Total Cache] How to clear cache of a custom taxonomy?My temporary solution is to add this code into the flush_post function within PgCacheFlush.php
w3_rmdir($cache->_cache_dir . '/gratis');I really wish that there were some kind of filter that I could use instead. Maby something for a future version?
I have the same problem. I just wanted to add that when activating strip category base, the author url also stopps working. They start to redirect to the homepage – but my setting is to keep the author pages.
I had the same problem. I fixed it by going into SEO-settings and click Save.
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Recommendations Bar social readingI have the same problem. It seems as if the recommendation bar is not a finished product since it doesn’t meet Facebook owns requirements :-O
Forum: Plugins
In reply to: [Facebook] Yoast WordPress SEO:Social and facebook plugin [open graph tags]The problem I had was not about quality. It was that the plugin generated duplicate tags and therefore caused problems since Facebook parser was complaining about it.
Thanks!
Is there a w3tc_pgcache_flush_page() available also?
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Validation errors and Wp-TopBarNice try – but I still get validation errors.
Could you consider adding the top bar using
add_action(‘wp_footer’, ‘your_function’);
and then moving it via javascript? Then the page will validate. Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Minify broken?I still have the same problem. WordPress upgraded to latest version. Minify not enabled.
Forum: Plugins
In reply to: [W3 Total Cache] Minify broken?That’s the same error as I get.
I upgraded WordPress at the same time, I think. It might be a problem with the upgrade. I’m upgrading to 3.2.1. Hopefully that will fix it (will report here, if not)
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateIf anyone has a suggestion on how to delete all posts (and postmeta) for all duplicates from the database using, please tell. A sql-query would be nice.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateSome of my feeds (that didn’t work in 3.1.3) are custom made. The GUID-part looks like this:
<guid isPermaLink="false">http://www.domain.com/myxml/xml.php?&w=1&imgs=1</guid>Will they work now?
Since I have control over this feed, I could easily change the guid value. What is the preferred look of this value?