Hi. This seems to be the exact issue I am having. https://kriesi.at/support/topic/the-events-calendar-events-countdown-element-block-not-working/?utm_source=chatgpt.com
Ismael told me to start a new thread. I have Isolated this issue to happening only when pro is activated, but it appears to only be with the Enfold Theme.
The other thread on this was back in 2023, hoping that maybe you have figured out a fix or work around. I threw it into a test page. Details below. I am experiencing this issue on 3 different sites.
Hey psyvaleriepiloti,
Thanks for the login details. We activated debug mode under Enfold->Layout Builder->Show advanced options and copied the content shortcodes in for you. Please note that the demo settings and images are not included. Please review your site.
Best regards,
Rikard
Hey H.O. GmbH,
What you are looking to do will likely yield unexpected results, but you can copy the shortcodes of the layerslider by activating debug mode under Enfold->Layout Builder->Show advanced options.
If your widgets don’t have any content, then they will be populated automatically by the theme.
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Salt,
If you have the code on a page, then you should be able to copy it to a widget as well? If you need to display the Layout Builder shortcodes, then you can activate debug mode under Enfold->Layout Builder->Show advanced options. The link you posted is not loading on my end.
Best regards,
Rikard
if you have started by using a demo installation. F.e. https://kriesi.at/themes/enfold-one-page-portfolio/
This homepage behaves as you described.
This option of header you can choose to have on the page editor. Have a look to the layout and find: “Header visibility and transparency”
That dropdown :

Make your selection there.
Hi,
The cookie banner relies solely on the essential cookies set by the theme. The behavior and display of the cookie consent container change depending on whether these essential cookies (e.g aviaCookieConsent, aviaPrivacyMustOptInSetting) are set. However, in your installation, WP Rocket adds custom non-editable styles that permanently hide the privacy cookie. We recommend reaching out to the plugin developers for more info about this.
You can find the functions that control the cookie behavior in the enfold/js/avia-snippet-cookieconsent.js file.
Best regards,
Ismael
Hey fiorettipau,
Thank you for the inquiry.
Have you tried using the Masonry Gallery or the Portfolio Grid element? For the Portfolio Grid, you need to create a separate portfolio item for each entry. Please check the demos below.
— https://kriesi.at/themes/enfold-2017/elements/portfolio-grid/
— https://kriesi.at/themes/enfold-2017/elements/masonry-gallery/
For more info, please check the following documentation:
— https://kriesi.at/documentation/enfold/portfolio-grid/
— https://kriesi.at/documentation/enfold/masonry-gallery/
Best regards,
Ismael
I just bought Enfold. And I want to install your demo. https://kriesi.at/themes/enfold-parallax/. When I installed it, I didn’t get the home page that was downloaded like on https://kriesi.at/themes/enfold-parallax/. So how do I get it?
Could this have anything to do with the change? I didn’t make any changes here but ???
Enfold Theme Options>Layout Builder
Custom Layout And Dynamic Content
Select if you want to use dynamic content (e.g. post data, custom fields) and create modifiable custom layouts for post types.
SELECTION: Custom Layout (admins only) and dynamic content
After activating this feature you must reload the backend to load the necessary menus to work with the “Custom Layout Screens”.
Attention when using caching plugins: Whenever you make changes to a “Custom Layout” please clear your server cache to show the changes.
We recommend to use ACF (Advanced Custom Field) plugin for a user friendly way to manage content of custom fields and custom post types: Download plugin from WordPress
Hi,
Glad Ismael could help, 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
Hi,
Glad Guenni007 could help, thank you Guenni007, 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
Hello Enfold team,
french version updated via private link below
Best regards
That’s the problem. When I first access the site, I see the display as it’s supposed to be, for about a second. Then it ‘shrinks’ into the center, as noted on the document attached. It wasn’t doing that until I added custom CSS in Enfold>General Styling>Quick CSS; I figured if I deleted that code from that area, it would return to normal display, but it hasn’t. Something must be telling it to constrict this way but I can’t figure out what, or where, to look to resolve this. Please help.
Hi,
Glad to hear that you have this sorted out, 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
Hey jarodebnar,
Please see the theme setting Enfold Theme Options ▸ Header ▸ Header behavior ▸ Sticky Header

