Bojan Deni?
Forum Replies Created
-
Forum: Reviews
In reply to: [YITH WooCommerce Product Slider Carousel] Sale badge missingAlso, there is no option for Image Size. always display full image, not thumbnail…
@blumen delete plugin and problem solved! i think they don’t care anymore about this plugin.
I add custom text, when there is no sale products:
function productsshort() { global $product; $product_ids = wctd_get_product_ids_on_sale(); $product_ids2 = implode(",",$product_ids); //converts an array to JSON string if ($product_ids2){ $content = do_shortcode( '[products ids="'.$product_ids2.'" columns="3" orderby="post__in"]' ); } else { $content = "No products on sale."; } return $content; } add_shortcode ("productsshort", "productsshort");
We make shortcode and display all sale products on page:
function productsshort() { global $product; $product_ids = wctd_get_product_ids_on_sale(); $product_ids2 = implode(",",$product_ids); //converts an array to JSON string $content = do_shortcode( '[products ids="'.$product_ids2.'" columns="3" orderby="post__in"]' ); return $content; } add_shortcode ("productsshort", "productsshort");
Try Loco Translate for translate ??
Forum: Plugins
In reply to: [Filter Everything — Product Filter & WordPress Filter] Enfold compatabilityYes, and we disabled and de-install plugin.
Ok, we are waiting for that update! Thanks!
Ok, i fixed problem with WooCommerce products with 3rd plugin for lazyload and then i excluded product images from lazy.
Do you have any solution how to fix the logo missing width/height values?
For products I need to exclude this 2 classes:
woocommerce-product-gallery__image, woocommerce-product-gallery__wrapper
Also for blog featured images, i need to exclude from lazy load.
How to do that?
- This reply was modified 3 years, 5 months ago by Bojan Deni?.
Forum: Plugins
In reply to: [Speed Booster Pack ? PageSpeed Optimization Suite] Error code in footerI add full GA code there and then i got that error in footer.
Forum: Plugins
In reply to: [Speed Booster Pack ? PageSpeed Optimization Suite] Error code in footerNo, this happened when I add google analytics in footer through Custom code manager. How to fix that problem? I need only GA in custom code manager. Thanks!
- This reply was modified 3 years, 6 months ago by Bojan Deni?.
Forum: Plugins
In reply to: [Affiliates Manager] Move affiliates to another websiteOk, I waiting. Thanks!
Forum: Plugins
In reply to: [Affiliates Manager] Move affiliates to another websiteExisting affiliate users can’t access to dashboard (Store Affiliates), because theirs ID’s are different.
Your plugin have relationship with user ID’s when someone register to our affiliate website.
This is example in database:
https://prnt.sc/15dl5d5
When I export users from website A to website B, all users have different ID’s in database…
I hope you understand? ??
- This reply was modified 3 years, 9 months ago by Bojan Deni?.
I have the same question, about more than 1 field to control??? Thanks!
- This reply was modified 3 years, 9 months ago by Bojan Deni?.