David
Forum Replies Created
-
Unfortunately, it didn’t help.
After few days there has been a slight change – there are 14 reviews for the product sent above – this number is displayed correctly in this shortcode in the default version, in the German version there is the number 1, and in every other version there is 0.
Hi, yes. Here is the example product url:
For the future – I had the same issue – 404 not found on categories pages. It was because my url prefix for products categories was “category” (but in my language), I changed that to “cp” and everything is working!
Forum: Fixing WordPress
In reply to: Need a menu like mentioned in the screenshotHello!
What theme do you use?Forum: Fixing WordPress
In reply to: Unable to delete imagesHello!
What’s your wordpress version?
Do you see any error? Check also console log.
You can always turn on debug mode and see the logs.Forum: Fixing WordPress
In reply to: Adding custom fields programmaticallyHello! Yes, it’s possible. ACF is mostly just a wrapper for wordpress core functions. You should save a custom field as a meta data for specified post.
Here are some examples:
https://ww.wp.xz.cn/support/topic/is-it-possible-to-add-an-extra-field-to-a-custom-post-type/if you have any questions, ask 😀
Forum: Plugins
In reply to: [WooCommerce] How to speed process of adding variants and their price?The problem is I need variant as an image, description to each variant option and price, can’t find any plugin that does these three things :/
Forum: Plugins
In reply to: [WooCommerce] How to speed process of adding variants and their price?@lorro Thanks for response 🙂 Can you tell me some differents between default variants and addons? If i’m right right one variant is a one product, so if i have 1000 variants i have 1000 products but ‘packed’ in one product.
And addons is like one product but with just extended information?
Forum: Plugins
In reply to: [WooCommerce] Remove “/shop” from urlThanks!