Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #780058
    #780294

    Hey trellyn,

    First off, thanks for using our theme.

    To apply this shortcode at the top bar, use the following code: https://gist.github.com/JohnTorvik/0c3bc47edbd0893e14fb79385d92e5d6

    And don`t forget to replace the http://www.google.com by your URL.

    Best regards,
    John Torvik

    • This reply was modified 6 years, 12 months ago by John Torvik.
    #780697

    Thank you, John.
    I was curious where I would edit the top bar? Is this in a specific php file?
    Thanks.

    #780764

    Hi,

    You should add the code John gave you to functions.php.

    Best regards,
    Nikko

    #780864

    Thank you, Nikko!

    I am still having some issues with the positioning of the button. I want it to be in that bar, but on the left side of the side. By the logo.

    Any ideas?

    Thanks.

    #780878

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header_meta .avia-button-wrap.avia-button-left {
        margin-left: 10px;
        float: left;
        position: relative;
        top: -10px;
    }
    
    #top #header_meta .avia-button.avia-size-small {
        padding: 4px;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #780885

    Nikko –
    That code helped tighten everything up, but it is still on the right hand side of the site.

    #780890

    Hi,

    Okay, please replace this code I gave:

    #top #header_meta .avia-button-wrap.avia-button-left {
        margin-left: 10px;
        float: left;
        position: relative;
        top: -10px;
    }

    to this css code:

    #header_meta nav.sub_menu {
        position: static;
    }
    
    #header_meta #avia2-menu {
        padding: 10px 0;
    }
    
    #top #header_meta .avia-button-wrap.avia-button-left {
        position: absolute;
        top: 0;
        left: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #780893

    Nikko –
    Thank seemed to work.
    Thank you so much for your help. I appreciate it

    #780901

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

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