chiarah
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] HTML Validation errorHi, as far as I understand, the curly brackets should also be url-encoded.
Thank you for the prompt reply ??Crosspost with https://github.com/qTranslate-Team/woocommerce-qtranslate-x/issues/41
I have an custom product attribute called “Gr??e” and my main website language is German.
When my website is in German, the select menu gets populated normally
<select id="groesse" class="" name="attribute_groesse" data-attribute_name="attribute_groesse" data-show_option_none="yes"><option value="">W?hle eine Ausführung</option><option value="Flach 300 mm" class="attached enabled">Flach 300 mm</option><option value="Hoch 400 mm" class="attached enabled">Hoch 400 mm</option></select>
When I switch to English, the custom product attribute is encoded in another way
<select id="grose" class="" name="attribute_grose" data-attribute_name="attribute_grose" data-show_option_none="yes"><option value="">Choose an option</option></select>
This seems to be related to the different encoding of special characters ??ü and ? from the function sanitize_title( $attribute_name ) that is to be found in woocommerce/templates/single-product/add-to-cart/variable.php line 38 and 41
I haven’t found a solution yet to output the German version of the sanitized name, if anyone knows how to do that, would be great. Thanks in advance for any hints!
Forum: Plugins
In reply to: [Warm Cache] Cronjob stuck at the same pagesThe page was cached in W3TC ??
Added it to the Cache exception list and now the plugin works like a charme.Forum: Plugins
In reply to: [W3 Total Cache] Ampersands in sitemapit was autoconverted again…
in my sitemap, & are converted in & amp ; (without the spaces)
so the addresses look like https://something.com/?orderby=date & amp ; ppp=60 (without the spaces)When I feed this address to the cache primer, W3TC caches the pages with the & amp ;
I would like it to cache the pages with & instead…Forum: Plugins
In reply to: [W3 Total Cache] Ampersands in sitemapOk, I’ve just noticed that the question was not readable because www.remarpro.com converted the HTML entities in ampersands, ah the irony ??
My problem is that, since my sitemap software converts “&” in “
&
” (valid XML), all the url like https://something.com/?orderby=date&ppp=60
are encoded as
https://something.com/?orderby=date&ppp=60
I hope this will be readable this time… Thank you for taking the time to reply ??
Forum: Plugins
In reply to: [Loco Translate] Feature request: show which folder/files is usedGreat! Looking forward ??