• Resolved MarineFLZ

    (@marineflz)


    Hi,

    I would like to put short description under the navigation bar.
    I put this code on function.php of my childtheme :

    add_action(‘woocommerce_product_thumbnails’, ‘custom_single_product_short_description’, 10);
    function custom_single_product_short_description()
    {
    the_content();
    }

    but nothing appears. If I desactive your plugin I can see the description under the thumbnail.

    Can you tell me how can I do it ?

    with carousel description doesn't appear

    without carousel description appears

    Regards

    Marine

Viewing 1 replies (of 1 total)
  • Plugin Author Steve Truman

    (@a3rev)

    Hello Marine

    That is a question that you would need to ask of your theme developer. You are trying to alter the layout of the woocommerce single product page template – by moving the short description from the right of the Image Gallery container (which is default of WooCommerce Template) to under the Image Gallery Container.

    That is a function of the themes WC template and nothing to do with Dynamic Gallery as it just shows withing the product image container. Hence why i say you need to talk with the theme developer.

Viewing 1 replies (of 1 total)
  • The topic ‘Short description under navigation’ is closed to new replies.