-
AuthorPosts
-
February 15, 2016 at 2:29 pm #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
February 15, 2016 at 2:33 pm #583439Hi 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,
YigitFebruary 15, 2016 at 2:41 pm #583452Wow, really fast support!
Thanks I will test it ;)
February 15, 2016 at 2:46 pm #583459Hey!
Please do so and let us know so we can mark the thread as resolved :)
Best regards,
YigitFebruary 15, 2016 at 3:04 pm #583485Ok,
small bar is full width, but fixed. Is it possibiliy that the small bar isnt fixed, but still full width?February 15, 2016 at 3:07 pm #583487Hey!
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,
YigitMarch 8, 2016 at 12:50 pm #594973Hello, but is it possible to add the Ajax Search icon beside social icons?
March 9, 2016 at 2:38 pm #595574At the moment, the search icon is integrated at small bar, but only if i took “Append search icon to main menu”.
March 9, 2016 at 4:32 pm #595660Hey!
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,
YigitMay 11, 2018 at 1:54 am #954951hi 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.
May 12, 2018 at 7:50 pm #955827Hi,
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,
VinayMay 13, 2018 at 8:27 pm #956126This reply has been marked as private.May 16, 2018 at 7:49 am #957361Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.