- This topic has 5 replies, 3 voices, and was last updated 5 years ago by
Support Team.
- AuthorPosts
- May 15, 2018 at 9:50 am #6571
maxbuzz
ParticipantHi,
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?May 15, 2018 at 10:43 am #6573WP Travel Admin
KeymasterHello @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:
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!!
May 15, 2018 at 3:13 pm #6579maxbuzz
ParticipantThanks a lot.
Thats works for “find us on..”How do I put up buttons on trips to share on SM?
Thanks
May 16, 2018 at 5:55 am #6582Support Team
KeymasterHello @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:
Hope this helps.
Best Regards!!
May 19, 2018 at 9:36 am #6654maxbuzz
ParticipantHi,
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?May 30, 2018 at 5:43 am #6868Support Team
KeymasterHello @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!!
- AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.