A
A
avz222022-04-02 23:57:52
WordPress
avz22, 2022-04-02 23:57:52

Why is WooCommerce Product Short Description not showing in WordPress?

This is a product page. I have moved the short description below the product gallery with the code in function.php

remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
add_action( 'woocommerce_product_thumbnails', 'woocommerce_template_single_excerpt', 10 );


A short description is displayed only when the product has one main image. When we add additional images to the gallery, the short description disappears (or rather, it moves behind the pictures and is not visible).
Tell me, what is the mistake?
Example: here

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Litvinenko, 2022-04-04
@AntonLitvinenko

add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_excerpt', 25 );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question