picks44
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Notification by Email] Email body formating not workingUp ?? This looks like a major issue to me…
I’ve just tried it – with success. I also reverted my version of the wpseo-sitemaps-filter.php file to have the stylesheet back.
I kept the 18, sorry. I posted on ther WPML forum also http://wpml.org/forums/topic/yoast-wordpress-seo-sitemap-xsl-error-2/ in order to see if a fix could be developped on their side… You could also post there to “push” things a little bit 🙂
Removing the XML stylesheet worked.
/** * Filters XML sitemap stylesheet */ function set_stylesheet(){ global $sitepress_settings; if(@$sitepress_settings['language_domains'][$this->get_sitemap_language()]){ $language_domain = $sitepress_settings['language_domains'][$this->get_sitemap_language()]; $wpseo_dirname = str_replace('wp-seo.php', '', WPSEO_BASENAME); //$wpseo_domain_path = $language_domain . '/wp-content/plugins/' . $wpseo_dirname;/*$this->stylesheet = '';*/ $this->stylesheet = ''; } else { $this->stylesheet = ''; } return $this->stylesheet; }I reverted to 1.4.18 also, it’s working, but XML files for other languages don’t work… see http://www.rodcraft.com/sitemap_index.xml.
It’s nice of you to help us 🙂
How do I revert the plugin ? Erase the current folder et replace with this one will do the trick ?The solution here http://wpml.org/forums/topic/yoast-wordpress-seo-sitemap-xsl-error/ doesn’t fix anything for me so far… 🙁
Same problem for me, http://www.rodcraft.com/sitemap_index.xml shows the homepage…
My plugins list :
- Always Edit in HTML
- BackUpWordPress
- FancyBox for WordPress
- Google Analytics for WordPress
- Installer
- Meta Slider
- Remove Widget Titles
- ShareThis
- Widget Logic
- WordPress SEO
- WPML Media
- WPML Multilingual CMS
- WPML String Translation
- WP Smush.it
Please help ! 🙂