singha-cz
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Domain] Polylang compatibility?Actually, a coleague of mine pointed out Polylang is natively capable of what I need. It can switch between languages based on the domain in URL, which is exactly what I was looking for. Problem solved.
If you’re still curious, my setup is as follows: Primary domain.cz (CS) and an alias anotherdomain.com (EN). Both domains point to the same WP install. Same theme, same plugins, same database, no multisite. Polylang ensures there is correct content/language showing for both domains.
Anyhow, thank you for your time and sorry to bother you.
- This reply was modified 6 years, 2 months ago by singha-cz.
Forum: Plugins
In reply to: [a3 Lazy Load] Not loading some imagesI have the same problem reported by client. Some images not loading. Would appreciate any pointers as to how to resolve this.
Forum: Plugins
In reply to: [Polylang] Polylang slow TTFBHi Chouby,
I am already using WP Super Cache. I need language slugs in URL for SEO reasons. However, it seems like only disabling browser language detection did the trick.Forum: Plugins
In reply to: [Polylang] Polylang slow TTFBI have a similar problem. Here’s how it shows in pingdom tools:
screenshotYes, I’ll do that. Thanks, Bogdan.
Forum: Plugins
In reply to: [Polylang] Product subcategories missingTurns out the categories weren’t completely missing, they “just” didn’t show up in listings (both frontend and backend). When editing CS category the EN translation was still there. So I just resaved and it was all back on.
Forum: Reviews
In reply to: [Waiting: One-click countdowns] Works great, perfect supportThe date picker now works fine, however it doesn’t show my custom date format in the input field (as you stated). But this doesn’t bother me that much.
Thanks for the quick fix!
Forum: Reviews
In reply to: [Waiting: One-click countdowns] Works great, perfect supportI will gladly change my rating at the very moment you fix the bug.
Forum: Reviews
In reply to: [Waiting: One-click countdowns] Works great, perfect supportI did change the date manually after a while of investigating. It worked. Also when I changed the date format in WordPress (to an american version), the date picker worked as expected.
Please fix this bug as it is quite annoying.
Cheers.Forum: Plugins
In reply to: [XML Sitemap Generator for Google] sitemap.xmlForum: Networking WordPress
In reply to: Multisite Subdomain showing Error 403Actually, it just started working yesterday after I’d asked my webhost to properly set up both subdomains as domain aliases for qt.cz.
I guess DNS wildcard * record I’ve created wasn’t good enough to make it all work. I don’t fully understand why, but that’s just what it is.
I suspect it might be webhost specific(?) Afer all, their admin panel is a tiny bit unorthodox and slightly harder to navigate in (than what I’m used to).
Anyhow, I sincerely thank you both for your assistance!
Forum: Networking WordPress
In reply to: Multisite Subdomain showing Error 403My .htaccess file content is exactly the same as proposed here (for WP +3.5 sumbdomain install), plus I’ve added the Options +FollowSymLinks directive just to make sure. Didn’t help.
RewriteEngine On Options +FollowSymLinks RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Hi Alin, I’ve downloaded the czech translation, but it doesn’t seem to work. The plugin stays in english even though I’ve placed PO/MO files into the language folder.
I assume the file name should be (as per WordPress requirements) cs_CZ.po, cs_CZ.mo?
What am I doing wrong, please?
Forum: Plugins
In reply to: [WP eCommerce] Products>Categories in WP-Admin not handling images correctlyHere’s what worked for me:
Open \plugins\wp-e-commerce\wpsc-admin\includes\save-data.functions.php file and search forWPSC_CORE_IMAGES_URL
. In my case it was found on line 102. Replace this string withWPSC_CATEGORY_URL
. Save and reload your WordPress admin.(I’m aware this is me messing with the very core of this plugin. But hey, I haven’t found a better way.)