fifkow
Forum Replies Created
-
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] FOX + Polylang@kampot888 please follow the documentation, where you can find how to set it properly: https://currency-switcher.com/switch-currency-with-language-change/
@iworks wygląda na to że wszystko gra 🙂
@kukiman po ponownym uruchomieniu wtyczki dalej jest NaN?
/** * Zmiana tekstów */ add_filter( 'gettext', 'wps_translate_words_array' ); add_filter( 'ngettext', 'wps_translate_words_array' ); function wps_translate_words_array( $translated ) { $words = array( // 'word to translate' = > 'translation' ' (bez podatku).' => ' ', ); $translated = str_ireplace( array_keys($words), $words, $translated ); return $translated; }@kukiman w razie czego mozna podmienic ten dopisek na inny lub usunąć przez functions.php
hmm, nie miałem tak
Na jednej ze stron wciąż w jednym z widgetów produktowych elementora na stronie glownej mam informacje o cenie z 30 dni. Ukrylem cssem, w razie czego moge to wywolac na serwerze testowym i podac adres strony.
1.2.3 naprawił problem na jednej ze stron która ma stronę główną na elementorze, druga wciąż pokazuje informację na stronie głównej pomimo zaznacoznej opcji wyświetlania tylko w miejscu: “Pojedyncza strona produktu”.
Warto byłoby też usprawnić aby to było jedynie na karcie produktu pokazywane w cenie tego produktu, bo jeśli na sidebarze karty produktu mamy jakąś liste produktów, to wtedy musimy już info ukrywać na liście z sidebara cssem.
@iworks Tak, w osobnym wątku w komentarzach już ustaliliśmy, że strona na Elementorze i fix ma wyjsc jakos niebawem.
Ekstra, czekamy na wydanie i od razu sprawdzę na 2 stronach.
Chwilowo obszedłem to przenosząc na początek treści informację.
- This reply was modified 3 years, 4 months ago by fifkow.
@iworks u mnie elementor
u mnie to samo, po update do 1.2.2 jest wszędzie – na sidebarze, na stronie głównej, na stronie sklepu itd.
Hi!
I am impressed of your support – good job 🙂
Of course your tip was correct! After installation mbstring everything is working fine 🙂
Unfortunately I’ve got one more problem – I lost my 2 tripetto forms after reinstallation plugin, but the solution finally works!
Thanks
1. Error occured after 29.07.2021 release, but I am not sure that the plugin update is the reason why it stopped working.
2. Now I’ve got the latest version installed (5.0.4)
3. Yes, I will check it asap, it is possible because i am not the only person who is managing my hostingThanks.
Forum: Plugins
In reply to: [WooCommerce] table in cart summary – custom row@gabrielfuentes Thank’s a lot – I’ve got it! 🙂
- This reply was modified 4 years, 10 months ago by fifkow.