-
AuthorPosts
-
April 28, 2016 at 5:09 pm #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!!!May 1, 2016 at 7:14 am #625242Hey 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,
RikardMay 4, 2016 at 8:43 am #626972Hi Rikard,
does not work.
Kind regards
May 5, 2016 at 5:58 am #627615Hi,
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,
RikardMay 5, 2016 at 8:30 pm #627973Hey Rikard,
attached. Thank you very much!!
Kind regards,
TobiyMay 6, 2016 at 12:12 pm #628241Hey!
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,
YigitMay 12, 2016 at 5:14 pm #631475Hey 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 regardsMay 13, 2016 at 3:25 pm #632090 -
AuthorPosts
- You must be logged in to reply to this topic.
