psartorio
Forum Replies Created
-
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 1 year, 8 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: [WooCommerce Product Table Lite] 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.
Forum: Plugins
In reply to: [Yoast SEO] I can’t import all the content from All in one SEO PackThat’s awesome. Thanks a lot for your help.
Forum: Plugins
In reply to: [Yoast SEO] I can’t import all the content from All in one SEO PackHi @amboutwe, thanks for explaining that. I have just another issue.
If no meta description is provided, AioSP uses an excerpt of the post. This is not imported by Yoast. Do you think it’s possible to obtain something like this with Yoast as result of an import or via settings?Forum: Plugins
In reply to: [Yoast SEO] I can’t import all the content from All in one SEO PackHi,thanks for answering. I’m running the latest versions of WP, Yoast and All In One. I performed the heath check and nothing seems to be in conflict. What I can do? Thanks
Forum: Plugins
In reply to: [WP Store Locator] Add ACF to store listHi Tijmen, unfortunately I can’t make this work.
This Is my code:$store_id = '<%= id %>'; echo '<p>' . the_field('pdf_link_txt', $store_id ).'</p>';
As I said, the value of my $store_id is not valid server-side, so the ACF part of the code (the_field) isn’t working.
What I’m not able to do is get the actual store ID and put it into a PHP variable.
How I can get the store_id? ThanksForum: Plugins
In reply to: [ACF-VC Integrator] Display different texts based on conditionsThat’s worked like a charm! Thanks a lot for your help, much appreciated!
Forum: Plugins
In reply to: [ACF-VC Integrator] Display different texts based on conditionsForum: Plugins
In reply to: [ACF-VC Integrator] Display different texts based on conditionsHi @frederik-rosendahl-kaa thanks a lot.
I need help do it ??Basically, I need to replace the output of the Price_range field with “Price on request” when:
– Price_range is empty
or
– Hide_price_range checkbox is checked.Thanks in advance.