Home Forums Themes Support Claue Move social share buttons

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #22628

      8c. Please add below code to claue-child > functions.php

      add_action( ‘wp_head’, ‘remove_social_share’ );
      function remove_social_share(){
      remove_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_single_social_share’, 50 );
      }
      and add below code to where you want to show social share on layout-x.php

      jas_claue_social_share();

       

      Sorry but I don’t understand how to add it could you show an example how to put it under thumbnails or product image in left column in layout 1 please?

       

      thank you

    • #22681

      Hi Mag,

      Please add below code to child theme

      add_action( 'wp_head', 'remove_social_share' );
      function remove_social_share(){
      	remove_action( 'woocommerce_single_product_summary', 'jas_claue_wc_single_social_share', 50 );
      }

      and download sample file I attach for layout-1 and put in claue-child > woocommerce > extras > single

      Best regards

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.