Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #623890

    Hey there,

    i ve tried several codes i found here in the forum in order to get the social icons between logo and mobile menu.
    Can you please have a look. Thank you very much!!!

    #625242

    Hey Tobiy,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    ul.social_bookmarks {
        position: absolute !important;
        top: 45px !important;
    }
    }

    Regards,
    Rikard

    #626972

    Hi Rikard,

    does not work.

    Kind regards

    #627615

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #627973

    Hey Rikard,

    attached. Thank you very much!!

    Kind regards,
    Tobiy

    #628241

    Hey!

    I added following code to Functions.php file of your child theme in Appearance > Editor

    function move_social_above(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery(".av-sidebar-social-container").insertBefore("nav.main_menu");
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'move_social_above');

    Please review your website now :)

    Best regards,
    Yigit

    #631475

    Hey Yigit, cheers – this helps. But on mobile view the social icons are not between the logo and the menu.

    I have a second questions. Hope its okay, if i put it here: If you go to the page via desktop view you can see the sub-headlines.
    “Leistungen – What we do…”
    On Google these subheadlines you can see are “LeistungenWhat we do”…Google cannot distinguish between the head and subheadline. How can i disable that only the headlines are shown.I face it in you photography demo too.

    Hope you understand what i mean :-) If not please ask.

    Thank you very much!
    Kind regards

    #632090

    Hi,

    Yes, please elaborate. If you can post screenshots to show the issue, that would help a lot. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

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