scandidesignco
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add expandable read more link to archives product categoryI’ve been going crazy trying to figure out how to do this as well. The read more widgets in page builders only work with post content, not archive descriptions, and I’ve spent 2 days with GPT4o and Gemini Pro trying to figure out how to make it happen with code but none of the J Query, Javascript, PHP or CSS works. I’ve searched the web for an answer and nothing there either, just tons of people with the same question. Would be AMAZING if WooCommerce would be kind enough to help us out with some custom code.
Forum: Plugins
In reply to: [LiteSpeed Cache] Old Color Palette FlashingYes, as stated in my original post I have already done all of that + several more things. I went through the entire GPT checklist trying to fix it and nothing is working. This has been reported as an issue when Guest mode is enabled. Any way to fix it without turning Guest mode off? I ended up rebuilding the promo bar it doesn’t flash the old color palette anymore but it does flash html for a full second before loading the css now.
I turned off Load CSS Asynchronously and Inline CSS Async Lib, and then turned on UCSS Inline, cleared all the cache (toolbox> purge all, ccss and uscc) but no luck.
- This reply was modified 2 months, 1 week ago by scandidesignco.
Forum: Plugins
In reply to: [WooCommerce] New Order emails not being sent to adminThe only new plugin I added recently was the pro version of Bulky which is a bulk WooCommerce product updater. It doesn’t allow me to customize anything on the email side though, just product info and I’ve had the free version installed for awhile without issues. Is there anything specifically I could look for in terms of what might be causing the emails not to send? Thank you!
Thank you both, much appreciated!
Forum: Plugins
In reply to: [Export All URLs] Export Product Categories & TagsAwesome, can’t wait! Appreciate you ??
Ok, thanks! That’s what I figured but just wanted to make sure ??
I think the solution is this:
Search bar: when somebody uses the search bar, there needs to be “reset all” and “search term” buttons at the top people can click/close out. Clicking the “X” on the search term will bring them back to the main category page and hitting “reset all” will bring them back to the main category page. Problem solved!
Subcategory URL: Instead of removing all other categories, just have the subcategory they landed on checked so everything else remains visible. Also, include buttons at the top just like it does when people manually check a subcategory. That way there are 2 ways to continue navigating the shop.
Like this: https://jmp.sh/s/ugzvbodyH2n5XPrjqDDN
Instead of this: https://jmp.sh/s/3xBM3WS3eVSadM3qNT8w
Forum: Plugins
In reply to: [WooCommerce] Weird metadata displaying on order details pageIt looks like the Route Shipping Insurance plugin was causing this issue. New order notification emails were being sent to past customers too (huge privacy and legal issue there), so I deactivated Route and all is working fine again.
It looks like it’s resolved now. I updated plugins on Friday (5 days ago) and that’s when the error message was sent so I went ahead and updated plugins again today and its gone. Not sure which plugin was causing it but that was a simple fix. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Weird metadata displaying on order details pageYeah I update plugins every Friday but I don’t recall it happening directly after an update. It’s possible though and I just may not have noticed it right away. No new code and I’m not sure what you mean by the order details page having a different layout. I have a couple analytics plugins that add widgets to the sidebar and I customized the color of the admin but I did that a long time ago and it didn’t cause any issues. This metadata issue is recent.
I already reached out to Route thinking it might be an issue on their end but then I noticed the product with custom options also displays irrelevant metadata on the order details page so I think this is a database corruption issue? What’s interesting is I just had GPT write me some code to clone orders and the cloned orders are displaying correctly. No weird metadata. It’s only when the orders are placed on the front end by a customer or manually on the back end by me that the metadata appears.
Another interesting note: the first snippet GPT wrote was for duplicating orders and that actually triggered a critical error and the metadata would not copy over at all so she changed the snippet to clone orders instead of duplicating them and that worked perfectly. I have a feeling that might shed some light on the situation but this is out of my wheelhouse so I have no idea what to look for. Do you have any insight? Thank you!
- This reply was modified 4 months ago by scandidesignco.
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI causes Edit with Elementor to disappear from toolbarCan you please let me know the best alternative way to set up cache then so the mini cart doesn’t empty on users? I’m assuming I should adjust the default private TTL to longer than 30 minutes but is there anything else I should take into consideration? Is there a separate sessions cache?
- This reply was modified 4 months ago by scandidesignco.
Sorry for the delayed response. I missed the email in my inbox. Just tested the updated version of the plugin on staging though and both issues appear to be fixed!
- The slug is no longer changing upon save
- I no longer have to select the cells I want to update when clicking save
Thank you so much for the fast fix. Much appreciated!
Ya, that happens when you have too many admin columns enabled. I usually have to go through and customize the screen options on all posts/pages/media etc… for sites with a lot of plugins.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Admin Menu not workingYes, it’s working again, thank you!! It looks like there are some issues with the top toolbar now though. I’m going to open a new thread to keep it organized.
- This reply was modified 4 months, 1 week ago by scandidesignco.
- This reply was modified 4 months, 1 week ago by scandidesignco.
- This reply was modified 4 months, 1 week ago by scandidesignco.
- This reply was modified 4 months, 1 week ago by scandidesignco.
I found the answer from a reply to another post. The URL var name was the same as the Filter name so I guess that creates a conflict. I changed it to something unique and the OR filter logic is now working correctly.
For anyone else experiencing this, I’ll elaborate:
Custom Taxonomy Name: Location
Filter Name: Location
URL Var Name: location
Since you can’t edit the URL var name on a published filter, I went to Settings –> URL Var Names and changed location to origin.