Tagged: 4.1.2
-
AuthorPosts
-
August 27, 2017 at 3:35 pm #844535
Hello. Enfold support provided the code (shown below) to assist with placing the Social Media links inline with the menu and search icon. A custom header widget (Enfold also assisted with this) was put in place, which required the code shown below.
Just upgraded to 4.1.2, today. After the update, there are now 2, identical sets of Social Icons appearing.
Here is a screenshot of the issue. I’ve turned off the Social Media icons option in Enfold, for the time being.
function av_move_social(){
?>
<script>
jQuery(window).load(function(){
jQuery(“#header ul.noLightbox.social_bookmarks.icon_count_3 li”).detach().appendTo(‘ul#avia-menu’)
});
</script>
<?php
}
add_action(‘wp_footer’, ‘av_move_social’);August 28, 2017 at 8:30 am #844723Hey accurIT,
Thanks for choosing our product :)
I have tried to access the above link and this is not found. Can you check it?
Best regards,
John TorvikAugust 28, 2017 at 2:22 pm #844817It will be the link I gave you or https://www.worthyinsurance.com/wp-admin.
August 30, 2017 at 2:45 pm #845812Hi accurIT Presence,
You can enable the social links again and just remove the code from the functions.php since this functionality is already present in the theme.
Best regards,
VictoriaAugust 30, 2017 at 2:55 pm #845824Please look at the issue before you suggest a resolution. I clearly stated that 4.1.2 produced this issue.
Without the code mentioned above, the option to Display in the main header area option for Social Media icons is no longer working.
With the code, the Social Icons are duplicated, using the Display in the main header area option.
Ryan
August 31, 2017 at 4:01 pm #846317Hi Ryan,
The links are there, if you add the code below, you will see where they are. You added the text widget and moved menu below, and the setting for the social icons is in the main header area, which is where they are now.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.header_color .social_bookmarks a { color: #ccc; }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.