newageemporium
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Deleting takes to long 31min and countingI have done as asked but the problem remains, it may be related to Action Scheduler errors I am getting. I am not sure as I am not a coder or tech, I posted about that as well. This all started about the same time. I reached out to Hostinger before posting here and they told me to do the same steps and it did not work then either. I have done all your steps several times.
Forum: Plugins
In reply to: [WooCommerce] Scheduled Actions Past-DueI tried to do as you said before you told me to and the errors went from 70+ to 60 but went back up to 70+ so I did it again and got this msg. BTW on 9/29/2024 I upgraded from basic to standard WooCommerce in Hostinger. It may not be related but I thought you should know. In case you need to ask, after the migration started I waited over 4 hours before trying to edit the site.
Action Scheduler: 59 past-due actions found; something may be wrong. Read documentation ?
Action Scheduler migration in progress. The list of scheduled actions may be incomplete.
Maximum simultaneous queues already in progress (1 queue). No additional queues will begin processing until the current queues are complete.
First over due action
woocommerce_deliver_webhook_async
'webhook_id' => 15
'arg' => 5414
woocommerce-webhooksNon-repeating2024-10-02 15:55:19 +0000
(3 days 1 hour ago)- 2024-10-02 15:55:19 +0000
action created
The queue has been on the same one for a while
woocommerce_deliver_webhook_asyncIn-progress
'webhook_id' => 14
'arg' => 5880
woocommerce-webhooksNon-repeating2024-10-01 18:11:45 +0000
(3 days 22 hours ago)- 2024-10-01 18:11:45 +0000
action created - 2024-10-01 18:12:46 +0000
action started via Async Request
43876
The Failed list is long as well starting about the time the migration to standard started
woocommerce_deliver_webhook_asyncFailed
'webhook_id' => 14
'arg' => 5396
woocommerce-webhooksNon-repeating2024-09-27 21:30:17 +0000
(1 week 19 hours ago)- 2024-09-27 21:30:17 +0000
action created - 2024-09-27 21:30:26 +0000
action started via WP Cron - 2024-09-27 21:30:27 +0000
action failed via WP Cron: Creation of dynamic property WC_Gateway_Affirm::$public_key is deprecated
0
Forum: Plugins
In reply to: [WooCommerce] Deleting takes to long 31min and countingIt has now been over 2 hours with this page still giving me the loading circle, is there anyone out there? I get asked by your AI would I recommend WooCommerce and WordPress to my friends….my answer only if I don’t like them. How can a page load for over 2 hr just to delete one entry in the database? I will shut the window soon so can someone take a look at it? 2hr 20 min and I am tired of waiting so I will figure out how to try and edit without your help. I still think you all need to find out why this happened.
- This reply was modified 5 months, 3 weeks ago by newageemporium.
Forum: Plugins
In reply to: [WooCommerce] link in variable product descriptionThis is confusing the links work right now so I guess it is fixed.
Forum: Plugins
In reply to: [WooCommerce] Difficulty in choosing variable productsSince you have the same problem I thought I would put mine here
I have yet to get the results I want. I am still having trouble. I have 105 scents of incense in 3 types. Now I understand that the limit is 30 or is it 50 variations and that you can use a code to fix that. Well I can run 1k variations at a time now while creating products. I still can not show my products based on choices made. My jewelry line of?gold and silver rings. Example I choose Size 11.5, I should see 1 Description choice for this size instead I see all 28 choices. I have put this code in my Storfront Child Theme function.php
if ( version_compare( get_bloginfo( ‘version’ ), ‘4.7.3’, ‘>=’ ) && ( is_admin() || is_customize_preview() ) ) {
require ‘inc/nux/class-storefront-nux-admin.php’;
require ‘inc/nux/class-storefront-nux-guided-tour.php’;
require ‘inc/nux/class-storefront-nux-starter-content.php’;
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_variation_threshold’ );function custom_variation_threshold( $threshold ) {
return 1000; // Set your desired threshold (e.g., 50 instead of 30)
}
/**- Note: Do not add any custom code here. Please use a custom plugin so that your customizations aren’t lost during updates.
- https://github.com/woocommerce/theme-customisations
What am I doing wrong others seem to think this is the way to fix the problem but I am still limited. Please help I am ready to tear my hair out. I am not a coder, it have been over a decade since I did HTML much less what is used now. I need an answer in plain english that will tell me exactly how to fix this. Oh I did try some of the plugins for Woocommerce but they want to treat my store like a clothing store. Since I am not pleased with the clunky style of showing huge pictures on the Shop page in the first place their look is not for me. The plugins recomended were confusing to me, I couldn’t understand what to do in the customization areas so I removed them.
Forum: Plugins
In reply to: [WooCommerce] Drop down not giving expected resultsI have yet to get the results I want. I am still having trouble. I have 105 scents of incense in 3 types. Now I understand that the limit is 50 variations and that you can use a code to fix that. well I can run 1k variations at a time now but still can not show my products based on choices made. My jewelry line of gold and silver rings. Example I choose Size 12, I should see 3 Description choices for this size instead I see all 30+ choices. I have put this code in my Storfront Child Theme function.php
if ( version_compare( get_bloginfo( ‘version’ ), ‘4.7.3’, ‘>=’ ) && ( is_admin() || is_customize_preview() ) ) {
require ‘inc/nux/class-storefront-nux-admin.php’;
require ‘inc/nux/class-storefront-nux-guided-tour.php’;
require ‘inc/nux/class-storefront-nux-starter-content.php’;
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_variation_threshold’ );function custom_variation_threshold( $threshold ) {
return 1000; // Set your desired threshold (e.g., 50 instead of 30)
}
/**- Note: Do not add any custom code here. Please use a custom plugin so that your customizations aren’t lost during updates.
- https://github.com/woocommerce/theme-customisations
What am I doing wrong others seem to think this is the way to fix the problem but I am still limited. Please help I am ready to tear my hair out. I am not a coder, it have been over a decade since I did HTML much less what is used now. I need an answer in plain english that will tell me exactly how to fix this. Oh I did try some of the plugins for Woocommerce but they want to treat my store like a clothing store. The plugins were confusing to me, I couldn’t understand what to do with them.
Forum: Plugins
In reply to: [WooCommerce] Can not change the text color of the Normal Header.Changed my theme so I didn’t have to deal with yet one more problem
- This reply was modified 5 months, 3 weeks ago by newageemporium.
Forum: Plugins
In reply to: [WooCommerce] Can not change the text color of the Normal Header.So I have green text I want something dark. I don’t know what I did to make it green before it was white. I don’t know how to insert the image I suppose you all want me to have an image account like Tumbler or Tinypics but I don’t.
I have to say I really hate this blasted WordPress WooCommerce,. Why do I have to use the plugins and why do I have to buy the ones that will actually make my store work? I wanted a WYSIWYG editor and this is not one.
Forum: Plugins
In reply to: [WooCommerce] Drop down not giving expected resultsThank you I finely figured out how to use the Child and its PHP function using the Ajax code and upping the amount to 1k. Not that I will ever have 1k variations. ??
function custom_wc_ajax_variation_threshold( $qty, $product ) { return 1000;} add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );