andrewmrobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] “Cookie nonce is invalid” Error on All ProductsClosing
Forum: Plugins
In reply to: [ShopWP] Syncing errorThis is fixed in version
1.3.7
or any2.x
version.Forum: Plugins
In reply to: [ShopWP] Does the plugin work with any of the “Booking” apps in Shopify?Closing
Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelyClosing. Feel free to open again if you need to.
Forum: Reviews
In reply to: [ShopWP] Activate plugin not working for a different WP structureYeah it was a pretty simple fix :).
Completely up to you of course, but if this fix changes how you would rate the plugin, would you please consider changing the 2 star-rating that you gave?
I would really appreciate it!
Also let me know if have any additional questions / concerns about the plugin. Happy to chat.
Forum: Reviews
In reply to: [ShopWP] Activate plugin not working for a different WP structureThis should now be fixed in version
2.0.13
. Thanks again for letting me know!Forum: Plugins
In reply to: [ShopWP] Only showing one product at a timeHey there. Are you using a shortcode to display these products? If so, can you send me the shortcode you’re using?
If you’re using the default /collections page, then the page size is driven by the default wordpress
Blog pages show at most
setting. Also check the plugin setting:Products per page
If you’re using the Pro version and overriding the
collections-single.php
template, let me know. The issue might be inside there instead.Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelyVersion
2.0.13
was just released which should fix the issue. Can you confirm?Forum: Reviews
In reply to: [ShopWP] Activate plugin not working for a different WP structureHey Alan,
Thanks for bringing this to my attention! I’ll take a closer look at fixing this in the next update (2.0.13).
In the meantime, can you tell me exactly how you solved this? Are you simply returning ABSPATH from the
get_abs_admin_path
function?Any additional info would be greatly appreciated!
Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelyNo problem!
Ok so I can tell by the shorcodes you provided that you upgraded from version 1.x., so this was the source of the problem.
Here’s how to mimic the 1.x shortcodes in the new 2.x version:
This shortcode:
[wps_products collections"Our Favorites" items-per-row"3" limit"15"]
Needs to change to:
[wps_collections title="Our Favorites" single="true" excludes="image, title, description" products_items_per_row="3" products_limit="15" products_excludes="pricing, description, buy-button" products_show_featured_only="true"]
And this shortcode:
[wps_collections ids"90328760429, 90328793197, 90589495405, 90590871661, 90592346221, 91763540077, 140700516461"]
Needs to change to use titles instead of ids, like this:
[wps_collections title"Collection Title A, Collection Title B, Collection Title C"]
- This reply was modified 5 years, 2 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelySorry, I forgot to mention that you need to uncheck “Lite sync” first.
Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelyOk, the reason I ask is because there were breaking changes from version 1.x to version 2.0. So if you updated from 1.x that might be the reason why you’re seeing these issues.
Here are some additional things we can try. First, go into the plugin settings and click the “Syncing” sub nav. Then, make sure that “Sync posts” is enabled. If it wasn’t enabled, this would indicate that you updated _from_ 1.x.
Then go to the Tools tab and use the Resync Shopify Data button. This should pull over your products and collections the same way that 1.x did.
Hiding the additional information is doable, but I need to see the shortcodes you’re using first. Can you send me the ones you’re using on the homepage please?
- This reply was modified 5 years, 2 months ago by andrewmrobbins.
Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelyWhich version of the plugin did you update from? Was it 1.x?
Forum: Plugins
In reply to: [ShopWP] Recent update has broken our site completelyHey there. Everything seems to be loading on your site from my end. Can you try clearing both the plugin cache and your own browser cache for me? I’d like to rule those out first.
Forum: Plugins
In reply to: [ShopWP] Display single products bugsRegarding that issue … can you try resyncing your data for me?
First go to WP Shopify -> Tools and use the “Remove all Shopify data”. Then, use the “Resync Shopify” button.
If the issue still persists let me know.