gerobe
Forum Replies Created
-
Nobody having the same problem?
When I click on “Sign in with Twitter” I can see the twitter site, which says, that the app can do everything but reading my password and sending a DM. After entering my twitter password I get a green twitter messages, that indicates, that everything is ok and it redirects me back to my website.
But after returning to the site, the Twitter-settings in YOURLS for WP are still marked red.
Forum: Plugins
In reply to: [WP Permalauts] [Plugin: WP Permalauts] Here too! Doesn't workYes, I can confirm this. The plugin stopped working since WP-version 3.4.
I did some research. The reason for this behavior is the plugin WP-HTML-Compression, which does not exclude the canonical tag from compression and destroys it. I reported this to the author, so hopefully these two plugin will work together in the future.
I also noticed, that all the SEO-Links on the admin-bar, go to “/” and not to the page url. The Header Checker and other services just return an error because the site-url is missing.
Can anybody tell me, if this is an error?
The syntax ./ means “same directory” but is this an allowed value? I thought that the syntax should look like
<link rel=”canonical” href=”/name_of_post_slug/”/>
I just installed the dev-version of WP-Supercache and I see changes in the popular posts list, so it seems to work. Great!
Hello Héctor,
Donncha just announced, that he will release a new version of WP-Superchache in the next week. Any statement, if this version will be compatible with Popular Posts?
gero
I’m also having this issue. Regenerating the permalinks brings no success.
I found out the following: If I edit an event and save it, the link is not working and goes to the venue and shows an upcoming event as already over.
When I now click on the quickedit featue in the event list and save it from there, the link to the event is correct.
Here is the Export-Output:
<?php add_filter('more_fields_saved', 'more_fields_saved_vg_wort_zaehlpixel'); function more_fields_saved_vg_wort_zaehlpixel ($d) {$d['vg-wort-zaehlpixel'] = maybe_unserialize('a:6:{s:5:"label";s:18:"VG-Wort-Zählpixel";s:8:"position";s:4:"left";s:5:"index";s:18:"vg-wort-zaehlpixel";s:12:"ancestor_key";s:0:"";s:6:"fields";a:1:{s:26:"vollstaendiger-img-tag-img";a:8:{s:5:"label";s:32:"Vollständiger img-Tag <img ...>";s:3:"key";s:6:"vgwort";s:4:"slug";s:0:"";s:10:"field_type";s:4:"text";s:6:"values";s:0:"";s:7:"caption";s:0:"";s:5:"index";s:26:"vollstaendiger-img-tag-img";s:12:"ancestor_key";s:0:"";}}s:10:"post_types";a:2:{i:0;s:4:"post";i:1;s:4:"page";}}', true); return $d; } ?>Yes. WP 3.3.1 and More Fields 2.1
Thank you, Héctor,
in fact I also noticed strange results from popular posts since the update to the latest WP Supercache dev-version. I’m also interested in beta testing.
I see, it’s more a theoretical solution so far 🙂
So let’s be more precise. Will this code work in functions.php if the page-number is 4350?
function wpseo_canonical_exclude( $canonical ) { global $post; if ( $post->ID == 4350) { $canonical = false; } return $canonical; } add_filter( 'wpseo_canonical', 'wpseo_canonical_exclude' );@akamust
Thank you for the investigation.
What does it mean to “return false on the wpseo_canonical filter”?
What do I have to do where to do this?Marked the new version as working 🙂
I just installed version 1.4.1 and now everything is running great and the problem is fixed.
You’re right, I don’t use TwentyTen or TwentyEleven.
Thank you for fixing this!