Hey,
This is probably not a Enfold issue but I ask anyway :)
http://www.newyorkinspiration.com/testing/
Do you know why the whole height is not displayed of the search box in the widget?
Thanks
Charlotte

This is the code for the search box:
EDITED // code too long .// use pastebin
hi enfold team,
first: thx for the help last days. great team
now the question:
i removed on the search page the sidebar with followig code in my child fuctions.php:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4);
function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){
if($value == 'false') $value = 'Nein';
if($value == 'true') $value = 'Ja';
return $value;
}
add_action( 'ava_search_after_get_header', 'my_ava_search_after_get_header', 10 );
function my_ava_search_after_get_header()
{
global $avia_config;
$avia_config['layout']['current'] = $avia_config['layout']['fullsize'];
$avia_config['layout']['current']['main'] = 'fullsize';
}
how is the code for the search & 404 page together?
-
This topic was modified 10 years, 4 months ago by
volmering.
Hi all,
I’ve built a website using Enfold that uses the sidebar layout (that is, the main menu & logo are on the side) like this:
View post on imgur.com
However, I need a single page to have the main menu and navigation at the top of the page.
How to I implement this?
I searched everywhere and can’t find the answer!
Thanks!
-
This topic was modified 10 years, 4 months ago by
Dylanmeyer.
hi, what must i change in enfold to get a google search result like here: http://imgur.com/ulLtkBS
First line the url. and then all other menu items listed?
My search result only looks like this: http://imgur.com/18R1Uyq
Thanks and good night.
Hey!
Please add following code to Quick CSS as well
#top #menu-item-search {
float: left;
}
.html_header_top #top .av_menu_left .main_menu {
float: right;
width: auto;
}
And then add your information to header using a widget – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
Yigit
Hi ddijk1!
Please refer to this post and add a widget area to your header and add your menu and search form using widget – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Regards,
Yigit
We have been getting the following errors thrown by our site using Enfold. (full code in private window)
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /.../html/wp-settings.php:65) in /.../html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Our server is running PHP 5.3.29. We can change that to 5.5.21 if you think that will help.
We have just had a custom plugin developed, which also needs to use sessions, and when I turn the plugin on the full width slider and masonry galleries display a white space instead of the images they should display. I have talked to the plugin developer and he has looked into this. All his code is up to scratch with the PHP5 standards, and on it’s own everything works fine. He said that it appears that Enfold is creating sessions, but not releasing them. I have checked with our host admins and they say that the folders housing the session data are configured correctly.
Any insight on what is causing this and ways we can fix it? More info in private content.
Our plugin developer also searched on this error code in relation to Enfold and found lots of results, lots of people reporting the same thing, or similar. He said that it appears that Enfold is still using the PHP4 functions, including one that has been deprecated. Is this true? If so when will Enfold be updated?
Hi researchtools!
du verwendest eine veraltete Theme-Version. Bitte führe ein Update zu Enfold 3.4.3 durch und sag uns bescheid, wenn du dann immer noch Hilfe benötigst.
Bezüglich deines Logos müsstest du mit media queries arbeiten, z.B. so etwas hier:
@media only screen and (min-width: 767px) {
.logo {
margin-left: 17px;
}}
So greift der Code erst ab einer Bildschirmgröße von 767px. Passe nach deinen Bedürfnissen an.
Gruß,
Andy
(2) Second question solved by my own: /wp-content/themes/enfold/images/framework-helper/header_transparency.jpg
(1) Would be great if anyone has an idea how to display the search icon and bar at any position (example: http://fs5.directupload.net/images/151117/e9tkvvlt.png).
-
This reply was modified 10 years, 4 months ago by
Mathuseo.
This error came back after I fixed it by reinstall fresh copy of enfold. Searching the forum I see others have this same issue with the masonry images. Please advise.
This comes up on top of home page.
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/content/p3pnexwpnas02_data03/98/2599098/html/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php:1) in /home/content/p3pnexwpnas02_data03/98/2599098/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas02_data03/98/2599098/html/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php:1) in /home/content/p3pnexwpnas02_data03/98/2599098/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
This comes up when you try to access the wp-amin.
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas02_data03/98/2599098/html/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php:1) in /home/content/p3pnexwpnas02_data03/98/2599098/html/wp-includes/pluggable.php on line 1207
Hi guys,
I want to get rid of the “lazy load” of the masonry galleries and the hover overlay for image links.
I searched through the forums, but could only find solutions to hide the effects via CSS.
But I want them to not get loaded/triggered in the first place…
And here’s the tricky part: I’m working with a child theme and a couple of site specific plugins. So It’d be great if you had some cool hook defined to disable these kind of stuff…. or any other way that doesn’t include touching the Enfold parent/core files.
Also: I’m building a little gallery programmatically with rel=”prettyPhoto”. So far it works like a charm, but in the lightbox, the gallery gets merged with another one (inserted via standard WP gallery in post editor). I tried including some different gallery index in brackets after the prettyPhoto (i.e. rel=”prettyPhoto[anothergal]”). Usually that should work with prettyPhoto, but it doesn’t. Any ideas how to accomplish this, too?
Thanks so much in advance,
Karsten
This seemed to have worked, although I had to create and use a duplicate of the problematic page.
While on the subject, what would be a more efficient way of having a list of people that belong to different Working groups etc. Ideally, one would still have the option of using filters such as Country, Working Group, Researcher Status, or search by name or other keywork. Does Enfold offer such a functionality?
Some of the built-in Entypo icons in Enfold are different widths, so when doing a list of text with icons to the left, the text isn’t aligned. In doing some research online, I found that other icon sets like Font Awesome have fixed width versions and there are also some people who say that using a custom Fontello version with the latest Entypo icons solved the problem. Others have forced the icons to be something like 1.5em wide and then centering them, but after trying a handful of things, nothing is working for me.
So how can I best align the icons?
Screenshot for reference:

