• Hello,

    Facebook is appearing on the banner and is not visible: https://linkstores.mu/store/vik-store/
    I am interested to move the social media icons under inquiry or near store details such address, phone number.

    —————————-
    <?php if( !empty( $store_info[‘social’] ) && $store_user->has_social() && $WCFM->wcfm_vendor_support->wcfm_vendor_has_capability( $store_user->get_id(), ‘vendor_social’ ) ) { ?> <?php $WCFMmp->template->get_template( ‘store/wcfmmp-view-store-social.php’, array( ‘store_user’ => $store_user, ‘store_info’ => $store_info ) ); ?>

    if I move the above code code in Rehub theme: wcfmmp-view-store-header.php (wcfm/store/wcfmmp-view-store-header.php) after the code:

    <?php do_action( ‘wcfmmp_store_after_enquiry’, $vendor_id ); ?>

    Will the social media icon be moved from banner and be displayed after inquiry button?

    Thank you,

  • The topic ‘Change Social Icon Position on store page’ is closed to new replies.