lucytech
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] first month freeI have the woocommerce subscriptions plugin installed and it has the woocommerce extra option – coupon type – Recurring Product Discount
I set it to 50NIS which is the first month free, and to be Active for 1 payment, I want it to charge from the second month.
https://privatebin.syde.com/?7e9a3eff9f149752#7ASRGevHCxbbZKkQcB8fduKJehrjqhri99kNFRJU8poZ
I did not get an email report yesterday, yet there are 3 abandoned ‘order status – abandonded’ showing under the report tab with the date February 20, 2025 9:27 am
The abandoned cart seems to be working now.
Also when are the reports to the admin sent out? I never seem to get them. What day of the week?
Do they only work if I have the follow-up email reports activated?
and not just Enable sending recovery report emails – checked under settings?
- This reply was modified 1 year, 3 months ago by lucytech.
I have this checked but I did not recieve an email even though I can see an there is an entry listed under the report tab from this week.
Do other settings need to be selected? Such as the follow-up emails?
I have Enable sending recovery report emails. selected and my email listed
What day of the week is the email sent?
Yes, I was using the regular single upload and now I’m using gravity perks multi upload, with limit 1 on some fields and on others it is a multi-field.
does it not work with that?
It is not going to work for me to duplicate the form. Is there another work-a-round? Should I run a database cleanup?
I would like to use this plugin.
Can you tell me how to do that? I’m not sure what you mean.
I didn’t change any settings just installed the plugin and tried to use the link.
Forum: Plugins
In reply to: [Ultimate Addons for Elementor] error 404 the preview could not be loadedyes that helped
thank you so much
ok, but the Related Keyphrase is only for premium users – correct?
If so, I was wondering why I was being referred to it.
Why do old deleted plugins still have enteries in the wp_options table?
Even when there is no orphaned data or rows.
Forum: Fixing WordPress
In reply to: parent and child categoriesSo I used this code instead as you suggested but it is giving the same result.
On this page https://hilchata.com/?s=pesach the first 3 results use the child category in the slug and the rest use the parent category. They use the order it is listed https://snipboard.io/Ft4PXh.jpg as the terms, but some have the parent category first (Orach Chayim) and some have the child caterogy first (Pesach).
Pesach is the child category, why isn’t it listed second in all results?
function post_url_shortcode() {
$tax_name = 'category';
$terms = wp_get_post_terms( get_the_ID(), $tax_name, array( "fields" => "slugs" ) );
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {$term_array = array(); foreach ( $terms as $term ) { $term_array[] = $term; } echo 'https://hilchata.com/' . $term_array[1]; } return '';Forum: Fixing WordPress
In reply to: parent and child categoriesI am trying to get the child category.
Is WordPress not consistent in the order it stores the child category in the array?
I don’t know all the names, they will change for each post.
$categories[1]->slug’ does not always give me the child, it sometimes gives me the parent.
Why is this?
What function should I call to get the slug of the child category?
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] style for elementor widget cart pageI see the template file but in the Elementor widget the Below ‘Apply Coupon’ area is now part of the payment section. If I select that to show the gift-card it doesn’t show at all.
See here – https://snipboard.io/IeqY02.jpg
How do I make the gift coupon show when I click the green text – have a coupon…
Forum: Everything else WordPress
In reply to: best way to store audio filesThe purpose of the site if for people to listen to audio clips I’ve made for no charge.
They are talks on different topics. I want people to browse topics and listen and enjoy.
Short talks, just listen and/or download. That is it.
I prefer to store them on WordPress unless that will slow the site significantly. I was going to code <audio> html to allow them to listen, not use the WordPress player as I need to dynamically insert the URL for the audio.
What do you advise?
Forum: Fixing WordPress
In reply to: .m4a file won’t uploadI really appreciate your help and advice.
I need to upload about 1,500 files onto the site – either .mp3 or .m4a – which would be better for speed? Will it slow the speed? Is there a way to optimize them?
Or would it be better to store them externally?
I’ve installed Akismet and I’m not seeing the option when I created an Elementor form.
I’ve disabled/re-enabled the plugin. Cleared cache.
nothing seems to help. I’m using the paid version of Akismet.