Okay
  Public Ticket #2508546
Read more - Read less after update
Closed

Comments

  • Andreas started the conversation

    Hey Kevin,
    Within the last Update you removed the read more function. Now, with the new update the read more is again displayed (modification -> Update -> Removed).

    It is kind of overlapping with the delivery times (see attachement)


    How to remove this function within the product details? -> Could you give me the codings for that, so I can update it on my own?

    Regards,

    Andreas 

  •  2,635
    Kevin replied

    Hi  Andreas 

    Currently I cannot access your wp-admin with error 503, please check the link or block the area, we are from Vietnam

    thank you

  •   Andreas replied privately
  •  2,635
    Kevin replied

    Hi Andreas !

    Please add this code in the functions.php file of theme-child and check again

    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
    remove_action( 'woocommerce_single_product_summary', 'ftc_template_single_excerpt', 5 ); remove_filter( 'woocommerce_product_tabs', 'woo_custom_description_tab', 98 );