*I’m attaching a private link to a test page.
-
This topic was modified 10 years, 4 months ago by
r2tall.
Hi Sandra!
Please go to Enfold theme options > Header > Extra Elements and check “Append search icon to main menu” :)
Best regards,
Yigit
Hi
I’m looking for a demo for a website, I’m testing One page wedding demo but there is not the function search beside the menu as usually.
On restaurant one page demo neither, restaurant demo… How can I do to add this function beside the menu ? I didn’t found in Enfold ? If it’s not possible, can I add a plug-in WordPress ? Which plug-in ?
Thanks for your help.
Hi, Enfold expert,
i checked my posts in Search Engine, all my posts showing blog title first before post title. While it should be like this: post title first then blog title:
site link: http://themezy.tk/
Now it is showing like this: ( incorrect ) site title – post title
It should be like this: ( Correct ) post title – site title
screenshot: http://prntscr.com/93630j
Hi sublime5o!
The search pages should be displaying the breadcrumbs bar, http://kriesi.at/themes/enfold/?s=Test.
A search archive has no relation to other pages though so the only thing displayed in the breadcrumbs will be the home link and your search query.
Regards,
Elliott
Hi Ismael,
I have this error
Notice: Undefined variable: post_id in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
After I use the normal search with Enfold the search results page does not display the breadcrumbs to the pages. This makes it very hard for end users since a lot of pages are named the same but have different parent pages which tell the user what area they are in. Is there a way to add breadcrumbs to the search results page under each entry’s title in a CHILD THEME (functions.php file)?
Thanks!
Hi there,
I’ve been fooling around in the new bought Enfold theme. And I put the ‘Restaurant Demo content’ in, very nice!
But I have some trouble in changing things, like the image on top of the Welcome page (the spaghetti pic)!?? The images below that are no prob, but I can’t find the upper one any where??
And I tried searching the support forums, but haven’t found anything about it…
Can you help me with this?
grt Boris
-
This topic was modified 10 years, 4 months ago by
Borissimo.
Notice: Undefined variable: post_id in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
Notice: Undefined variable: size in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
Notice: Undefined variable: attr in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
—————————————————————-
I have the above errors.
Hi,
I am using Enfold with the newest update, but if I browse my webiste with my mobile I cannot find a search field.
Any chance to activate in moiilde version?
Thank you for your help in advanced,
Best
Frank
Hi robphat!
See here, https://codex.wordpress.org/Function_Reference/get_search_form.
You can add a searchform.php template to the Enfold folder or use the PHP snippet inside your functions.php file.
Regards,
Elliott
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#menu-item-search {
display:none;
}
.home #menu-item-search {
display:block;
}
Regards,
Rikard
Hey!
Please add this in the functions.php file:
// Register new icon as a theme icon\
function avia_add_custom_icon($icons) {
$icons['whatsapp'] = array( 'font' =>'whatsapp', 'icon' => 'ue800');
return $icons;
}
add_filter('avf_default_icons','avia_add_custom_icon', 50, 1);
// Register new social share
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
function avia_add_social_share_link_arguments($args)
{
$args['whatsapp'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "whatsapp://send?text=[title]");
return $args;
}
Upload the whatsapp social icon from fontello. Go to the Enfold > Import / Export panel then click the fontello link. Search for the whatsapp icon, select it then look for the input field next to the “wrench” icon. Type in “whatsapp”. Download the font then upload it in the iconfont manager.
Regards,
Ismael
Hi
I have been scouring the web and trying everything I can find to accomplish these 2 things, and they are:
1) Make header span full page width above menu. I can only get a logo to appear up there and have tried background image.
2) want to remove more padding from the sub menus in the mega menu.
I have tried for days when I should be writing lol.
I’m a research writer not a person knowledgeable with WordPress themes.
Anyway, I tried all suggestions I could find from the google search of enfold support and have not accomplished my goal.
I need to get my holiday sites done.
Would someone from support please assist with this?
I can supply login to support.
Also, I would like to copy any custom quick CSS modifications that are done into a text file for saving.
What I have done so far?
1) Added logo successfully.
2) Header — Can not get a full with header as applied through back enfold, general styling, Custom Background Image, Upload a BG image for your Logo Area. Trying to accomplish it any other way has been a no go for me too.
3) Menu — have managed to get partially modified but padding is still off. I did most of the menu customization through Quick CSS.
thank you in advance for the assistance.
Gal
-
This topic was modified 10 years, 4 months ago by
successisus. Reason: typo
Hey @basillis ,
Well I found the problem, but I’m not sure how to fix it.
The problem seems to be with this style sheet: http://a98fh.theshownewport.com/wp-content/themes/enfold/css/base.css?ver=2
Line 204:
#top select {
font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}
When I disable this element with google chrome inspect element, I’m able to see the search box & the floor fields. Any recommendations on how to fix this?
nick
Hi!
Changes you should make are included in my post i made on 8th of November. I included screenshots this time. Please see instructions below:
– Login to your WordPress dashboard
– Go to Appearance > Editor
– Find functions-enfold.php file from the list on the right and click on it
– once it is opened, please search “Permanent Link:” and remove it
Before and After screenshots are here – http://imgur.com/a/4mX4P
Cheers!
Yigit
Hey tvgverlag!
Look around line 1180 in the /enfold/css/layout.css file and you can see this.
#top #wrap_all .av-social-link-rss:hover a{color:#fff; background-color:#ffa133; }
#top #wrap_all .av-social-link-facebook:hover a{color:#fff; background-color:#37589b; }
#top #wrap_all .av-social-link-twitter:hover a{color:#fff; background-color:#46d4fe; }
#top #wrap_all .av-social-link-mail:hover a{color:#fff; background-color:#9fae37; }
#top #wrap_all .av-social-link-dribbble:hover a{color:#fff; background-color:#e44885; }
#top #wrap_all .av-social-link-linkedin:hover a{color:#fff; background-color:#419cca; }
#top #wrap_all .av-social-link-search:hover a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-gplus:hover a{color:#fff; background-color:#de5a49; }
#top #wrap_all .av-social-link-behance:hover a{color:#fff; background-color:#008cfa; }
#top #wrap_all .av-social-link-flickr:hover a{color:#fff; background-color:#ff0086; }
#top #wrap_all .av-social-link-forrst:hover a{color:#fff; background-color:#234317; }
#top #wrap_all .av-social-link-myspace:hover a{color:#fff; background-color:#000000; }
#top #wrap_all .av-social-link-tumblr:hover a{color:#fff; background-color:#345574; }
#top #wrap_all .av-social-link-vimeo:hover a{color:#fff; background-color:#31baff; }
#top #wrap_all .av-social-link-youtube:hover a{color:#fff; background-color:#a72b1d; }
#top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
#top #wrap_all .av-social-link-skype:hover a{color:#fff; background-color:#12a5f4; }
#top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
#top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
#top #wrap_all .av-social-link-soundcloud:hover a{color:#fff; background-color:#F76700; }
#top #wrap_all .av-social-link-xing:hover a{color:#fff; background-color:#006567; }
#top #wrap_all .av-social-link-vk:hover a{color:#fff; background-color:#597BA5; }
#top #wrap_all .av-social-link-reddit:hover a{color:#fff; background-color:#FF4500; }
Remove the :hover from each line to have the color displayed at all times and not only on hover.
You can use this CSS to change the size.
.social_bookmarks a::before { font-size: 20px !important; }
Regards,
Elliott
Hey stalte!
Thank you for using Enfold.
The background-attachment property is partially supported on mobile browsers and there are known issues with it. That’s why it is disabled by default: http://caniuse.com/#search=background-attachment
Could you please provide a screenshot of the “overflow” issue? On what mobile device are you testing this? Please let the color sections in the test page to display so that we can check it on an actual mobile device.
Cheers!
Ismael