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

    Hello,

    I use a boxed layout, but I want to have a full width small bar above the header. Moreover the serach box should be there.

    How can I edit the theme?

    Thanks

    #583439

    Hi jumamedia!

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

    #header_meta {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
    }

    Then go to Appearance > Editor and add following code to functions.php file

    add_shortcode('avia_search', 'get_search_form');

    then go to Enfold theme options > Header > Extra Elements and add following shortcode into Phone info field to display search box there

    [avia_search]

    Regards,
    Yigit

    #583452

    Wow, really fast support!

    Thanks I will test it ;)

    #583459

    Hey!

    Please do so and let us know so we can mark the thread as resolved :)

    Best regards,
    Yigit

    #583485

    Ok,
    small bar is full width, but fixed. Is it possibiliy that the small bar isnt fixed, but still full width?

    #583487

    Hey!

    No, that is not easily possible. You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer for such customization as it would be the out of the scope of our support.

    Regards,
    Yigit

    #594973

    Hello, but is it possible to add the Ajax Search icon beside social icons?

    #595574

    At the moment, the search icon is integrated at small bar, but only if i took “Append search icon to main menu”.

    #595660

    Hey!

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

    #top #menu-item-search {
        position: relative;
        top: -75px;
        right: -15px;
    }
    #header_meta { 
    z-index: 1;
    }

    and adjust the values as needed

    Regards,
    Yigit

    #954951

    hi my issue is the small bar above Main Menu is displaying a phone number i need that fixed. how do i do that?

    also is there any way possible that right by the search bar in the header there can be an phone button so when the user clicks on it they are able to make a call?

    thanks in advance.

    #955827

    Hi,

    To add a phone icon next to search please add another menu item and add the phone icon shortcode in menu link text and in the link add your phone number in this format

    tel:555-555-5555

    Please check this link for more info to add an icon to menu item https://kriesi.at/documentation/enfold/fullwidth-sub-menu/#add-icons-to-menu-item

    Best regards,
    Vinay

    #956126
    This reply has been marked as private.
    #957361

    Hi,

    This thread is possibly related to the issue.

    // https://stackoverflow.com/questions/27164715/tel-href-click-to-call-link-not-working-in-android

    Best regards,
    Ismael

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