Hi everyone and thank you in advance for the help.
I’m trying to make a sliding gallery like this https://www.takesadamatsutani.com/objects
with three images that can slide with arrows and a text on the bottom.
Someone knows if with enfold is possible to do it?
I tried to search on the forum but I couldn’t find anything.
Thank you
Hello guys
I have searched up and down for a solution to keep a widget placed on left side bar of woocommerce on all subcategories pages.
I set in Enfod -> Sidebar Settings -> Sidebar on Archive Pages -> Left sidebar
So at this point i have the left sidebar as wished on categories and subcategories pages of WooCommerce.
In that sidebar i added Product categories widget and configure it to show Only show children of the current category as i intend to use it like a filter only for subcategories. And till here it works fine.
The problem is when i reach the last subcategory the widget disappears because that subcategory does not have any child cat.
Is there a way to hard code somehow that widget to stay also when i open the last subcategory?
Because i need to keep the “Only show children of the current category” setting as i don’t want to see all the shop categories everywhere.
Now it shows till here:
/product-category/main-category/Leve1-subcategory/Level2-subcategory/
and i need to have exactly the same widget displayed till the last sub category
/product-category/main-category/Leve1-subcategory/Level2-subcategory/Level3-subcategory/
Basically to use it like a filter between level3 subcategories.
Thank you very much
Hi all,
I’m trying to switch my current site from an older, outdated theme to a newer one, running Enfold. I have 4.8.3 downloaded and while some of the demos will import fine, the Church one I like best fails every single time, no matter what I try – and I’ve tried quite a bit.
Things I’ve attempted after searching around for similar problems: WP Reset to start from scratch – no dice. PHP 5.6, 7.3, 7.4, 8.0, no difference. Defined PHP memory to 256M in config-php. I’ve tried multiple computers and browsers as well, incognito windows, different locations with different connections speeds. I would have tried manually setting the xml files if I knew how but the links I found had all expired here.
The exact message I’m getting is “Downloading of files for demo Church Demo didn’t work! You might want to try reloading the page and then try again.” I know some people have gotten it to work actually trying it again, rapid fire style, but that hasn’t done the trick either.
Any help would be greatly appreciated, so thanks!
Hi Rasmus,
I would like to inform you that we have added “close ajax search with esc button” accessibility feature and it will be available starting from upcoming version of Enfold :)
Regards,
Yigit
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.search-result-counter {
top: -10px;
}
Best regards,
Rikard
Hi,
Thanks for the update.
3. Please try the following in Quick CSS under Enfold->General Styling:
main.template-search .entry-content {
display: none;
}
4. You would have to customise search.php, or you could try using the Search element from the Layout Builder, that might suit your needs better.
Best regards,
Rikard
Hi,
Thanks for the update. I deactivated all plugins, but I’m still seeing the same behaviour. I tried reproducing it on a test site as well, but it’s working as it should there: http://wpexpert.se/enfold/ajax-search-test/. I’m running out of ideas as to why this problem is happening unfortunately, could you try reaching out to your hosting provider to see if they can see why the server is responding with a 500 internal server error please?
I’ll ask the rest of the team to have a look as well.
Best regards,
Rikard
Hey DariaAlbufeira,
We try to stay compatible with many plugins, but it is not possible for all. Polylang is not supported by Enfold.
Which language did you translate the site to? Please check install the Loco Translate plugin, search for the string or text and then try to translate it manually. You can also use the POEdit software if you prefer.
// https://wordpress.org/plugins/loco-translate/
Best regards,
Jordan Shannon
Hi,
Did you install any plugin for custom css code? Try to searching in the Enfold > General Styling > Quick CSS field or in the child theme’s style.css file. You can also check in the Appearance > Customize panel.
Best regards,
Ismael
Hi,
Thank you for your code snippet but it doesn’t work, I search Google and tested many versions on this function and none of them work in Enfold or in the current version of WordPress without Enfold, I recommend looking for a plugin to also show the rss featured images, there are quite a few to choose from.
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
This reply has been marked as private.
Hey AndreaMantegazza,
Thank you for the inquiry.
1.) You can set the menu to switch to icon or burger menu earlier or when the screen width is less than 989px. The option can be found in the Enfold > Main Menu > General > Menu Items for mobile settings.
2.) Did you add custom code to move the onsale badge beside the price? It should be on top of the product image by default. To fix it, try to move the badge upwards with this css code.
#top .onsale {
margin-top: -60px;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
We encounter 3 main problem:
– in mobile versione (tablet and smartphone) logo overlapping on sandwich menu and search icon
– “sales” label on products overlapping the product title
– on mobile we can’t see the filter (on desktop we had this in the right sidebar – filter by brand)
Please let me know
Hi,
Thank you for your patience and for the login, after much testing on a Mac with Safari, since everything shows on Windows 10 & Chrome, the h1 heading on your homepage with the structure <h1><em><strong> I found that it would only work with both em & strong tags removed, but this didn’t account for the button labels & the text block lower on the page.
I then realize all of these elements were using your custom font GothamLight I then searched for a Free & Similar Alternative to Gotham and found Montserrat to match which is also available within the theme. Once I changed your Enfold Theme Options > General Styling > Fonts the issue was solved.
I don’t know why the Gotham font is not working on Safari but there are a lot of results for this on Google, I recommend using Montserrat instead.
Best regards,
Mike
So I did try removing that icon animation, but our CLS still is .5 for the whole page… and really for all our other 45 pages… I was going to try the targeted CSS here, but this is a @media targeting only mobile correct? We are working on CLS issues with Desktop in mind right now…
I’m just not sure what it would be, it seems like something global on the theme is causing this, we run enfold on another site, almost same settings and it doesn’t have the issue. We’ve removed all our CSS styles everywhere we personally added and it didn’t’ effect it, we even tried a blank page with just the header and footer and still get some CLS issues on it. Maybe it’s a font load issue?
We tried switching out fonts to differnet ones, defaults as well with no luck.
Right now we are focusing on just one page: https://www.wpeasycart.com/wordpress-shopping-cart-pricing/ but it’s on every page, they all score POOR CLS on every page and in search console.
Hey Tarakbc,
Did you activate file compression under Enfold->Performance? If not, then please try that out. Also make sure that you select to activate the option to delete the old CSS and JS files on the same page.
There are plenty of caching/performance plugins out there, we don’t really have one to recommend to you, but if you try searching for one online, the you should get recommendations which you can try out on your site.
Best regards,
Rikard
any update on this? we have every page in Poor category for one reason, and it’s CLS with search console? All we really use is enfold modules and it seems to bounce around, but we rendered the layout shift regions, even the top menu shows layout shifts? most text elements, special heading elements, image elements, almost every module keeps showing layout shift issues?
We were in the Needs Improvement category, but recently now are all in the Poor region, even though we are scoring some pages very high in lightspeed. and what’s more strange is search console shows CLS shifts in the average of .33 while we run lighthouse and see CLS shifts at .05 or something really low and green.
Ismael,
Thanks again for following-up on this.
“the cropping option for registered thumbnails”
I have no idea what “the cropping option for registered thumbnails” means. Is this a setting or tool that we can apply to the image?
The only image-related plug-in that I have installed is a copy-protection plug-in. To me, that seems unrelated.
A thought: let me share a screenshot from the site’s media library. This is the single result for a filter search based on the name of the original image “Pacifico_42”:

