createscape
Forum Replies Created
-
Hello again,
I figured out that I could resolve this issue by changing the time zone directly on the event (the ones that I added previously) from Floating to Vancouver. New events automatically are added to the Vancouver time zone now that the time zone settings are there.
Thanks!Hello Patrick,
Thank you for your response.I am using the following setup locally:
- WordPress version – 6.8.3
- Sugar Calendar Lite – 3.9.1
- PHP 8.3.23
- I have screenshots of the Time zone settings for WP and Sugar Calendar in my original post above.
I think the issue is showing because I added my client’s events before setting the time zone in Sugar Calendar. When I add new events after setting the time zone it shows the correct time in the admin.
Steps to reproduce:
- Install new WordPress Site
- Install Sugar Calendar Plugin (lite)
- Add an event to the calendar
- Set the WordPress time zone (Vancouver)
- Set the Sugar Calendar time zone (Single / Vancouver)
- Go back and look at the admin calendar and the events now show as 8 hours prior to the actual event time.
I think I will have to go back and re-add my client’s events, but thankfully they don’t have too many of them.
Forum: Plugins
In reply to: [WP Responsive Menu] can’t select textHello – I’m just checking to see if you’ve had a chance to look at this issue.
Thanks
Forum: Plugins
In reply to: [WP Responsive Menu] can’t select textHello Magnigenie,
I’ve set up a test site and I can confirm that the issue is still there with the latest version, and with the other plugins turned off. I also tested on a couple other themes to rule out the theme because it is custom built. I usually test with the Twenty Twenty Four theme but the Appearance > Menu admin menu disappears when I switch, so I tested with the Elementor theme and GeneratePress.
Thanks
Forum: Plugins
In reply to: [WP Responsive Menu] can’t select textHello Magnigenie,
My clients are still having this issue and would like to see it resolved. Could you update us on whether this has been fixed in a recent version?
ThanksHello Antonio,
I can confirm that the first three conditions apply to us, but I’m not sure about “Terms selection not including ancestors”. How do I check if that one is true?
We are using:
- WooCommerce Categories (Heirarchical)
- Checkbox filter type
- Show Hierarchy is set to “Yes”
Thanks
Hello Antonio,
I can confirm that the filter preset exists and is enabled, the preset has filters enabled, and the filter has terms. I also checked to see that the products and categories weren’t accidentally deleted.
Thanks
It didn’t work for me either. I was trying to add a limit of 10 per order to a simple product.
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] OMG. PINK Editor?I agree – I don’t like this design change. I find the level of contrast with the black / white distracting. Maybe save this for a low-vision version?
- This reply was modified 2 years, 11 months ago by createscape.
Hello,
I am seeing something very similar on a client’s site with Spectra. The columns don’t load properly and it looks like half the page is missing. If I login and resave the page it will fix itself. I don’t have caching on this site. I’m using the latest version of Spectra.
This only just started in the last week or two.
- This reply was modified 3 years ago by createscape.
Forum: Plugins
In reply to: [WooCommerce] out of stock variations still showing on product pageI added this to functions.php and it’s working fine now.
// Change limit to dynamic product variations function custom_wc_ajax_variation_threshold( $qty, $product ) { return 50; } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 );Forum: Plugins
In reply to: [WooCommerce] out of stock variations still showing on product pageForum: Plugins
In reply to: [WooCommerce] out of stock variations still showing on product pageHello Roxy,
I think I may have found the problem. It works when there are 30 or fewer variations, but stops working at 31 variations. My client has 40 variations for this product. Also, variations without a price set show at 31 variations.
Can you confirm or test this?
My other product settings are:
-Limit one purchase per order
-downloadable
-manage stock turned on
-virtual productsThanks!
Forum: Plugins
In reply to: [WooCommerce] out of stock variations still showing on product pageHello Roxy,
I tried those things (I cleared one cache in the hosting panel and my browser cache) and none of them helped, but I did find that it is working on another product.
For some reason it is working there but not on the other one, even though I’ve set the same settings. I’m going to try just starting the product over and see if that works. (Duplicating didn’t work)
Thanks
- This reply was modified 3 years ago by createscape.
Forum: Plugins
In reply to: [WooCommerce] out of stock variations still showing on product pageHello Xue28,
Thank you for your reply. I switched to Storefront and I still see the same problem. I didn’t see anything of note in the Status > Logs. There’s a test log and some image regeneration logs.
I’ve removed the password protection from the page so you can see:
11:20 – 11:25 still shows even though it is out of stock.
Thanks for your support,
Crystal