Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #714993

    Hello

    I would like to add GTranslate to the a secondary menu at the top of our website. How is this done?

    Many thanks and best wishes

    Andy

    #714995

    I have seen your article http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ but do not know how to edit functions.php.

    Thank you

    Andy

    #714997

    Hi!

    You can go to Appearance > Editor and add the code to functions.php file. If you would like us to add it for you, please create a temporary admin login and post it here privately :)

    Best regards,
    Yigit

    • This reply was modified 8 years ago by Yigit.
    #715001

    Thank you Yigit

    Afraid I don’t have the Editor function in Appearance – only Themes, Customise, Widgets, Menus – any idea?

    THank you

    Andy

    #715007

    Hey!

    Please try de-activating all active plugins and check if that helps. If it does not, please go to wp-content/themes/enfold/functions.php file via FTP.

    Cheers!
    Yigit

    #715012

    Thanks. Okay. I’ve done this and added the widget to header – how do I add to secondary header as currently it is on top of our company logo?

    Thank you

    andy

    #715013

    PLease see http://www.ubiqutek.com for where it is currently located.

    #715015

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header #gtranslate {
        padding: 0;
        top: -36px;
    }
    #header_meta {
        z-index: 1;
    }
    

    Best regards,
    Yigit

    #715018

    Thank you – and how do I add it after the social media buttons on the top right?

    Many thanks

    Andy

    #715020

    Hello – also, including that code has meant that the social media buttons have now stopped working – any ideas?

    Thank you

    Andy

    #715021

    Hi!

    Please add following code to Quick CSS as well

    #header #gtranslate { float: right; }
    #header_meta .social_bookmarks { margin-right: 180px; }

    Cheers!
    Yigit

    #715022

    Thank you – have a good evening.

    #715128

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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