Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29193

    Hey guys!

    I will put a facebook like button near the Logo at the exact same line as the main menu – see image

    http://pizzeriainnsbruck.at/wp-content/uploads/diverse-daten/image-3.jpg

    Is it possible to provide me a solution to make this happen and also looks good for all devicese? i tried to put thecode into the header.php – but it looks not ok when i scale down the sreen size… the button overlaps with the menu url´s.

    It will be also great if the solution also consider the download timing of the button ;) I think in the header the script slowdown the overall performence.

    Thank you so much for your help!

    #140004

    Hey,

    Can you post the facebook like button here? Is the site live? We would like to inspect it.

    Regards,

    Ismael

    #140005

    Hi!

    My Site is not live – i only played around…

    Any Idea to achive this: http://pizzeriainnsbruck.at/wp-content/uploads/diverse-daten/image-3.jpg

    Thank you so much

    #140006

    Hi,

    In your WordPress theme directory please go to Enfold folder and open Header.php and find following code in line 171

    do_action('ava_after_main_menu');
    ?>

    and right under it paste your code like

    <?php echo "<iframe class='facebk' src='....'></iframe>"; ?>

    do not forget to change all ” to ‘ inside your iframe code. You can use iframe.facebk class to style your button

    Regards,

    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Media button in Header’ is closed to new replies.