kevwal
Forum Replies Created
-
Great suggestion, thank you. Seems to work – but the old key continues to work for 2 hours so now I wait! π
Forum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsThanks Maarten for fixing the issue and releasing version 1.1.8. I have now installed this on my live site and a quick test shows the bug has gone π
version 1.1.8
Fix: fixed a bug with the plugin only showing the 5 tags.Thanks very much
KevinForum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsFYI, I don’t get anything added to the debug log.
I can find the post id in wp_posts and I can then find the tags in wp_postmeta. That wp_postmeta entry includes all of the tags created in the first save, and using the shoppable_image id in a WordPress post I can indeed see all of the tags.
The image and the wp_postmeta tags key still contains all tags after clicking ‘edit’ on the existing image (even though the edit page only shows a limited number of the tags), but after clicking ‘Save’ on that [not] edited image, the number of tags in the wp_postmeta table reduces to the number shown when the image was edited.
So the issue looks to be in the ‘edit’ function not loading all tags from an existing image?
Thanks
Kevin- This reply was modified 4 years, 5 months ago by kevwal.
Forum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsWell, it means it isn’t reproduceable on your test sites, rather than “means itβs isolated to your site only” to be fair…
Thanks for the suggestions, so I copied the site to a test host, disabled all plugins (except WooCommerce and ShoppableImages), changed Theme from “Storefront Child Theme” to “Twenty Twenty-One”, deleted the existing Shoppable Images and created a new one, and still the same issue – only 5 of 9 tags being saved when I come back to edit the image and add more tags.
How can I debug this further? How can I confirm that all of the tags are being saved in the first place?
Thanks
KevinForum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsHi
I can’t easily delete that image – it is a live image on a product, but I uploaded a brand new image never used on the site, and straight away tried to create tags, and have the same issue:
Thanks
KevinForum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsHi
I appreciate we are using the free version of this plugin, but as a potential future customer I am really struggling with the ‘if you want support buy the product’ responses.
We would buy the product, but only when I show it works for our use, and right now it has bugs that stop it working.
Your support on fixing the issue appreciated.
Thanks
KevinForum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsA different browser doesn’t solve the issue, original shown with Chrome, now with Edge:
Thanks
KevinForum: Plugins
In reply to: [Shoppable Images (Lookbook) for WooCommerce] Disappearing TagsI just created a totally new image with totally different tags, adding them one by one ( Images, Edit, Click to add a Tag, Find product, Save, and repeat). All worked fine until I got to add tag 6, which added fine, saved without error, but then “Image Edit” and the 6th tag has disappeared.
- This reply was modified 4 years, 5 months ago by kevwal.
Thanks,
Without doing any disabling, the error has now changed, not getting the checksum issues anymore:
Update Failed: {“success”:true,”data”:{“update”:”plugin”,”slug”:”wp-all-export”,”oldVersion”:”Version 1.2.4″,”newVersion”:”Version 1.2.5″,”plugin”:”wp-all-export\/wp-all-export.php”,”pluginName”:”WP All Export”}}
but disabling WordPress File monitor didn’t solve it.
Interestingly, I take an exact copy of the site (database dump, rsync, and db restore) onto a different host and I don’t get the issue – so looks more related to the host of the wp-config file rather than wordpress directly.
The screen_icon and get_screen_icon were deprecated and canβt be used any more. Other plugins seem to be applying this check first:
if ( function_exists(‘screen_icon’) ) screen_icon();
A small update would be great Nicolly.
Thanks
KevForum: Plugins
In reply to: [Disqus Comment System] Undefined index: HTTP_HOSTMe to…
/usr/bin/php -q /home/xxx/xxx/docs/wp-cron.php
Notice: Undefined index: HTTP_HOST in /home/jen/wordpresslive/docs/wp-content/plugins/jetpack/sync/class.jetpack-sync-listener.php on line 307
Hi Feroc I am not sure if we have the same problem. To be clear I can set a Product Category Display Type to Sub Categories, and it will display Sub Categories, I can set it to Products, and it will display all products in the current Category and all Sub Categories, I can set it to Both and it will display Both.
My ask, is can I show only Sub Categories and Products in the current Category, not Products that are in Sub Categories of the current Category.
Thanks, Kevin
Forum: Fixing WordPress
In reply to: Customer cant logoutSo this method is actually recommended by WordPress in the Codex manual:
https://codex.ww.wp.xz.cn/BruteForceAttacks#Password_Protect_wp-login.php
Thanks
KevinForum: Plugins
In reply to: [WooCommerce] Customer cant logoutThanks Michael, my understanding is, that as I am limiting access to wp-login.php, rather than all of /wp-admin/, it doesn’t create issues for ajax?
Thanks
KevinForum: Plugins
In reply to: [WooCommerce] Customer cant logout – security issueTrying to answer my own question, I think I need the htaccess rule to Allow requests to wp-login.php?action=logout without requiring authentication, Not sure how to do that though.