If my memory of the old system serves, the upload tools created three-fold images of the original upload. Am I correct? I think they were named something like this:
- Original_image.png
- Original_image_122x122.png
- Original_image_428x312.png
When I used Enfold’s Export tool to migrate the site to the new server, it recreated only the “Original_image.png” for the new install. (In case it is important, since WordPress seems to use absolute links, I had to mass-change the references in the database using MySQL.)
Are the thumbnail galleries reliant on this “122×122” “428×312” system?
If so, I should be able to (theoretically) develop a batching strategy for correcting this.
Hey Evelyn,
Thanks for contacting us!
I searched for CapCorn however I could not find any information about it on DuckDuckGo and Google.
Enfold is fully compatible with WooCommerce Bookings – https://woocommerce.com/products/woocommerce-bookings/ and – WooCommerce Bookings And Appointments – https://www.pluginhive.com/product/woocommerce-booking-and-appointments/ plugins.
Changing header is height is easy. You can simply go to Enfold theme options > Header and change header height as needed – https://imgur.com/a/w00N6Nn :)
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
Yigit
Hello,
On my home blog page, i’m not satisfied about the title by default presentation.
I’ve tried to use the same type on title used on my home page, by using the “Special header” element of content, placed before the “blog article” element of content.
BUT, this special header element is not displayed.
And i don’t understand why…
To be able to make the diffrence, i’v change the title (by default, it’s “revue de presse” and in the “special header” i’ve written “revue de presse1”) So, “revue de presse” is displayed, but not “revue de presse1”
And when i’ve created the traduction of this page, curiously, on that new page, the “Special header” appears !
And by the way, i’ve selected my page “revue de presse” in the Enfold child / theme options / as the page where i want to see the blog, but how to do the same in my english version of that page… because i can see the display is not the same… (lateral bar, search, recents articles, archives…)
Thanks for your help
-
This topic was modified 4 years, 10 months ago by
jpbond13.
Hello
I have added a new event using the tribe event plugin however the exta info about the venue etc does not line up very well – see phone, and time for example on the link in private content.
On further ressearch CSS provided by Tribe for Enfold does not resolve the issue it just moves the Venue info onto a new line.
They give some help here on compatibility with Enfold:
.responsive .av-single-event-content {
padding: 0 50px;
}
.av-single-event-meta-bar {
max-width: 775px;
padding: 50px;
}
Please let me know a solution. Thank you.
Hi,
Thanks for the update. I’m seeing these error messages in the Envato Market plugin, and it’s not listing Enfold in your downloads:
Incorrect token permissions, please generate another token or fix the permissions on the existing token.
Please ensure only the following permissions are enabled:
View and search Envato sites
Download your purchased items
List purchases you’ve made
Could you try following those instructions please? You can also try to update the theme manually: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to install it: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
Best regards,
Rikard
Hello, all.
I have searched the depths of the Web, including this forum, and have not found an answer to this issue I am having with Enfold. Ergo, here is my post.
I have just migrated my Enfold install to a new server.
This also allowed me to upgrade the Enfold install from 4.2.2 to 4.8.3.
Big jump, eh? This might have something to do with the issue I am about to describe.
All works very well except for the alignment of items in the portfolio grid.
In the past (version 4.2.2) the grid columns and rows were even rectangles. Please have a look at my sample image:

And the new rendition (version 4.8.3).

And from within the project portfolio:

Do you have any thoughts on what the problem may be?
Is there a setting somewhere that I am missing?
By the way, this applies to the directly-linked portfolio pages AND the preview gallery as well. It looks like these are different mechanisms and I was surprised that both changed in the same manner:

Let me know if I am omitting any important information and I will provide it ASAP for you.
For the record, I have a fairly thoroughgoing knowledge of PHP/CSS/etc, and don’t mind digging in code, if you have a recommendation.
All the very best!
Kenneth
Adrian MasonGuest
Hi. I built a website a few years ago and I’m sure it was Enfold. I’ve searched through the demos and I can’t seem to find it and I would like to use again on another project. I have found a screenshot of the homepage. Could I email this to you to see if you can tell me which demo it is?
I transferred the domain when I sold the company and now that company is not using it or I would have sent a link to their site.
Many thanks in advance
Adrian
Hi there!
We’ve already got a solution for this issue by editing line 408 in functions-enfold.php:
https://kriesi.at/support/topic/ajax-search-html-tag-in-excerpt/
In order to prepare Enfold for an easy udating it would be better to use an add_filter solution. Ismael has already proposed one in post #335930, but it doesn’t work.
Do you have an idea?
Thanks
Bernd
I recently inherited a problem site from another developer and I was having an issue with excessive scripts running and whole bunch of other issues. The previous developer had created a child theme and made a lot of edits, most of which have been removed now and almost everything is back to stock and what the plugins create. I had the site running pretty well although the backend was slow and I noticed the theme was several versions behind so I purchased the enfold theme and updated it. Upon doing so now whenever I click on products from the dashboard the site give me a critical error. I can search for the product on the frontend and then edit the product from the front but from the dashboard anytime I click on products I get a critical error. I have disabled all plugins and themes and the error only happens when the theme and woocommerce plugin are both active. Any help you can provide would be greatly appreciated.
Hi. Where I have to look for the solution?
Default Enfold Search block doesn’t return any results with any settings, because calls same page https://domain.com/resources/?s=racking&numberposts=6&post_type%5B%5D=post&results_hide_fields= instead of WordPress index https://domain.com/?s=racking&numberposts=6&results_hide_fields
Console shows 404 error:
GET https://domain.com/resources/?s=racking&numberposts=6&post_type%5B%5D=post&results_hide_fields= 404
If you don’t submit Search button and use Live Ajax, Chrome console shows JavaScript errors.
avia-head-scripts-902f3cbc95bc7f2d6cded445cf22d228.js:23 Uncaught TypeError: Cannot read property 'indexOf' of undefined
at t.AviaAjaxSearch.do_search (avia-head-scripts-902f3cbc95bc7f2d6cded445cf22d228.js:23)
at d (jquery.js?ver=1.12.4-wp:2)
Hi Team,
My graphic designer has redesigned the logos / icons for
Add to Cart
Search
Account (Person Shape)
I would like to position these three icons on the right side of the main menu header container.
I would like the Add to Cart button to function as per the default -> Upon hover it shows what is in the cart.
I would like the search button to still be ajax enabled on click
How do I best approach this?
Previsouly I have created a header widget to get a generic button positioned on the right side of the main menu however this is a little more complex as I would like to still have the default behaviour happen as per the default theme options (search and add to cart)
// Header widget area
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
How would you approach a problem like this?
Hi Thomas,
Sorry for the late reply!
I checked your test site and could reproduce the issue. Add to gallery button throws error related to backbone.js file as Rikard mentioned earlier.
While I was searching for a solution, I found this thread – https://wordpress.org/support/topic/enfold-theme-conflict/ where plugin author fixed the issue by releasing an update. I think another update might be needed.
I checked their developer docs however that did not help either. If plugin author replies to your thread and has any pointers, we will gladly pass them to our devs :)
Best regards,
Yigit
Hey,
Thanks for contacting us!
I adjusted your code a bit and then added following code to Quick CSS field in Enfold theme options > General Styling tab
#top #header_meta #searchform {
float: right;
margin-left: 10px;
}
#top #header_meta #s {
padding: 5px 47px 5px 5px;
}
#top #header_meta #searchsubmit {
line-height: 30px;
}
Please review your website :)
Best regards,
Yigit