Best regards,
Mike
Hey Pam Haskell,
I would not expect issues with updating, but you will need to do it manually and then update your PHP to v8
I recommend creating a full backup of your site including the database with your webhost tool, and not a plugin.
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
Hi,
Thank you for your patience, to change the lower button to roboto, try this css:
.av-d2qwg-e9ae8fb5484d65afa63467cb5d9917ef h4 {
font-family: 'roboto' !important;
}
I was not able to login to adjust the heading box. It looks like the link above to the special character documentation was broken, this one is correct.
Here is the list of characters and their replacement:
< = ###lt###
> = ###gt###
[ = ###91###
] = ###93###
Best regards,
Mike
Hi @Gunter, @Yigit
This is the updated version synchronised with the source files of the Italian language version 7.1.2 of Enfold.
Hey guys,
Need a little help using a custom SVG divider. I’ve followed (I think) the Enfold documentation, and added a folder in the uploads directory called “avia_custom_shapes” and uploaded my SVG there (link in private field).
Then I’ve added this code from your docs to the functions.php file to register it (only talking about the first one, the second one is the example from your docs which of course won’t work) – which it does, I can select it in the ALB, but no SVG gets displayed either in the preview or on the front end.
function custom_avf_custom_svg_shapes( array $custom_shapes )
{
$custom_shapes = array(
'Mountain-Test-v2' => array(
'key' => 'Mountain-Test-v2',
'title' => __( 'CMC Mountains v1', 'avia_framework' ),
// 'has_flip' => true,
'has_width' => true,
'filename' => 'Mountain-Test-v2'
),
'waves-in-motion' => array(
'key' => 'waves-in-motion',
'title' => __( 'Waves in motion', 'avia_framework' ),
// 'has_flip' => true,
'has_width' => true,
'filename' => 'waves-in-motion'
)
);
return $custom_shapes;
}
add_filter( 'avf_custom_svg_shapes', 'custom_avf_custom_svg_shapes', 10, 1 );
Not sure what I’m doing wrong, but looking forward to your help.
Thanks
Tim
-
This topic was modified 3 months, 4 weeks ago by
THP Studio.
-
This topic was modified 3 months, 4 weeks ago by
THP Studio.
-
This topic was modified 3 months, 4 weeks ago by
THP Studio.
Hi,
Thank you for the update.
You can apply a custom css class to the Special Heading elements and then manually apply the background using css modifications. If you provide the login details, we can set up the layout for you. Please include the login details in the private field.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Hi,
You can open a new thread here: https://kriesi.at/support/forum/enfold/#new-post
There is no option for this by default, but you can apply a custom css class to the Special Heading element (e.g “av-custom-gradient-text”), then add the following css code:
.av-custom-gradient-text {
font-size: 48px;
font-weight: bold;
background: linear-gradient(to right, #ff7e5f, #feb47b);
-webkit-background-clip: text;
color: transparent;
}
If you have more questions, please feel free to open another thread using the form above.
Best regards,
Ismael
Hey icarogioiosi,
Thank you for the inquiry.
Please make sure that the Enfold > Sidebar > Sidebar on Smartphones option is enabled, as shown in the screenshot below. Let us know if the issue persists.
View post on imgur.com
Best regards,
Ismael
I want to add new image dimention i.e tab_thumb thats width is 260px and height is 80px. How can i add.
Pam HaskellGuest
Hello! I have inherited a website that uses Enfold version 3.7.1.
Is it going to be possible to update to the latest version of the theme?
Thanks for your help!
Pam
Hey Martin Bujaki,
Please register your theme license to receive updates: https://kriesi.at/documentation/enfold/theme-registration/
ACF Pro is not included in the theme purchase, you would have to ask the plugin authors what their terms are.
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
Our site has Enfold installed and we are having an issue with the page info duplicating after the footer at the bottom of each page. In addition, the footer itself is displaying as one column even though a multi-column option is selected. Can you assist?
Martin BujakiGuest
Currently, our website is running Enfold theme version 4.7.6.3, and we would like to update the ACF PRO plugin.
Could you please let us know the cost of updating the Enfold theme, and whether this update also includes the latest version of ACF PRO?
Additionally, are ACF PRO updates included during the Enfold update period?
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard