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 5 months, 1 week ago by
THP Studio.
-
This topic was modified 5 months, 1 week ago by
THP Studio.
-
This topic was modified 5 months, 1 week 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
Hi @enfold!
I have a question concerning the woocommerce-plugin that is neccessary for some of your themes. I have chosen a theme that needs woocommerce if I use the site as a shop. But I don’t do that. So i deleated the woocommerce-plugin. But it appears in the complianz-cookie-listing.
Have you any idea where complianz picks up the information?
Thanks for your feedback.
Best regards
Michael F
Dear Enfold Experts, I am not too sure what Envatojlc’s comments have to do with my original question but this has not been addressed so far anyhow, so might have slipped through.
The situation is the following:
a) WP Accessibility Plugin activated
b) small green border configured in WP Accessibility to mark where the Keyboard Tab key jumps to for all Buttons / links that can be addressed via Keyboard
c) Entering the Home Page
d) Press Tab Key once => jumps to change contrast button from Accessibility Plugin, green border, all fine. 2nd time Tab key pressed => jumps to change font size from Accessibility Plugin, green border, all fine. 3rd Time Tab pressed => jumps to top of page, no button visible, no green border, looks like a jump into nowhere, totally unclear where the cursor is.
When checking this with the Firefox Inbuild Dev Tool for accessibility it states for the Header Banner: clickable elements need to be interactive and focused. So there is something in the Header generation that fails. Can you please check? And of course I would like a future feature (similar to the link color configuration in the theme) to configure the Keyboard accessible elements Coloring or Settings in the Enfold theme instead of outsourcing that to WP Accessibility.
thanks Anja
It would be helpful to determine whether the issue is specific to Enfold or if it is a more widespread problem. I suggest temporarily activating one of the standard WordPress themes and checking whether these replacement characters are still displayed in the editor.
Hi,
It’s been 2 years since the last reply to this thread. If the issue is still occurring in your installation, please create a test page and open another thread with login credentials included in the private field. We also recommend reaching out to the plugin developers for additional assistance.
— https://kriesi.at/support/forum/enfold/#new-post
Best regards,
Ismael
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