Hey Nicoletta_DUS,
You can use Relevanssi for more advanced search. Please find implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Best regards,
Yigit
I work on sites located on different hosting companies. Yes I do think it is server issue too, but remains to be fixed within Enfold Development team. As it started to happen on all sites when WordPress was updated to Versin 4.5 (All sites experienced the image upload if Enfold was the Theme and the only thing worked for us to increase the max_execution_time value through php.ini (we tried everything suggested on this forum as well as the web search suggestions). The php.ini solution worked on Goddaddy servers only, since many other hosting companies do not allow / support php.ini.
This issue still remains on several hosting companies (iPage to name one) even with the latest version of WordPress and latest version of Enfold, we still can not upload images ( I have to switch Theme, upload my images and switch theme back to Enfold). Yes, this is the server issue, but it happens only with Enfold theme. So the Enfold developers need make some configuration changes that meets some minimum defaults of severs on different hosting companies or whatever change it needs to behave more stable on different hosting servers.
Hey AboveDigital,
Thank you for using Enfold.
The navigation icon doesn’t appear in the header for some reason and I wondered if there was something in the theme code which automatically hides all third party plugins or the like on the search results page?
There’s nothing like that in the theme. The search page template is like any other template which outputs the header, content container and the footer. Maybe there’s a settings in the menu plugin somewhere that excludes these pages. Please contact the plugin author for more info.
Best regards,
Ismael
Hi!
I’m trying to edit a few pages on wordpress with the Enfold theme and certain pages aren’t loading up the layout builder. They just keep giving me the spinning wheel forever. I don’t know how to add code to things, I’m just trying to make the site look good. For days I’ve been researching how to fix it and I have tried mostly everything without going through and touching the code. Uninstalled plugins, tried activating different themes and changing content, etc.
I’d really appreciate anyone’s help with this!
-
This topic was modified 9 years, 10 months ago by
wgnolte.
Hey rlogan2334,
Thank you for using Enfold.
I’m not sure how useful a search icon in a footer can really be but try to add this in the Quick CSS field:
#socket .avia-search-tooltip.avia-tt {
margin-top: -100px;
}
#socket .social_bookmarks li {
position: relative;
}
Best regards,
Ismael
Hi,
Maybe the search find the keyword “bad” in the page valid. For example, in the page “training-boxe”, you can find the text “Mini Bad/Poussins” and the search script consider it as a valid search. Try to improve the search index with the following plugin:
https://wordpress.org/plugins/relevanssi/
Integrate it with the ajax search:
Best regards,
Ismael
Done, the 3 new custom icons has been added:
http://sabinedoebel.com/wp-admin/admin.php?page=avia#goto_social
To add/remove custom icons you’d just have to modify this function i placed in your child theme functions.php (follow the same pattern):
function avia_add_custom_social_icon($icons) {
$icons['Ai Research'] = 'ai_research';
$icons['Ai GoogleScholar'] = 'ai_googlescholar';
$icons['Ai Academia'] = 'ai_academia';
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Additionally, in child style.css:
#top .social_bookmarks_ai_research a:before {
content: "\e902";
font-family: "Academicons";
}
#top .social_bookmarks_ai_googlescholar a:before {
content: "\e900";
font-family: "Academicons";
}
#top .social_bookmarks_ai_academia a:before{
content: "\e910";
font-family: "Academicons";
}
To get the icon codes (e910, e900, etc):
http://sabinedoebel.com/wp-content/themes/enfold-child/academicons.css?ver=3.5.3.1461188191
Regards,
Josue
Hi,
I switched my website from the interim site to the right site and in the meanwhile I have changed all links with a plugin “search + replace” but I still get the following error messages, see below. The site is already online so that I am really in need. Could you give me an advice what to do? Would be very kind!
Regards.
1)
Warning: session_start(): open(/tmp/sess_ecd9ee6dc347582577f57adf114c85b0, O_RDWR) failed: Permission denied (13) in /www/htdocs/w013a21b/interim.mywebsite.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
1) I looked for the line, it is:
if(!is_admin() && !current_theme_supports(‘avia_no_session_support’) && !session_id()) session_start();
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /www/htdocs/w013a21b/interim.mywebsite.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /www/htdocs/w013a21b/interim.mywebsite.de/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Hi Guys,
Having a problem with WooCommerce product reviews. The Stars for “Your Ratings” not showing up on desktop only. Fine on phone and laptop. Researching Woo I couldn’t find an answer, is this something Enfold might be overriding?
Thank you,
Denise
After some research I’ve found out that Enfold doesn’t work too well with Enfold, because it interferes with the Advanced Page Builder. My problem is I bought a plugin called “WooCommerce Show Single Variations” to show different variations of a product, like different colors of one t-shirt on the homepage as seperate products.
It works fine in the default WooCommerce shop page, but it doesn’t work when I use the Product Grid in the Page Builder. I’ve asked the plugin author for a possible fix, and he replied:
“Thanks for getting in touch and sorry to hear you are having trouble there!
WooCommerce Show Single Variations uses “woocommerce_product_query”, “woocommerce_shortcode_products_query”, and “woocommerce_layered_nav_query_post_ids” hook to add the variations to the query. It seems that Enfold Advanced Page Builder uses a custom query to add the products, so WooCommerce Show Single Variations can’t add the variations to the query. Could you please ask the theme author if they can add the query using WooCommerce standard query instead?”
I’ve tried the second solution mentioned here with no succes: http://kriesi.at/documentation/enfold/custom-woocommerce-shop-overview/
How can I get this plugin to work within the Product Grid + Page Builder?
Thanks in advance,
Eric
-
This topic was modified 9 years, 10 months ago by
ericsmilde.
I cannot edit the Main Menu subtitles on the demo content for the consulting demo. I’ve searched everywhere. Can you please help. Under the Welcome it reads At Enfold Consulting… Where do I edit At Enfold Consulting?
I’m an avid user of the enfold theme building multiple website with it but I’ve never had problems like this. Can’t import demo, can’t save changes, advanced editor doesn’t load. I’ve searched the forum and tried everything suggested. I even started from scratch with a new wordpress installation in a new directory and still the same result. After much frustration I signed up for the forum just to make this thread to get help.
Hi Sharon!
We are happy to help all of our users and we work hard to get everyone’s issue resolved asap. Sometimes some issues require a quick and easy fix and some issues require research so it takes time kindly bare with us. Another reason why we could not see your ticket is because when you bump the system marks it as answered and push to the bottom. please avoid bumping instead just add “Urgent” on the topic.
We notice the error on your site please let us know if any modifications were made via FTP or on the backend in the dashboard.
If you made these change via FTP you can simply remove those codes or backup old header.php file and replace it with a fresh copy of header.php.
Another common reason this error shows up is when there is a white space in header.php efore the php code starts. Here you can find some helpful info that might help you resolve this issue http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php
If it does not help, I am afraid you might need to replace all the theme files manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Vinay
Thanks for getting back to us. The issue is not resolved.
I understand that the code is for adding search on the mobile menu however it’s also showing the search briefly on the standard menu.
I disable all plugins, removed all custom CSS and the problem remains. When I remove your mobile menu search code from the funcitons.php the problem goes away.
I am 100% certain that it’s the offending code.
I am able to replicate this in Edge, Chrome, FireFox, IE, Safari PC. I attached a screenshot. I did notice that on initial page load it doesn’t always happen however it does show up 100% of the time when reload the page.
In case you don’t see it, try and refresh the page.
As for resolution, I have granted you admin access. Please login to our site and get this resolved or send me fixed code or a new way to add the search to the mobile menu.
Thanks,
Micah

