koupmi
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect www to non wwwYes, website is working with non www, but with www all pages have error – not 404, but hosting showing unexisting content, so even theme files are not loaded
Forum: Plugins
In reply to: [Redirection] Redirect www to non wwwUsed Force www or remove www option, but sadly it not helped. Is there something, what must be setup on server?
Update to laatest version solved problem
When i paste same section to page its correct, but in footer its broken: https://ctrlv.cz/shots/2022/11/02/I3fD.png
- This reply was modified 2 years, 4 months ago by koupmi.
seems its only in footer or templates. When i paste same section into classic page, its correct.
Forum: Plugins
In reply to: [Packeta] Chybne prepocitavani menyDobry den,
děkuji za odpově?, bylo to chybnym p?epo?tem czk na eura.- This reply was modified 2 years, 5 months ago by koupmi.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Cant translate gift detail text with WPMLI followed.
You can see translated string here: https://ctrlv.cz/shots/2022/10/31/gmoe.png
But it didn’t show up on the frontend
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Cant translate gift detail text with WPMLWhat do you mean? Yes i read it all. Above i descripted, what i did. String ‘wcgwp_details’ is translated, but translation does not showing in frontend. Is there some step what missing? Please specific.
- This reply was modified 2 years, 5 months ago by koupmi.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Cant translate gift detail text with WPMLHow i said in first message, problem is with translation of gift detail.
What i did:
1.add this XML to WPML:<wpml-config> <admin-texts> <key name="giftwrap_details"/> <key name="wc_fields_billing"> <key name="*"> <key name="label" /></key> </key> </admin-texts> </wpml-config>
2. Found my string in String translation and translate it
But in frontend is still not translated text
Also i tried translate string with this to functions.php
function change_translate_text( $translated_text ) { if ( 'Old Text' === $translated_text ) { $translated_text = 'New Text!'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
But didnt worked.
PHP is 7.4.
All plugins and WordPress have latest version.Please try specific, what more informations or debug you need.
- This reply was modified 2 years, 5 months ago by koupmi.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Cant translate gift detail text with WPMLEven this doesnt work:
function change_translate_text( $translated_text ) { if ( 'Old Text' === $translated_text ) { $translated_text = 'New Text!'; } return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Cant translate gift detail text with WPMLAny update about my issue?
Also after plugin update to latest version button stop working.
Forum: Plugins
In reply to: [Packeta] Problém s měnou v dopravěDobry den,
zrovna jsem te? ?e?il stejnou věc, currency switcher vypo?ítal cenu záslkovny na nějakych 2000 euro ??Tak jsem p?es hook p?epsal ?ástku tímto kódem:
add_filter( ‘woocommerce_package_rates’, ‘change_zasilkovna_price’, 10, 2 );
function change_zasilkovna_price( $rates, $package )
{$shipping_rate_id = ‘packetery_shipping_method:packetery_carrier_zpointcz’;
if ( array_key_exists( $shipping_rate_id, $rates ) && ICL_LANGUAGE_CODE == ‘en’) {
$rates[$shipping_rate_id]->cost = 0.75;
}
return $rates;
}Pou?ívám WPML, tak?e nap?. u polylangu m??e byt trochu jiná podmínka u “ICL_LANGUAGE_CODE”.
Forum: Plugins
In reply to: [Premium Addons for Elementor] Carusel + filter categoryBlog element
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Connect API ManuallyI just tried offical Woocommerce plugin for Stripe and there is possible add keys manually also for live mode
Forum: Plugins
In reply to: [WP Fastest Cache] WP fastest cache adding non existing cssSorry for misinformation, after debug i found one addon for contact form 7 what adds css what affect whole site.