davidlongftc
Forum Replies Created
-
Forum: Plugins
In reply to: [Klaviyo] register_rest_route permission_callback argumentJust confirming we are seeing this issue too. While we wait for the update do you know if it affects functionality and if so in what way? Is it safer to leave the plugin deactivated?
Forum: Plugins
In reply to: [Facebook for WooCommerce] API Key no longer ValidClient also seeing this issue.
@brijdesignstudio and @opportunus did you happen to change the catalogue/collection of products you were syncing? This is what my client said they did and tonight I will be looking to see if this is the cause.
If I solve I will post the solution but any extra info will help.Forum: Plugins
In reply to: [WooCommerce] Unable to adjust stock from order pageThanks that thread lead to the answer.
Forum: Fixing WordPress
In reply to: Is there any automatic image-popup plugin?There are several. I can recommend https://www.ads-software.com/plugins/responsive-lightbox/
In the settings you can tell it to turn any link to an image into a pop up and if a post/page has multiple image turn that into a gallery you can click/swipe through. Has some control over the styling too and is responsive to work on different sized screens and devices. Also works for video.
You may need to set galleries to “link to image” for this to work.
Forum: Fixing WordPress
In reply to: Change colour of navigation bar on mobile phonesOh sorry – it will depend on your theme and plugins whether you have an easy way to insert this code.
Most likely you are using a theme you downloaded rather than one you made and the chances are it doesn’t have an option to insert code into the head in the menus.
The best practice would be to create a child theme and edit your version of it but it’s a bit beyond this post to explain how that can be done – see here: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/
If you can send me a link to the theme you are using I might be able to make a child theme with this change for you.
Forum: Fixing WordPress
In reply to: Change colour of navigation bar on mobile phonesYou just need to add a meta tag in the head of your code called “theme-color”.
In this example it will make the navigation bar yellow:
<meta name="theme-color" content="#ffcc00" />
Forum: Fixing WordPress
In reply to: How to solve this! Sorry! You are not allowed to access this pageHave you installed any security plugins or manually modified your htaccess files?
Forum: Plugins
In reply to: [WooCommerce] Unable to adjust stock from order pageThanks for the response. To clarify.
When a customer makes an order the stock for the product variation they purchased goes down as normal.
The issue is if a customer wants to change the product ordered for a different variation or an entirely different product we used to be able to select the line item being removed and choose to “Increase stock” to restore that product back in stock for sale to another customer. Now there is no way to do this. The only restock option is if we refund the line item and then there is a checkbox to “restore stock”.The same issue exists with the new product we are adding to the order to replace the one we removed – we have no way to adjust the stock level for that item as the buttons for increase/decrease stock are missing since the update. See screenshot from previous version of woocommerce: https://www.dropbox.com/s/n5s8soyd1uftbga/woo-355-missing-stock-control-buttons.png?dl=0
We now have an admin nightmare of finding the product, looking through upto 30 pages of variations to find the exact one and manually adjusting the stock number while hoping there is not an order for that item taking place while we are adjusting it.
Have these buttons been moved or is it an oversight. Will they be restored in a future release or do we have to build our own?
I will. I am afraid my frustration with problems happening on a live instance and reading other reviews may have lead me to be a bit harsh. The main issue is the fear that every wordpress/woo/mailchimp update could cause it to stop working again and as it is one of the few modules that actually has the ability to contact customers directly it is more worrying than if other plugins go wrong.
Since this post I have had support via live chat and resolved the double opt-in issue. This involved a bit of “turn it off and on again” as removing and adding back the plugin and reconnecting to Mailchimp got it working again and then the double opt-in on lists had been turned on by default for all European customers it seems so have been going through and turning this off on our lists.
The issue with not syncing old orders and only new ones remain but I have been asked to test with all other plugins disabled before I can get more support to see if it is a conflict so need to find time to do that which is a slight problem as I wouldn’t want to do that on our production servers but I don’t want it syncing test data on our development servers. Will try get a clean clone of the production site setup and tested at some point.
I have also turned on debugging for the plugin – I hope it can give more insight into what is preventing syncing of existing orders even if it is another plugin causing the conflict.