GiorgiaGuest
I bought the Enfold theme for only one website.
I paid it 59$. Is this a one time fee or will I have to pay extra in future?
Many thanks.
We are launching our 25th season on Monday and I want people to be able to see the different tabs of information easily in mobile view. Can you please take a look and tell me if I am doing something wrong? It looks absolutely horrible in the mobile view.
MartinGuest
Hello Kriesi Team,
I want to report a bug for a WebP direct image upload using the Enfold theme. The original size is much smaller than the resized size (smaller in pixels but larger in kilobytes). I tried many themes, but this is not the case.
Here a screenshot: https://ibb.co/S3Pps1j
Regards,
Martin
PS I send the same message from ThemeForest profile, I can’t find a bug report section in this site
Hello Enfold Team,
I just followed the instructions here: https://kriesi.at/documentation/enfold/menu/#toggle-id-145 to create a split menu with the logo in the center, but my menu items are not evenly spaced on either side of the logo.

Any assistance would be greatly appreciated.
-James
Computer-Spezialisten.deGuest
Guten Tag,
können sie mir eine Auflistung mit allen Webseiten und den dazugehörigen Enfold Lizenzen zukommen lassen?
Was brauchen sie hierfür von mir?
Hey @guenni007,
I’m not 100% sure but all photos used in Enfold demos should be from Photodune.
I sent you an email with a copy of the license.
Although the image has been deleted from Photodune, it’s still available on Shutterstock by the same author ( https://www.shutterstock.com/image-photo/delicious-spaghetti-bacon-egg-called-alla-90145666 ).
Regards,
Yigit
Hi, I know the sites are all on the same server manages by our developer – he was wondering why only the Enfold sites had this behaviour. I will pass on your reply,
Thanks, Anne
This has come back from our developer for me to ask you (sorry, its not an area I understand. so relaying the info):
“Thank you for your reply to adding in server directives. We can do this however we would like to add that we are at a loss on this. Because we work with Enfold and several other themes, including page builders we find we don’t need to add any server directives. These other themes and page builders don’t specify them either and their GSC accounts are clean of any paths related to WP Admin area and Theme paths.
So, I am quite confused why we would need to do this step specifically for Enfold?”
Hi,
Thank you for the update.
We can’t find the text “Families” or “Spouses” in the home page. Have you tried updating the value of the Enfold > Theme Options > Transparency Options > Transparency Logo settings?
Best regards,
Ismael
Hi,
Is it possible for you tell us why the files and folders for Enfold, which are from the WordPress Admin side, are being picked up by Google and its crawlers?
This should be controlled server-side, either via server directives (.htaccess) or the robots.txt file. Please check the links below for more info.
// https://yoast.com/help/how-to-edit-robots-txt-through-yoast-seo/
Example of robot.txt content:
User-agent: *
Disallow: /wp-admin/
Best regards,
Ismael
Hi,
Thank you for the update.
You may need to set the Enfold > Blog Layout > Blog Layout settings to the last option (Use the advance layout builder..). This should allow you to build the blog page using the Advance Layout Builder (ALB).
Best regards,
Ismael
Wow, that worked beautifully. :-) With the stretched background image and a few regular animated buttons from the Enfold theme I was able to recreate the overall feel and animation of my previous LayerSlider. My website: https://wta.nl/
With LayerSlider my score on PageSpeed Insights was 54 (mobile), even after taking most performance measures I could think of. Without LayerSlider, so with my new setup with the stretched bg image and animated buttons, my score went up to 74 (mobile) instantly. And when I also deactivated LayerSlider in the Enfold Layout Builder (but leave plugin files), my score even went up to 83 for a moment, and later around 76. But still, a great improvement. And I even imported an additional Google Font! Amazing.
I don’t know yet what it does for my Google ranking, because page ranking is my next step to discover, but in any case my page speed won’t hurt it too much anymore. So thanks for the help @Ismael
Hi,
Thanks for the screenshot and the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .main_color .avia-color-theme-color-highlight {
background-color: var(--dark1-color);
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello,
I have a weird problem. I just migrated a website from dev to prod, and on the new server (which I didn’t set up), everything seems to be fine apart from the fact that I cannot save anything that has to do with Enfold : whether it’s a page where the builder is used, a custom where the builder is used, or the theme option page (I have a child theme). That problem did not happen on the old server. Any idea what could be causing this ? Is there some specific server configurations that could cause that to happen ? Otherwise, the builder loads fine, I can see inside the blocks, etc. I just cannot save anything.
Thanks for your help !
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Great, I’m glad to hear that you found a solution. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Joseph,
All demos are included in the theme, which you can purchase here.
Best regards,
Rikard
JosephGuest
I want to build a website for my parish. I can’t buy all of theme. Can I buy only Enfold Church theme? Thank
Hi,
Thank you for the inquiry.
It’s normal for WordPress and themes to generate different sizes or thumbnails for images. This helps avoid using the original or larger image when it’s not necessary. Each thumbnail is used based on the element or template where it needs to be displayed. If you want to prevent the theme from generating these thumbnails, you can add the following filter to your functions.php file:
// Disable loads of Enfold & WP image sizes upon upload
add_action('init', 'remove_enfold_image_sizes');
function remove_enfold_image_sizes() {
// do NOT remove widget size, is used in backend portfolio items!
// remove_image_size('widget');
remove_image_size('square');
remove_image_size('featured');
remove_image_size('featured_large');
remove_image_size('portfolio');
remove_image_size('portfolio_small');
remove_image_size('gallery');
remove_image_size('magazine');
remove_image_size('masonry');
remove_image_size('entry_without_sidebar');
remove_image_size('entry_with_sidebar');
remove_image_size('shop_thumbnail');
remove_image_size('shop_catalog');
remove_image_size('shop_single');
remove_image_size('shop_gallery_thumbnail');
}
Related thread: https://kriesi.at/support/topic/media-upload-and-enfolds-thumbnail-sizes/
Best regards,
Ismael
Hey jim-cp,
Thank you for the inquiry.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. If you’re using a cache plugin, make sure to purge the cache before checking the page again. Let us know of the result.
Best regards,
Ismael
Hey Kitti Molnár,
Thank you for the inquiry.
The site is using an outdated version of the theme (4.8.6.2), while the latest version is 6.0.3. Please downloa the latest version of the theme from your Themeforest account, then update the theme manually via FTP. For more info, please check the documentation below:
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Essentially this doesn’t work:
?avia_extended_shop_select=yes&product_order=price – Only works on shop root and not categories or filtered items
?avia_extended_shop_select=yes&product_order=price&product_sort=desc
?avia_extended_shop_select=yes&product_order=price&product_sort=asc
But these work just fine:
?orderby=price-desc – without any extra params – just like storefront theme
?orderby=price-asc – without any extra params – just like storefront theme
Please can we change this in Enfold for compatibility?
Why do we even need to alter these from the woocommerce defaults?
?avia_extended_shop_select=yes
&product_order=price
when there is a new single parameter query for sorting by price:
?orderby=price-desc
?orderby=price-asc
-
This reply was modified 1 year, 5 months ago by
thinkjarvis.
If you look at the default store front theme
It has two filters not three I think this is the root cause of the problem.
https://themes.woocommerce.com/storefront/shop/?orderby=price-desc
https://themes.woocommerce.com/storefront/shop/?orderby=price-asc
Why are we adding the extra parameter for
?avia_extended_shop_select=yes
and
product_order=price when the default woo filters dont use these queries at all?
Is there a way to just use the default woocommerce filters instead of the modified Enfold ones?
-
This reply was modified 1 year, 5 months ago by
thinkjarvis.
-
This reply was modified 1 year, 5 months ago by
thinkjarvis.
Hey extraeyes,
Thank you for the inquiry.
Please try to temporarily disable the Autoptimize plugin and turn off the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. Let us know if this works for you.
Best regards,
Ismael
Hi,
I have a reply from my colleague – i hope I am explaining this correctly:
Is it possible for you tell us why the files and folders for Enfold, which are from the WordPress Admin side, are being picked up by Google and its crawlers? Files served within the administration area including WordPress themes folder should never be crawled and indexed. You can refer to the image that was attached initially.
Thanks, Anne
I upgraded to the latest Version of enfold and LayerSlider by kreatura stopped working. I can’t figure out what went wrong. I will have to reinstall the previous version of Enfold if it can’t be fixed. What was changed in 6.0.4 version of Enfold that would break LayerSlider?
I use LayerSlider for the top section of my homepage and in the middle section where users get a notice of how to enroll in email subscriptions.
I just discovered it doesn’t work for the admin user when logged in. but the general user has assess fine.
-
This topic was modified 1 year, 5 months ago by
penanco77.
On my homepage https://wta.nl/ I have a full width slider, made with Advanced Layerslider. It looks great, but the Kb size of it hurts my pagespeed score. Because it’s a very simple slider I want to replace the slider by a color section with a background image that looks almost the samen and stretches full width. But despite reading every topic on it on this forum, I can’t get it to work. The background image I want to use is the same as the one in my current slider. But when I apply it as a background in the color section it doesn’t stretch to fit full width. The image is 1783 x 534 px.
What I’ve tried:
– Gave the color section a Custom ID Attribute, like it says in your Enfold Documentation: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width and pasted the code in Quick CSS. When applying a background color the color section is full width. But applying my background image doesn’t stretch full width.
/* Color section container width */
#section-container-width .container {
width: 100% !important;
min-width: 100%;
padding: 0;
margin: 0;
}
– After that I tried to apply my background image as an image, and used the following code found in this topic: https://kriesi.at/support/topic/full-width-images-on-a-page/#post-711522. That didn’t work either.
.avia-image-container avia-image-container-inner, .avia-image-container avia-image-container-inner img {
width: 100%;
}
– I finally found this recent topic https://kriesi.at/support/topic/full-screen-image-with-text-overlay/#post-1466589https://kriesi.at/support/topic/full-screen-image-with-text-overlay/#post-1466589 where moderator @Ismael says: try setting the Styling > Background Image > Background Repeat option to the fifth option (Stretch to Fit). But I don’t see that option in my Enfold Layout Builder. I even saw more posts on this forum where users got this Background Repeat advice. Why can’t I see this option?
So I’m pretty confused right now. It seems so simple to recreate my current slider with a static background image and placing a few buttons in it. But I really don’t know how to do it. Please help.
By the way: I’ve deleted all my previous attempts with the color section and Quick CSS, so my current page is again with only the current slider.
-
This topic was modified 1 year, 5 months ago by
paulw185.
-
This topic was modified 1 year, 5 months ago by
paulw185.
-
This topic was modified 1 year, 5 months ago by
paulw185.
Hello,
We updated the logo on our homepage, located on the top left. It shows the new filename when I hover over it, but it still displays the old image. Inspecting the page shows also the new filename, PrimaryLogo_2.png. We use a custom child theme based on Enfold. I checked the usual PHP files but couldn’t find anything hardcoded. Any idea what could be causing this? I am adding WP admin access data in the private content in case you want a closer look.
EDIT: Found a caching setting a the firewall level that corrected this. :-)
——-
I’ve hit a wall trying to debug why my site is running up against CSS & page content caching issues. When making updates, CSS & content updates are applied when logged in as an admin, but not reflected as an anonymous user.
I have tried incognito windows. I have tried using different wifi networks and cell networks. It’s definitely isolated to a server caching issue.
I have no caching plugin.
Here’s an example URL: https://yourmovecollective.org/hope/
Within Enfold Settings:
– I have disabled, enabled, and disabled again CSS & JS File Compression And Merging
– I have tried every option of the “Unique Timestamp Of Merged Files And WP Object Cache Bug” option
– I have disabled “Http Security Level For Checking Readability Of Merged Files” option
When saving these options, I have checked the option to “Delete Old CSS And JS Files?”.
Have gotten desperate. Please help!
Host:
Digital Ocean
Ubuntu 20.04 (LTS) x64
-
This topic was modified 1 year, 5 months ago by
Alex Morrison. Reason: Found the issue
Hi,
Please see my previous thread as to where I am coming from:
I am wondering is it possible to put out like an IF statement in custom templates with ACF.
For example, I have ten ACF fields, but most entries I only have data for five of those fields.
It would look much better if I don’t have data for an ACF field, then that ACF field did not show.
E.g. If my ACF field is URL I want it to show like this is there is a URL:
Link: http://www.websitey.com
But I don’t want it to show like this if there is not a URL:
Link:
Thanks for any advice that can be offered.
Lucy