Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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’);

    #844723

    Hey 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 Torvik

    #844817

    It will be the link I gave you or https://www.worthyinsurance.com/wp-admin.

    #845812

    Hi 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,
    Victoria

    #845824

    Please 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

    #846317

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.