psartorio
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] WPML and mega menu image widgetI have replaced the Text Widget with an Image Widget on the English version and it worked.
Thanks for the hint! 🙂
regards
Forum: Plugins
In reply to: [Max Mega Menu] WPML and mega menu image widgetThe one in the SOSTENIBILITA’ menu
Forum: Plugins
In reply to: [Max Mega Menu] WPML and mega menu image widgetTry again, it should work.
Forum: Plugins
In reply to: [Max Mega Menu] WPML and mega menu image widgetedited
- This reply was modified 6 months, 3 weeks ago by psartorio.
Forum: Plugins
In reply to: [Max Mega Menu] WPML and mega menu image widgetI don’t want it to be public. Can I write an email to you?
Forum: Plugins
In reply to: [Max Mega Menu] WPML and mega menu image widgetHello,
Thanks for your reply. I followed the guide and now I have two menus synced.
However, in the Italian one (main language) I have an image that should be different in the English version of the menu.
Max Mega Menu seems to keep using the media from the default language, even though it is correctly translated with WPML Media Translation.
What can I do?
Forum: Plugins
In reply to: [Collab Notes] Things to think about for future versions of the plugin..Dear Kleenex,
I’m pleased to inform you that we have just released version 1.3, which includes a page listing all the notes. Thanks again for your suggestion.Forum: Plugins
In reply to: [Collab Notes] Things to think about for future versions of the plugin..Hi Kleenex, thank you for your suggestions. We’ll take them into consideration in our future updates. Regards.
Yes, it is working now! Thank you so much!
Sorry, I’ve found the correct selector to display it.
Forum: Plugins
In reply to: [Fattura24] Elenco ordini: vedere chi ha richiesto fatturaGrazie!
- This reply was modified 2 years, 11 months ago by psartorio.
Forum: Plugins
In reply to: [Contact Form 7] Date selector limits repeating every yearActually what I really need is to allow the user to select any day of June, July, August or September in the date picker. The other months should be disabled.
Forum: Plugins
In reply to: [Product Table & List Builder for WooCommerce] Table not scrolling on mobileYes, sorry. I fixed it yesterday. I set min width 100px at the first column. Thanks a lot for your Help
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Add Card date on voucherHi, thanks for your answer.
I already knew this process. What I’m trying to do is adding the date on the email voucher.
I already added the gift card title with this code:<?php $product_id = $item_data->product_id; if ( empty( $product_id ) ) { $gift_card = new PW_Gift_Card( $item_data->gift_card_number ); $product_id = $gift_card->get_original_order_item_meta_data( '_product_id' ); } $product = wc_get_product( $product_id ); echo esc_html( $product->get_title() ); ?>but I’m not able to add the date. How I can do that? Thanks.
That’s awesome. Thanks a lot for your help.