Home Forums Basel support forum Social links

Social links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #114606

    dragoshs
    Participant

    Can you tell me please how to move the social links like in the picture attached?

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

    dragoshs
    Participant

    Also, wishlist button is not working…or is not enabled on the float bar?

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

    dragoshs
    Participant

    Social links and float bar with wishlist are in the Product page.

    #114700

    Hello,
    As for the Wishlist:

    1. Create a page and insert the shortcode [yith_wcwl_wishlist]

    2. Navigate to Wishlist plugin and set the page: http://prntscr.com/ls1ewo

    As for the social buttons, it is not possible to move theme in the place you show.

    Best Regards

    #114758

    dragoshs
    Participant

    Hi,

    1. The page was already created and the code was insterted.
    2. I already done that.
    The wishlist button is working everywhere instead of the float bar.

    As for the social buttons, it is not possible to move theme in the place I show ? i can’t believe that

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

    Hello,

    Please add this code to the functions.php of the child theme:

    function basel_share_buttons_custom_position(){
    	?>
    	<div class="product-share">
    		<?php echo basel_shortcode_social( array( 'type' => basel_get_opt( 'product_share_type' ), 'style' => 'colored' ) ); ?>
    	</div>
    	<?php
    }
    add_action( 'woocommerce_single_product_summary', 'basel_share_buttons_custom_position', 60 );

    And this code to the Theme Settings > Custom CSS > Global:

    .product-design-alt > .product-share {
    	display: none;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)