georg03
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Upsell products not showing full site editingHello @serafinnyc, thanks for your respond. Yes sure I added some upsell products.
As mentioned above I am working with the Single Product Template in full site editing mode (woocommerce 9.0.2). Should not there be an Upsell Products block similar to the Related Products block? Or is it achieved in another way?
Found the error, I added some JS code through functions.php with one quotation mark too many!
Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] Customize animationThanks!
It works.
Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] Customize animationHi,
I am using just Blocks Animation.
Best
GeorgOk thanks,
a native captcha integration with e.g. hcaptcha as an alternative to Googles reCaptcha will become an important feature soon. As of January 2022 the Austrian Data Privacy Policy has issued a decision about the usage of Google Analytics in websites. (You can find it here in the second section unfortunately only in German: https://www.dsb.gv.at/download-links/bekanntmachungen.html). According to this decision Google Analytics is not legally compliant with GDPR. This decision is not legally binding yet but this will be just a matter of time. With the jurisdiction the decision becomes binding and practically all Google products so also reCaptcha become illegal.
So I think this will affect a lot of users no only in Austria but the EU.
Best,
GeorgForum: Plugins
In reply to: [The Events Calendar] Error Updaiting failedI was able to find the issue. We are also using the plugin SVG Support. The update from 2.3.21 to 2.4.2. caused the above mentioned error. I also tested SVG Support version 2.4 and 2.4.1, same problem.
Forum: Plugins
In reply to: [The Events Calendar] Gap between currency symbol and priceOh great thanks for the snippet!
Best,
GeorgForum: Plugins
In reply to: [The Events Calendar] Gap between currency symbol and priceHi Andras,
thanks for reaching out. I needed to fix this issue on single event page only and found a solution with adding this code to functions.php:
function add_space_before_cost( $cost ) {
return ” ” . $cost;
}
add_filter( ‘tribe_currency_cost’,’add_space_before_cost’);Let me know if there is any better way. However it would be nice to add this setting to the plugin settings page where you can choose currency symbol and position since it is the default notation in German.
Thanks,
GeorgForum: Plugins
In reply to: [Event Tickets and Registration] Add new columns in admin panel listSorry just realized I am in the Event Tickets support section. Will post it in The Events Calendar!
Thanks!
GeorgForum: Plugins
In reply to: [Accordion Blocks] Ajax filter categories no-js triggerHello Phil,
thank you for the information! I was able to reinitialize all accordions with adding either your code or $(“.js-accordion-item”).accordionBlockItem( “refresh” ); to my ajax click function.
However the .no-js class is still being added to all accordions after using the ajax filter. Any idea?
Thanks!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Grundpreisangabe in der ProduktdetailseiteKonnte das Problem eingrenzen. Dadurch dass das Widget “Kürzlich angesehene Produkte” in der linken Sidebar platziert ist und dadurch im HTML-Code weiter oben kommt wird nur dieses Element aktualisiert. Wenn ich im Widget Grundpreis und Mwst. deaktiviere, werden die beiden Angaben auf der Produkdetailseite richtig ausgegeben.
Offenbar wird nur das erste gefunden Element ge?ndert?
Georg
Forum: Plugins
In reply to: [Germanized for WooCommerce] Mini Cart “plus Shipping Costs” not translatedHi,
yes I checked the settings under Shopmarks. It is –> plus {link}Shipping Costs{/link} … exactly the same as in woocommerce-germanized-de_DE.po
Is there a way to debug this output?
Best,
GeorgHello,
I am running current version 3.2.4 but it is still not working. I checked the html output. Apparently the category classes are being not added.
I added three categories to each event but the output is:
<div class=”mep-event-list-loop mep_event_list_item mep_event_minimal_list mix “> … </div>
instead of
<div class=”mep-event-list-loop mep_event_list_item mep_event_minimal_list mix mage-category-1 mage-category-2 mage-category-3”> … </div>