Social Icons on the Main Menu

Posted in: Newsmag
Post count: 16

Is there a way to put the Social Icons on the Main Menu Style 5?

Post count: 6535

Hi

You have to edit header-style-5.php and paste this code here: http://screencast.com/t/AHwh3qtqqiG

<div class="td-header-row td-header-top-menu td-container">
    <?php locate_template('parts/header/top-widget.php', true); ?>
</div>

Also you’ll need this css in theme pabnel > custom code > custom css: http://screencast.com/t/yirv2GdkFld

.td-header-row.td-container {
width: 1021px;
}
.td-header-style-5 .td-header-sp-top-widget i{
color: black;
}

Thanks!

Post count: 16

Hello

I did what you said, but the social icons don’t appear.

My site is http://flightpress.aero/

Thanks!

Post count: 6535

Hi

You have to set the links for the desired social networks in theme panel > social networks: http://screencast.com/t/hUo7utNJzv otherwise there won’t be anything to display.

Thanks!

Post count: 16
Post count: 6535

Hi

From page source seems that the social networks are not saved in theme panel. Try to change the header style and and check if the social icons are displayed. Also make sure you added the edited header-style-5.php as I’ve indicated above as the solution it’s tested and works fine on my side.

Thanks!

Post count: 16

Hi, here you have images of the things that I’ve done.

http://flightpress.aero/wp-content/uploads/Untitled2.png

http://flightpress.aero/wp-content/uploads/IMG_0837.jpg

If the social networks are not saved in theme panel, how can I do it?

Thanks!

Post count: 6535

Hi

If the panel works fine social networks should be saved as well. Have you tried with a different header style to check if the icons are displayed? If the social icons are not saved try to deactivate all plugin except Visual Composer, clear all caches, purge cdn files if you’re using then test again.

Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.