Hello – I have several code blocks on my site, one of which is to insert the Candid.org logo and link on our Donate page. I was trying to center that block with custom CSS in Enfold>General Styling>Quick CSS, but the code I entered didn’t seem to work, so I deleted it. However, now all my web pages seem as if they are constricting into the center of the display. Can you tell me why, and/or how to correct this?
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1270px) {
#colum_tabla td.avia-highlight-col {
width: 130px;
}
}
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Stephen Dingwall,
Thanks for reaching out. Enfold is our only theme, and it’s only available for WordPress.
Best regards,
Rikard
It is just the Enfold stuff, so turning off Enfold would yield me nothing to see.
SchaubenGuest
This is not a presale question. I just wanted to let you know, that if you use WPML Plugin and enfold, then at portfolio pagination there is html special char “#038;” before the “lang=en” in links instead “&”.
I fixed it for me in “function-set-avia-frontend.php” with str_replace by this code below. But maybe you have a better solution, as I am just hobby php programmer :)
// @since 4.8.4 fix possible XSS vulnerabilities in query string
$url = str_replace(“#038;”, “&”, $url);
$url = esc_url( $url );
return $url;
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_1 .container {
max-width: 100% !important;
}
Best regards,
Rikard
Hey lauragale2020,
Thank you for the inquiry.
You can use this css code to adjust the width of the tab section title:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.av-inner-tab-title, .av-tab-arrow-container, .av-tab-section-icon, .av-tab-section-image {
width: 200px;
}
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward. Let us know the result.
Best regards,
Ismael
Hey Brady,
Thank you for the inquiry.
The automatic update will no longer work with the current version (4.0.2) installed on your site. You’ll need to update the theme manually via FTP this time. Once the theme is updated to the latest version, you’ll be able to use the private token to upgrade the theme from the dashboard.
Please check this documentation for more info: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
I’ve used Enfold for years but neglected updates on one site in particular. I’ve purchased a new version of Enfold, updated my support subscription, and have tried the processes for upgrading an older theme (this site is still on 4.0.2) as outlined in multiple posts in this forum without success.
My partner does the server upgrades and pointed out to me that this site is stuck on an outdated version of PHP (7.4.33). When he updated to 8.3 the site started failing on some but not all tasks. He suggested first updating the theme version so he rolled PHP back, but the update steps don’t work either. I’m on a very old version of Enfold. I created a new token and added it, hoping the automatic updates would work, but that isn’t working either.
Hi,
Thanks for the clarification. It’s breaking on my end as well, after the “You’ve got a problem” text block. Please try removing all styling and markup that you have added in that text block to see if that changes anything. Disappering content is due to open html markup, but I couldn’t see any in your content while I was checking.
If you want to create a copy of your front page, then please activate debug mode under Enfold->Layout Builder->Show advanced options. You will see an extra window under the regular Layout Builder with all the content shortcodes after. That way you can check the behaviour on a test page, then copy the content into the front page when you are done.
Best regards,
Rikard
And where is that? I thought I was at Enfold support now.
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Dear team,
this is an older post, but I have the same need:
Pages 1,2,3,ff shall show top menu A
Pages 4,5,6 ff shall show top menu B
A,B entries (i.e. which pages affected) I can define via the enfold “Design/Menu” setting
But I dont find a way to assign them to related pages.
another participant / Guenni007 recommended this plugin – but it so longer alive:
https://wordpress.org/plugins/menu-items-visibility-control/
-> How can I realize the different menus for dedicated pages acc. as described above?
-> Secondly: I would like to have a different color (red) for menu A vs. menu B (green) -> howto?
Thx a lot & best regards, Tilman
Hi,
I switched Enfold to Storefront (WooCommerce’s official theme) to help isolate the issue, and confirmed that Enfold is adding custom styling to the checkout page.
Screencast: https://www.loom.com/share/22b9643dd75a48b8aa11c852694c5ad3?sid=0cc1a042-e9ea-4cdc-a84c-a161fd793418
Password: in private content
Check it please.
Thanks
regards
-
This reply was modified 1 month, 4 weeks ago by
napsteris.
Hello Enfold-support :-)
I have a question. We are busy with a website and there are a lot of pages in the menu.
See example in the screenshot.
You see there that the last page that is shown is ‘Vijfde verdieping-5.24’ but here are 3 pages that cannot be seen on smaller / not so high screen. On mobile and bigger screens it works well!
Can that maybe made scrollable?
We also tried the mega menu but we don’t like that look and feel on this website.
Hope you can help!
On a category archive page, where the postslider is used, the display of the date is not consistent. I figured out it has to do with the excerpt.
In:
/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php: 1105
if( ( $show_meta && ! empty( $excerpt ) ) || in_array( $show_meta_data_post, array( 'always', 'on_empty_content' ) ) )
The excerpt sometimes seems empty, but is not. The excerpt sometimes only consist of spaces or newlines. Result: the date on some posts is displayed even if it shouldn’t.
A small fix for a next update should to trim the excerpt: $excerpt = trim($excerpt);
Hi Ismael,
Thank you for your reply, but none of those fix this issue with the theme. I need to insert a page into the product description so I have one source of truth across many products. This shortcode clearly works when previewing, but the theme throws issues when it is live.
As there doesn’t seem to be any support from Enfold devs on this, to get around this, for anyone who finds this thread in future (like I have with many other topics in this forum) and runs into the same issue – I have been able to do exactly what I want using the plugin “Insert Pages” by Paul Ryan.
Hi,
Thank you for the info.
What happens when you activate a child theme and copy the template-archives.php and archive.php files from the Enfold parent theme to the child theme directory? This should override the default template used by the Tutor LMS plugin.
— https://kriesi.at/documentation/enfold/child-theme/
Let us know the result.
Best regards,
Ismael
Hi,
The category page is blank when we checked, and no page is selected as the blog page in Enfold > Theme Options panel. Where can we find the blog page or the posts?
View post on imgur.com
Best regards,
Ismael
Hi,
Thank you for the inquiry.
Are you trying to remove the fallback link or text? Please create a test page so we can inspect your setup. If you want to apply the modification to a specific hotspot element only, you can add a custom css class to it (e.g., av-custom-hotspot-class-name).
For more info on how to enable custom css class name support, please refer to this documentation: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
@media only screen and (max-width: 768px) {
.responsive .av-custom-hotspot-class-name .av-image-hotspot_inner {
display: none;
}
.responsive .av-custom-hotspot-class-name .av-hotspot-fallback-tooltip-count {
display: none !important;
}
.responsive .av-custom-hotspot-class-name .av-hotspot-fallback-tooltip-inner {
margin-left: 0 !important;
}
}
Best regards,
Ismael
Hey Claude Michaud,
To update your version of Enfold, first you need to remove your custom header.php and footer.php from your child theme, then you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
Hi,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
Claude MichaudGuest
Hello,
I do have a WordPress site with an Enfold thème old Version : 4.7.6.1.
Will I have any potential problems upgrading to the last Enfold version.
In the site we use a child theme with our own functions.php, headers and footers.
We are a non profit association My-SBM My Sustainable Business Models, dedicated to publish more than 300 ressources to help creating impactfull enterprises.
Kindly regards, thank you
Claude
Hi,
Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/. If the updates should not come through via the theme backend, then try using this plugin instead: https://envato.com/market-plugin/
Best regards,
Rikard