Social Media

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6571
    maxbuzz
    Participant

    Hi,

    I see social media in customisation but am not able to activate it thru the theme.
    Is another SM plugin required? Any one thats recommended with the theme/plugin?

    #6573
    WP Travel Admin
    Keymaster

    Hello @maxbuzz

    To display the social menu as in the header as in the demo please follow below given steps:

    Step 1: Create the social menu by going to Admin Panel > Appearance > Menu by including your desired custom links:

    Screenshot:

    https://prnt.sc/jge90m

    Step 2: Assign the created social menu to the social menu location either from Admin Panel > Appearance > menus or from Admin Panel > Appearance > Customize > Menus > Menu Location.

    This will help you display the social menu in the header.

    Thank you.

    Best Regards!!

    #6579
    maxbuzz
    Participant

    Thanks a lot.
    Thats works for “find us on..”

    How do I put up buttons on trips to share on SM?

    Thanks

    #6582
    Support Team
    Keymaster

    Hello @maxbuzz,

    Glad we could help you.

    Also, as you know, in the theme social share option will only be displayed in the posts.

    But if you want to display the social share option even in the trips then you have to activate the child theme.

    You can activate the child manually or simply using the plugin.

    After activating the child theme in your child theme functions.php file add below given code.

    if  ( 'travel_log_social_share_meta' )  :
    	add_action( 'wp_travel_after_single_title', 'travel_log_social_share_meta', 10 );
    endif;

    After add the social share button will appear in the location as mentioned in the screenshot:

    http://prntscr.com/jigdrb

    Hope this helps.

    Best Regards!!

    #6654
    maxbuzz
    Participant

    Hi,

    Thanks. That works fine.
    Currently, the user needs to click the share button to unfurl all the buttons. Is there a way all buttons are displayed by default.
    Can icons can be changed?

    #6868
    Support Team
    Keymaster

    Hello @maxbuzz,

    First of all we would like to apologize for the delay in replying to you.

    Now to show the icon by default use below given code.

    For this, you need to activate the child theme. To know you activate the child theme please refer to below given link:

    http://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme in your child theme functions.php file add below given code.

    https://gist.github.com/Steeru/cccabd0fbd8bd04e74051ff01b31d9c2

    Also, you cannot add your custom link here. If you wish to do so then you can consider hiring the professional developer by following the link given below.

    http://wensolutions.com/hire-wordpress-customizer

    Hope this helps.

    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.