@arminunruh hi, this function is already added? i need to set category filter for my image thanks
Blurred00
Posts
-
Filter by images rather than projects -
mailto: link issueHello 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! 🥰
-
mailto: link issue@arminunruh said in mailto: link issue:
ok whats the link to the page? i want to take a look myself at ur website
-
mailto: link issuenothing. 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>
-
change out of stock text on product pageHi Armin thank you so much, i ve solved! :)
-
mailto: link issueHi Armin i ve the same problem link was correct but only open a new tab not email

-
change out of stock text on product pageHi 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' ); }
-
project arrow on a single carouselthank you so much
-
project arrow on a single carouselHello, 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
-
invert carousel slide directionHey i m really sorry for the late late late late reply. but it works!! thank you so much
-
Responsive font size@arminunruh Hi, how i can convert font size (px) to % ? there is a tool or something helse? Thank you
-
product description and button positionHi, 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 appearThanks a lot


-
Instagram feed don't workSolved. need to add shortcode, no text then shortcode
-
Instagram feed don't workHi 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 SEO. Compatible or not?yoast work now?
-
Hide button on out of stock product@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;
} -
Hide button on out of stock productHi, 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%;
}
-
carousel scroll like marque@arminunruh ok thanks :)
-
carousel scroll like marquewith class there is no way? thank you so much the same :)
-
carousel scroll like marqueproblem 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
