-
AuthorPosts
-
April 7, 2016 at 5:04 pm #609765
Hi, for my site i have things im not getting done:
Site is visible in private content
1) Upperheader with tel and language links, is possible to add some height to this and larger font ?
2) Is it possible to remove search from menu and put it in upper header ?
3) why i need to add some thing in permlink for portfolio ? it would be better if portfolio-item is removed
4) on the homepage there is a lot of white space between the items, is it possible to remove them ?
for example, between “MEER DAN 10 JAAR ERVARING” and “KENNIS, KUNDE, EXPERTISE” is almost 2 cm
5) in this image i have 2 sizes for the buttons, possible to have them the same ?
6) search like this possible ?April 11, 2016 at 5:35 am #610955Hi BetuwePC!
Thank you for using Enfold and we are very sorry for the delay.
1.) Please add this in the Quick CSS field:
#header_meta .container { min-height: 50px; }
2,.) Disable the search icon then add this in the functions.php file:
add_filter( 'avia_meta_header', 'avia_append_search_nav_mod'); function avia_append_search_nav_mod() { ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items = '<div id="menu-item-search" class="menu-item-search-mod menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </div>'; echo $items; }
3.) I’m sorry but you can’t remove the portfolio slug in the url. However, you can change it in the Settings > Permalinks >
Portfolio Items Base field.4.) Add this in the Quick CSS field:
body .column-top-margin { margin-top: 20px; }
5.) Use the button element of the advance layout builder.
6.) I’m sorry but this will require modification on the theme. Please contact codeable: http://kriesi.at/contact/customization
If possible, please open a single thread or post for each inquiry. You will usually get a faster response that way.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.