Forum Replies Created
-
AuthorPosts
-
November 15, 2017 at 11:11 pm in reply to: add to cart popup with abandonded cart email popup #13341
Hi,
Thank you for your video. Please try to use the custom CSS code below
.wcap-atc-modal-open .mfp-ready { display: none; }Cheers,
FosterNovember 15, 2017 at 10:52 pm in reply to: error when accessing blog categories from sidebar on the blog page #13337Hi,
What’s this? http://take.ms/z8Mfn
I highly recommend you add the custom code to the child theme. Please don’t edit anything in our core theme.
Hi,
Please see this image http://take.ms/qA155
Hi,
My bad, the problem was solved, please check.
This reply has been marked as private.Let me find other solutions. Please stay tuned.
Hi Mauro,
Just change the code like this
add_filter( 'woocommerce_get_price_html', 'custom_price_suffix', 100, 2 ); function custom_price_suffix( $price, $product ) { $price = $price . '<a href="your_link_here">zzgl. Versandkosten</a>'; return apply_filters( 'woocommerce_get_price', $price ); }November 15, 2017 at 10:08 pm in reply to: Warning: sprintf(): Too few arguments in… on line 154 #13326Hi,
Please don’t enable this feature http://take.ms/zmroL
Regarding the next issue, I’m sorry our theme does not support the layout like this. But I will take your idea as a feature request and report to Dev Team to see any solution they can do to make it through.
Thank you
Hi,
You mean the ID of HTML element or the ID of that product?
Hi,
The problem was solved, please check.
Thank you
-
AuthorPosts