Hi annameis,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi adapt,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi S,
Please try to add this CSS Code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all .container {
width: 90%;
max-width: 90%;
}
}
The default value is 85%, just adjust the value as you see fit.
Hope it helps.
Best regards,
Nikko
thanks for input Guenni007 – hoping to get to the bottom of this – i think as per this post (https://kriesi.at/support/topic/adding-offset-value-to-smooth-scrolling-anchor-links/) it has control inside avia.js somewhere around this part: the function ( ” $.fn.avia_smoothscroll = function(apply_to_container) ” )
logically:
1. if enfold has shrinking header, let’s say height: 45px
2. then anchor link scrolls to anchor location – 45px (minus 45px)
3. if enfold has no shrinking header, let’s say height 90px
4. then anchor link scrolls to anchor location -90px (minus 90px)
5. i want to adjust to adjust the “scroll-to” position so that it scrolls all the way to anchor position (not anchor position minus header height)
There is a slowness in the backend of the site: https://labhuset.no/
I received this error email in relation to your web site is having a technical problem.
WordPress found an error with the theme Enfold.
WordPress version 6.3.2
Enfold version 5.6.8
PHP 8.1.13
Details about the error.
En feil av typen E_ERROR ble forårsaket i linje 833 i filen /home/L/labhusetno/www/wp-content/themes/enfold/functions.php. Feilmelding: Uncaught Error: Failed opening required ‘/home/L/labhusetno/www/wp-content/themes/enfold/includes/class-responsive-typo.php’ (include_path=’.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php’) in /home/L/labhusetno/www/wp-content/themes/enfold/functions.php:833
Stack trace:
#0 /home/L/labhusetno/www/wp-settings.php(600): include()
#1 /home/L/labhusetno/www/wp-config.php(96): require_once(‘/home/L/labhuse…’)
#2 /home/L/labhusetno/www/wp-load.php(50): require_once(‘/home/L/labhuse…’)
#3 /home/L/labhusetno/www/wp-admin/admin-ajax.php(22): require_once(‘/home/L/labhuse…’)
#4 {main}
thrown
We have noticed for a few weeks an extreme slowness in relation to WooCommerce when going to a product page.
Btw
It is somewhat hard figuring out how to create a new support thread.
-
This topic was modified 2 years, 5 months ago by
SHR Design.
Ok. I will contact Themeforest and tell them what you said — and ask for the correct procedure to create (and/or identify) my tokens.
Not trying to be difficult, but here’s what I posted in the Themeforest forum … and their response…
“I have two licenses of Enfold in my account. How do I determine which license is being used by which website? Also, I might purchase a third license and I want to know how I assign the new one to a specific website.”
Response: You could contact the item author to determine which license is for which website and you can get the personal notes for the future installations.
The item author is YOU, Kriesi. But I’ll see what Themeforest has to say.
— CVB
Hi Ismael,
I spoke with WPCF7 support (see the link below) and they suggested deactivating Enfold, activating one of the default WordPress themes and deactivating all plugins except for CF7. I activated the Twenty Twenty theme and tested the pop-up/form with all the plugins active. When I did that, I could see the reCAPTCHA load on the home page and the test submission I did with the form in the pop-up worked with no issues.
I included a link to the staging copy of the website that has Twenty Twenty active and you can see the reCAPTCHA at the bottom of the page. I can reactivate Enfold once you have had a look. But it does look like this is something to do with Enfold. If you can please look into it further, it would be appreciated. Thanks.
https://wordpress.org/support/topic/recaptcha-v3-not-working-in-popup/#post-17179056
Hi,
Glad we were able to 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 we were able to 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,
Thanks for the link to your site, I have not seen a custom menu item with a “search icon” option before:

the reason it only shows until the slider shows is because it is hidden by “display:none opacity:0” once the slider shows, this could be a “lazy load” conflict, I see that you are using JetPack & possibility so other plugins that could cause this, although I don’t know what the default behavior for FiboSearch is.
Try disabling your other plugins to ensure there is not a conflict, then check the FiboSearch options, if this doesn’t help try using the FiboSearch shortcode instead of the custom element.
Best regards,
Mike
Hi,
Thank you for your patience, in order to use the “Classic Editor” you will first need to choose this option at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, I did this for you, and now when you create a new post the Classic Editor shows, please clear your browser cache and check.
Best regards,
Mike
This reply has been marked as private.
After looking extensively thru the Themeforest site, I found no support contact option. The only option I could find was by making a post in their “Purchase” forum, which I did.
I am not sure why this is my issue to run around to resolve as I made the purchase for the renewal of Enfold support as it was offered to me. I am providing proof of receipt to Enfold. Shouldn’t Enfold / Kriesi be the one who is looking into this matter with Themeforerst for which they are selling their products and services?
Hey Enfoldfanatic,
Could you post a link to the site in question, so that we can have a closer look please?
Best regards,
Rikard
Hi there,
I made changes to the functions.php file that were showing up on my staging environment but not on the live environment. The difference between these environments is that the staging is on Enfold 5.6.6. and the live environment has already been updated to 5.6.8.
The code I added to functions.php (which I got from a forum post) is as follows. The result I want is to show the categories in a masonry gallery:
add_filter( ‘avf_masonry_loop_prepare’, ‘avf_masonry_loop_prepare_mod’, 10, 2 );
function avf_masonry_loop_prepare_mod( $key, $entries )
{
$class = preg_grep(‘/category/’, $key[‘class’]);
$getstr = str_replace(‘category-‘, ”, implode(‘,’, $class));
$categories = explode(‘,’, $getstr);
$cat = implode(‘,’, array_map(‘ucfirst’, $categories));
foreach ( $key as $post => $value ) {
if ( $post == ‘content’ ) { $value .= “<div class=’av-masonry-categories’>”.$cat.”</div>”; }
$key[$post] = $value;
}
return $key;
}
From our development supplier I understand it could mean that the hook is not compatible with the theme’s current version. And that it’s best to ask you for a new hook.
Hope you can help us out!
Best regards,
Rob Geers
Hi guys,
Got a question regarding the general website padding on the mobile viewport. Is there a way to decrease the general (left and right) padding of the website on mobile devices. Hereby I mean the full wrapper, compared to other websites I noticed that enfold has slightly large general side paddings. We would like to utilize more of this space by narrowing this padding.
Kind regards
S
Good day,
The mobile website does not properly display what I have set in the backend, the layer slider is not responsive and I do not see a mobile menu. I have already re-uploaded enfold and removed extra CSS and code from the functions.php and the style.css. Can you see what and where it goes wrong?
Hi,
Thanks for the update, we’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi Kriesi,
Just wanted to add some universal styles to all buttons in our site (sliderbuttons, general content buttons etc.)
I wish to have two looks. A light and a dark.
I’m trying to follow: https://kriesi.at/documentation/enfold/button/#toggle-id-12
But can’t find the “custom CSS class name support” under “layout builder”, and can’t find a topic in here that enlightens me…
Can you help?
Right now i’m designing each botton style like this, which seems not be be a good idea:
.avia-button {
font-size: 0.8em !important;
text-transform: uppercase;
color: #ffffff !important;
padding-left: 1.4em !important;
padding-right: 1.4em !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
font-weight: 400 !important;
letter-spacing: 0.3em;
background-color: #232323 !important;
border: 1px solid #232323 !important;
border-radius: 0px !important;
}
.avia-slideshow-button {
font-size: 0.8em !important;
color: #232323 !important;
padding-left: 1.4em !important;
padding-right: 1.4em !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
font-weight: 400 !important;
letter-spacing: 0.3em;
background-color: #fff !important;
border: 1px solid #fff !important;
border-radius: 0px !important;
}
.avia-slideshow-button:hover {
padding-left: 1.4em !important;
padding-right: 1.4em !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
opacity: 1 !important;
font-size: 0.8em !important;
color: #77855a !important;
font-weight: 400 !important;
letter-spacing: 0.3em;
background-color: #fff !important;
border: 1px solid #fff !important;
border-radius: 0px !important;
}
Hi Mike
The following seems like the easiest method.
1-
I turned off Append Search Icon To Main Menu in the Enfold Theme Options.
2-
WooCommerce -> FiboSearch -> Starting.
Turned off the Search bars to replace Enfold with the FidoSearch.
3-
Added the Custom Link FiboSearch bar to the menu her.
Used Layout: Default. Menu Style: Default.
Results. Search field or Search icon can for a very short moment be seen to the left of the top menu here. Just to the left of the Hjem / Home menu item.
https://labhuset.no/
I do not know what is going on there.
Hi,
I tested by disabling the WPML and enabling the “enfold-child” and tested on Windows in Chrome, Firefox, & Edge when logged out and the site seems to be running correctly.
I left it like this for you to check, if you find any problems you can enable the “Kropik Child” & WPML plugin again.
Best regards,
Mike
Hey there,
we just updated from Enfold 5.6.5 to 5.6.8. WordPress is 6.3.2.
After the Enfold update the WP Core Block Editor Sidebar cannot be opened anymore when the advanced layout builder is enabled.
Switching back to the “Default editor” renders the sidebar functional again. Switching to the Advanced layout builder renders it with full width overlaying the sidebar again.
This is not limited to the WP Core sidebar. Yoast SEO for example renders a custom sidebar as well. This isn’t accessible either after the update.
This renders it impossible to change/set categories, author, visibility and all the functions located within the Editor Sidebar.
We downgraded to 5.6.5 again which solved the issue instantly.
Can you please check this?
Hi Nikko, thanks for your reply.
I tried to replicate the error in my current sandbox (running Enfold 5.6.5) and here I do not have the problem.
Where can I get hold of the previous version – I normally update via the Enfold panel and never download/keep the files.
FYI: I run PHP version 7.4.11 – I believe this is not the newest but not sure if this could impact the issue.
Best regards
Jacob
Hey Pierre,
Yes, Enfold is compatible with PHP 8.1, and we do recommend it.
Best regards,
Rikard
When I try to update Enfold settings it give me the following error:
Saving didnt work!
Please reload the page and try again
Plse see private content for access info
Is Enfold compatible with PHP 8.1, and if yes, would you recommend it? And any other useful information?
When the Enfold cookie option is active, we get this ‘cookie information page’. How can we fix this? Further details in the Private Content field.
Hey adapt,
Thank you for the inquiry.
You can remove the post-meta-infos container from the enfold/includes/loop-index.php file starting from line 419 to 552.
line 421:
if( $blog_style !== 'bloglist-compact' )
line 552:
} // display meta-infos on all layouts except bloglist-compact
To override the original template file, you can create a copy of it in your child theme directory before doing the modification.
Best regards,
Ismael
Hey Mihou,
Thank you for the inquiry.
Please be aware that the theme’s actual zip file is located within the Themeforest package. You need to extract the Enfold or theme zip file from the package you downloaded from Themeforest, before uploading it to your WordPress installation.
Best regards,
Ismael
Hi there
In the Enfold “Blog Layout” (under Theme Options) you can choose to toggle on/off displaying things like “Blog Post Author“, “Blog Post Comment Count” etc.
I do not wish to display any of this, so I’ve toggled them off in the settings.
However, when turning all elements off, there are still 2 border lines visible at the bottom of the post page (above the social share elements). I’d like to remove this completely.
Using the browser “Inspect” tool, the CSS appears to be referenced at:
.html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
display: block;
text-align: center;
padding: 10px 0;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
margin-top: 40px;
width: 100%;
clear: both;
float: left;
}
How can I remove this completely…..or at the very least for “.post-meta-infos“, which I believe is the one it applies to in this instance?
I’m assuming it’s bad form to simply delete this from the main CSS file, so what’s the best way (good coding practice) to do this?