-
AuthorPosts
-
February 26, 2014 at 3:20 pm #229581
Dear Enfold,
help me please:
1.How to make search avaliable in top header visible before the HOME link. currently the search button only popup after click. i would like the Search avaliable before the home link.
2. why in the mobile version i could not find the search button at all? any code i need to put so i could search when im in mobile version?
thank you
indraFebruary 27, 2014 at 4:48 pm #230116Hey indrahalim!
Please go to Appearance > Editor and open Header.php file and find
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
then add following code right below it
get_search_form();
Then you can position it by adding following code to Quick CSS in Enfold theme options under Styling tab
#header #searchform { float: right; }
You can remove default search icon from main menu in Enfold theme options > Header > Append search icon to main menu
Regards,
YigitFebruary 27, 2014 at 6:23 pm #230183Dear Enfold,
i cannot find QUICK CSS in enfold directory… is it under different name? stylesheet.css? or where?
thank you
indraFebruary 27, 2014 at 6:26 pm #230186Hi!
It is in Enfold theme options under Styling tab http://i.imgur.com/W0v6KLB.jpg
You can also add your custom CSS code in Custom.css file inside Enfold/Css folderBest regards,
YigitFebruary 27, 2014 at 6:30 pm #230188dear enfold,
i have found the CSS but now the top header looks ugly how to move it around before the HOMEpage menu and one line with homepage link.
cheers,
indraFebruary 27, 2014 at 6:31 pm #230189dear yigit,
can i give you my website login and password? thank you
cheers,
indraFebruary 27, 2014 at 6:56 pm #230203Hi!
Sure, please do so. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitFebruary 27, 2014 at 7:00 pm #230204This reply has been marked as private.February 27, 2014 at 7:09 pm #230212This reply has been marked as private.February 27, 2014 at 7:10 pm #230214Hi!
Please review your website. For further modification, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.