Hello Armin, sorry for the late reply. I believe the problem is because I don't use an email program on my Mac, just Gmail via web. In fact, it works perfectly on mobile devices.
Thank you for appreciating my work! 🥰
Hello Armin, sorry for the late reply. I believe the problem is because I don't use an email program on my Mac, just Gmail via web. In fact, it works perfectly on mobile devices.
Thank you for appreciating my work! 🥰
@arminunruh said in mailto: link issue:
ok whats the link to the page? i want to take a look myself at ur website
nothing. The problem is only on computer, on smartphone it work well.
<p class="_Descrizione" style="text-align: left;"><a rel="noopener" href="mailto:info@spaziodimora.it">info@spaziodimora.it</a></p>
Hi Armin thank you so much, i ve solved! :)
Hi Armin i ve the same problem link was correct but only open a new tab not email

Hi there is a different way in laytheme for change "out of stock text" on product page?
i ve tryed this code on fubctions.php! but the text change only on single product page
add_filter( 'woocommerce_get_availability', 'change_out_of_stock_text_woocommerce', 1, 2 );
function change_out_of_stock_text_woocommerce( $availability, $product_to_check ) {
if ( ! $product_to_check->is_in_stock() ) {
$availability['availability'] = __( 'YOUR CUSTOM TEXT', 'woocommerce' );
}
return $availability;
}
add_filter('woocommerce_out_of_stock_message', 'custom_wc_out_of_stock_message');
function custom_wc_out_of_stock_message() {
return __( 'YOUR CUSTOM TEXT', 'woocommerce' );
}

thank you so much
Hello, I have several carousels on my website, but I would like the forward and backward navigation arrows to appear only on some of them. Is this possible? Thank you
Hey i m really sorry for the late late late late reply. but it works!! thank you so much
@arminunruh Hi, how i can convert font size (px) to % ? there is a tool or something helse? Thank you
Hi, im trying to align product description and button at center but can0t found a solution. can someone help me?
First image is how now it is.
Second how i i want it appear
Thanks a lot


Solved. need to add shortcode, no text then shortcode
Hi my client need to insert instagram feed, i ve download e install instagram feed by smash balloon. I ve add a source code but don't work can someone help me?

yoast work now?
@alasdair17 said in Hide button on out of stock product:
display: none !important;
thanks for the reply. what is the class that i need to use? i can't found it
Edit. Solved.
here the css code:
.outofstock .button
{
display: none !important;
}
Hi, there is a way to disable a button on out of stock product?
I ve customized it by "ADD TO CART" plugin with a cart icon and it work well but when product is out of stock it show a empity square.
I ve added also this css code :
.woocommerce a.button.add_to_cart_button{
border-radius: 50%;
}

@arminunruh ok thanks :)
with class there is no way? thank you so much the same :)
problem is that marquee don't support video.
Just another question, is possible insert image or something else on mouse hover on marquee or carousel? like this
Hi, i ve made this carousel (image) for my home and i would scrool it like marquee at screen start. It is Possible? Thanks!