Hello
I’ve a page for each activity: badminton, tennis, karate, judo … with the same layout, only a few texts change.
I use the template builder buttons on a page, to easily duplicate my content on other pages.

So in “Badminton”, I “save” template of the layout, and I “load” it in the other pages.
And when I perform a search with word “badminton”, all pages that used the template designed in “badminton” are listed. While “badminton” word is not used in these pages !
If I don’t “load” the template, and build manually the page, no search error.
It’s a big problem.
Any idea ?
Just starting out with WordPress and Enfold and am getting confused by how to do something.
I have a blog page used to display blog posts and would like to use something like the layout here:
but with text above and (possibly) below the gallery.
I’d like it to be displayed within the same confines as my current test blog posts as shown here:
http://www.iaintaylorphotography.co.uk/blog/
ie. just a fairly simple blog post but with the gallery.
I’ve had a search through the bulletin board for similar requests but without success.
I’m using a child theme for the active ‘site’.
Are there any examples that would show me how to accomplish the layout I want?
Thanks, Iain
Code from Yigit in another thread fixed it… not sure if this is the same code Wildwood provided in post several pages back on this thread:
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );}
In past it has been “fixed” but then has come back. I hope this time it’s really fixed permanently. Since this issue does not impact other themes, Go Daddy just tells me to switch themes, which I do not want to do since I love Enfold.
Thanks
(for those searching who have this same issue, you have to make the mods earlier in this thread via FTP, then at the very end add this code to functions.php)
Hi,
Since enfold only uses the default wordpress search you would need to use a plugin to do something like that. Its unfortunately quite hard to group the search results as you would require it (the wordpress default ist to mix those and list them by date) so I dont think there is a simple code snippet that we can offer that fixes this for you.
However, some of the more advanced search plugins might work fine for you. eg:
https://wordpress.org/plugins/relevanssi/
It states that it can sort results by relevance and not by date, which might work fine for you ;)
Best regards,
Kriesi
On my web site listed in private content. You will notice that when you complete the custom property search and click next that the AJAX completes an auto scroll to top of the form however it does not take into consideration the header. Is their a way to add say 100 pixels to the top for auto scroll in enfold? I found the following kb #post-171923 however am not sure how to edit the code to include the header space. Your help is greatly appreciated
I have included a private URL if you can please click then navigate over the sites navigation icons (Home, Search Apartments, Lease Specials and etc.) You will notice that each time you navigate over a new icon that the image above changes. Is their a way to do this in the enfold theme possibly with the content slider or gallery with thumbnails? Your help would be greatly appreciated.
Hi Basilis,
Thanks for your reply. I was looking if someone had already figure it out, since it seems like a request that should have been addressed here before. Anyways I am building a wordpress site on the low budget and I cannot afford a developer at the moment.
Will search for another wordpress theme has already implemented this function.
Thanks once again :)
P.s Since Enfold is not working for me in this case, is there anyway I can decline the purchase of this theme on Themeforest and get my credit back ?
-
This reply was modified 9 years, 10 months ago by
leking.
Hi there,
Is there a way to enable shortcodes for Enfold search results pages?
I currently use shortcodes in the excerpt text of posts which outputs correctly on all other index, category, tag pages. But on search results pages it returns the code.
I have already edited the loop-search.php file to contain $excerpt = do_shortcodes( get_the_content() ); But this has had no effect.
Thank you for your help.
Hello, I’m curious if you are able to customize the look of the default wordpress search page. If that means making changes to the search page .php file with enfold shortcodes, then so be it. I guess my question is, how would Kriesi make this change?
If you search the Enfold support forum, it is littered with customers with the same problem. I wonder whether it would be worth Kriesi talking to Godaddy directly. I think the Enfold is fantastic…but this problem is really bad news. There seems to be so many different responses and courses of action to take, i don’t know where I am. I’m not a hardcore programmer…that’s why I use Enfold. That means I need a very clear ‘how to guide’ on how to fix this!
Hello. It looks like there’s a bug with my Enfold theme. The search icon appears as a square and the mobile menu is messed up.
I would like to know how to remove the menu below the main content on my homepage too. Thank you.
Twitter
Subscribe
to RSS Feed
PAGES
CATEGORIES
SKParticipant
Site: http://geekrumor.com vs. https://geekrumor.com
When flipping the site to HTTPS, the following icons are gone:
Social icons top and bottom of page
Search Box bottom icon bottom of page
Scroll to Top Arrow bottom of page
Wondering if anyone else has ran into this and if there is a simple fix.
-
This topic was modified 9 years, 11 months ago by
SK.
Searched and tried to make the spacing between category links/items from a custom menu using the Enfold Custom Menu Widget. I’d like to make the spacing a bit more like the spacing on the Enfold Recent Comments Widget.
I tried this but it didn’t do anything.
.widget_nav_menu .menu-item {
padding: 0 !important;
margin: 0 !important;
}
Hi!
I’m using enfold-child theme, and i need to change the name of my website in the Google Searchbox.
In Google Searchbox is shown my website name and a “|” that i want to cancel.
In this case, now: “Site name | ”
And I want to be shown simply: “Site name”
How can I do?
Thanks for the support
Hello,
You have tried this after we fixed the problem.
Unfortunately all our site using Enfold were effected & we could bear the speed of response being offered by Enfold Support team (we provided enfold support with your requested info 5 days ago). After much of research on the web we discovered that Enfold theme has an issue with php & execution time limit. The only work around for us at this time, is using php.ini file & increasing this time limit. This only effected sites using enfold theme despite some of these sites are with different hosting companies.
This is a major problem for us and many Enfold theme users effected, as a simple search will provide the extend of the issue, and hope Enfold dev team fixes it on next future release.