ritmanis
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Old URLs still showing up on XML sitemapWe’re only using CDN on our production site, but the same issue persists on staging with all caches cleared. We’ve also tries resetting permalings, enabling/disabling sitemap etc. None of these work unfortunately.
Forum: Plugins
In reply to: [Yoast SEO] Old URLs still showing up on XML sitemapHello Michael,
We’re using the latest versions for both WordPress and Yoast plugins.
Caching isn’t the issue since we’ve tried clearing both autoptimize, setting transient cache to disabled in code and enabling/disabling XML sitemap feature, but the URLs still show up.
Would it be possible to send the URLs privately?
Forum: Plugins
In reply to: [HERE Maps] wrong map displayI can confirm this. Very buggy plugin.
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and multilingual SEO with Yoast seoThanks leslierad, your solution seems good.
However, the sitemaps don’t seem to work with qtranslate slug. For example, custom post type slugs will show up as the default language for all languages.Forum: Plugins
In reply to: [Attachments] Invalid argument warnings in WordPress admin panelDid some more searching on Google, and this worked for me:
Forum: Plugins
In reply to: [mqTranslate] Problem with post thumbnails after 2.6.6 updateYes, it’s fixed now.
Works great, thanks!
Forum: Plugins
In reply to: [mqTranslate] Text label (EN/FR) side by sideI haven’t tested it myself, but this should work:
<a href="/fr/<?php echo get_permalink(); ?>">FR</a> / <a href="/en/<?php echo get_permalink(); ?>">EN</a>
Forum: Plugins
In reply to: [mqTranslate] Add media doesn't work wellJust tested it on my sites, and I can confirm it.
Must be a problem with the plugin itself.
Forum: Plugins
In reply to: [mqTranslate] Add media doesn't work wellI haven’t really tested this, but is there a chance, that this is a problem with WordPress by default?
Have you tried inserting images in text editor without mqTranslate installed?
Forum: Plugins
In reply to: [mqTranslate] Text label (EN/FR) side by sideHey,
I usually don’t use the built in language switcher, but instead, make my own with HTML, so it’s more customizable.
Basically, you can do this in your header.php file:
<a href="/fr/">FR</a> / <a href="/en/">EN</a>
And modify it by your own needs.
You can even add some custom CSS for your active language if you want to.Forum: Plugins
In reply to: [mqTranslate] mqTranslate removing empty paragraphs on post updateWell, hopefully chsxf will look in to this problem.
Forum: Plugins
In reply to: [mqTranslate] mqTranslate removing empty paragraphs on post updateNever knew about the FCKEditor workaround, thank you for the idea, I’ll have to try it out.
However, I like the system of separate tabs for every language, so for me it’s essential to keep that functionality. Any way to pair this with FCKEditor?
Forum: Plugins
In reply to: [mqTranslate] mqTranslate removing empty paragraphs on post updateCan anyone else confirm this problem, or am I the only one?
I even set up a fresh installation of WordPress and installed the latest mqTranslate, and it still removes all line breaks / empty paragraphs on post update.