RecoilDesign
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF: Better Search] Concern with how plugin worksThank you! That does answer my question and I appreciate the response.
I do actually have one more question: is it possible to also show results for the ACF File field? For example, the site I’m working on has a page that lists downloadable PDF files and I’d like those file names to also be searchable.
https://www.advancedcustomfields.com/resources/file/
Thanks for your time.
Forum: Plugins
In reply to: [WooCommerce] Variations missing after update, also not able to deleteOk, went to modify the shipping details for one of my Subscription Variables today, saved the page, now one of my old DELETED variations is back in this product and cannot be deleted no matter what I do.
There’s a serious problem somewhere, either with WooCommerce 3.0.8 or the latest version of the Subscriptions extension.
Forum: Plugins
In reply to: [WooCommerce] Admin-ajax.php 500 error on Woocommerce variable productSame exact problem here. Below are the steps we’ve taken troubleshooting but so far we haven’t been able to fix this:
- Console shows this error: XMLHttpRequest cannot load https://mywebsiteurl.com/wp-admin/admin-ajax.php due to access control checks.
- Tried resetting the .htaccess.
- Updated all plugins EXCEPT for any related to WooCommerce. The reason we didn’t try those yet is because we’ve been reading that so many users are having problems with the new 3.0 release.
We can’t save or edit any Products right now. Our best guess is that one of the recent auto-updates for WordPress core created a conflict with the WooCommerce Subscriptions plugin (we’re running WP 4.7.5 and 2.1.4 of the Subscriptions plugin).
Hopefully someone in these forums knows what the issue is.
Forum: Plugins
In reply to: [WooCommerce] Select all Attributes Except One in Product VariationI’ve done a lot of research and can’t find an answer to this. The only similar thread I found was here: https://stackoverflow.com/questions/38805281/woocommerce-variations-for-all-attributes-except-one
Can anyone offer a suggestion? Thank you.
Forum: Plugins
In reply to: [WooCommerce] Variations missing after update, also not able to deleteMore details: this morning I attempted to use the “delete all variations” option, then the admin page showed the loading spinner graphic and seems stuck there now. In viewing console, I see this error:
Failed to load resource: the server responded with status of 500 (Internal Server Error) WEBSITE-URL/wp-admin/admin-ajax.php
However, after manually reloading the product page in admin, I can confirm the variations were deleted.
I proceeded to create 1 new variation with “any attributes”, saved the product again, and now the product page is very fast again and does not have a spinner graphic.
In my opinion, this means that the 40+ variations I had before were causing the delay but I’d still like feedback on if that sounds correct or now.
- This reply was modified 7 years, 6 months ago by RecoilDesign.
Forum: Plugins
In reply to: [WooCommerce] Importing WooCommerce 2.x data into 3.x site?@davidfguk yes, that could be one approach and I appreciate the suggestion.
The final piece of this puzzle is deciding if I need to export/import Users first, or the actual WooCommerce Order data.
Forum: Plugins
In reply to: [WooCommerce] Importing WooCommerce 2.x data into 3.x site?@davidfguk thanks for the reply. Unfortunately, no because basically everything else on the site has been edited (theme, custom fields, WP & WC settings, pages, some new products). Most everything on the redesign in staging has changed so I want to keep those edits and only re-import the WooCommerce order data (orders, refunds, subscriptions, and the new users associated with these orders).
Forum: Themes and Templates
In reply to: Safest Permalink structure for Page links?For anyone interested, I ended up using the permalink’s ID and found that worked best. That way the page’s slug could be changed and the link would still work.
Forum: Fixing WordPress
In reply to: How to sync WooCommerce staging/live site?@catacaustic understood and thank you for taking the time to reply.
Forum: Plugins
In reply to: [Tumblr Importer] Issues with importing Tumblr image posts@otto42 please let me know if this plugin is still supported or if it has been abandoned. I’m also happy to help test any code and send you my results if that would be useful. Thanks.
Forum: Fixing WordPress
In reply to: How to sync WooCommerce staging/live site?@catacaustic darn, I was hoping to hear there’s a better solution for this. The part I’m struggling with is: would it better to manually move the redesigned site into the live site with the most current WooCommerce data, or would it be easier to instead backup WooCommerce data, push the staging live, then re-import the WooCommerce data?
I know in WordPress I can export/import specific content. Which would be easiest?
Screenshot of what I mean here: https://imgur.com/y2NqWJr
- This reply was modified 7 years, 6 months ago by RecoilDesign.
- This reply was modified 7 years, 6 months ago by RecoilDesign.
Forum: Plugins
In reply to: [Tumblr Importer] Issues with importing Tumblr image postsIn poking through the plugin, it looks like the Photo URL code is commented out and not complete:
$post['media']['link'] = '';//TODO: Find out what to use here.(string) $tpost->{'photo-link-url'};
Any insight on making this work would be great. I’m happy to test code suggestions and follow up with feedback on how it went.
Forum: Themes and Templates
In reply to: Safest Permalink structure for Page links?Any help would be really appreciated. Thanks again.
OK
I appreciate the idea, Pete. That’s likely what I’ll do. Have a good one!