starblank
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon not showing on single pageClosing
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] code needs fixThanks, i’ll fix it in the next release
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] ribbons only on main imageHi
You can use custom css to achive this. Add this to main style.css:
.thumbnails .ribbon-unavailable { display: none; }
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon not showing on single pageMmm i think woocommerce_single_product_image_html has been removed in any woocommerce update…
Can you try to change woocommerce_single_product_image_html to woocommerce_single_product_image_thumbnail_html in wp-content/plugins/custom-product-stickers-for-woocommerce/stablank-woo-stick.php file? (its in line 32. Please be careful changing php, do it by FTP and make a backup of the file fist)
If this change works i’ll add it to the next update (sorry but i have little time to test it myself, my apologies)
- This reply was modified 6 years, 4 months ago by starblank.
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon not showing on single pageWhich version of WordPress and Woocommerce are you using? I’ll try to replicate the issue
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon not showing on single pageSorry, the WordPress theme detector said avada… Anyway, disabling zoom makes any difference?
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon locationHi
Not right now, sorry… i have planned to add this functionality but it’s not implemented yet
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon not showing on single pageHi
I’m not sure why it’s not showing, it looks like its avada theme, can you disable the zoom and check if it makes any difference?
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Bug after update 1.8.7Fixed
Thank you for your help
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] get_post_data is deprecatedFixed
Thank you
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] not allowed to attach filesHi
Sorry for the delay in the reply, i’ve been pretty busy…
Can you post a link to the web, please? i’ll check both issues (i’ve read your other post too)
Regards
Hi
My apologies for the delay, i’ve been pretty busy these days
Can you post a link to the web, please? i’ll check this issue
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] How to add a stickerHi
The stickers should be shown in single product page as well as the product loop page. Can you post a link to your website so i can check it out, please?
Regards
Forum: Plugins
In reply to: [Custom Product Stickers for Woocommerce] Ribbon on featured product sliderHi
This improvement will be avalaible soon but it’s not completed yed.
But if you know php programming you can modify the plugin, for example you can reuse the ‘unavailable’ tab by changing !$product->is_in_stock() to $product->is_featured() in starblank-woo-stick.php line 66.
Making this change should show the ribbon in featured products instead of unavailable one (i haven’t tested it but it should work. just make sure you make the file read-only after the changes, or it will be overwritten in next updates)
Regards
Hi
In the main CSS of the page (in Appearence -> Editor, not in the stickers plugin css) paste this:
.box-new {
z-index:5!important;
}This should solve your problem. Please tell me if it works.
I’ll fix this in next plugin release.
Regards
Edit: If you are using Unavailable or On Sale ribbon too, you should add:
.box-nex, .box-unavailable, .box-sale {
z-index:5!important;
}Thank you very much for the translation and best regards