I have registerd 3 different keys in a week and nothing works – I have never had a problem like this using Enfold and Google Maps API keys before.
Hey dimitrovdimitar,
Thanks for the screenshot, it looks like the breadcrumbs are aligned with your logo:

please explain where you want the breadcrumbs to be, perhaps a mockup would help, and include a link to your site so we can examine.
Best regards,
Mike
Hi,
If you would like to suggest this as a feature, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
This would be the appropriate please to submit requests, thank you for your patience and understanding and for using Enfold.
Best regards,
Mike
Dear All,
I’m having a hard time fixing the container position which has the breadcrumbs in the mobile version of my Enfold WordPress website. The text is not aligned at all.
Attached is a photo: https://ibb.co/nP6R7VD
Please advise.
Thanks in advance.
Dimitar
Hi,
Thank you for the update.
These are the shortcodes of the pages above.
1.) https://pastebin.com/2RCWamq6
2.) This is a default blog layout, which can be adjusted in the Enfold > Blog Layout panel.
3.) https://pastebin.com/kW9cJTaq
4.) https://controlc.com/1bf2ab16
Best regards,
Ismael
Erhan LaleGuest
Sehr geehrte Damen und Herren,
Ich werde freiwillig Website für die Waldorfschule-Augsburg. Enfold Theme passt sehr gut. Kosten werde ich übernehmen. Haben Sie dafür spezielle Preise?
Grüsse
E. Lale
Hey Enfoldfanatic,
Thank you for the inquiry.
We made slight adjustments to the css code to make sure that the search icon remains visible alongside the burger menu icon.
/* Activate burger menu */
@media only screen and (max-width: 1224px) {
#top #header .av-main-nav>li.menu-item {
display: none !important;
}
#top #header .av-burger-menu-main,
#top #header .menu-item-search-dropdown {
cursor: pointer;
display: block !important;
}
}
Best regards,
Ismael
Hey Enfoldfanatic,
Thank you for the inquiry.
Move the columns inside a Color Section element and apply a custom class name (Advanced > Developer Settings . Custom CSS Class) to it, “av-custom-flex-column ” for example. You can then add this css code to apply a minimum width to the first column.
.av-custom-flex-column .entry-content-wrapper {
display: flex;
flex-direction: row;
}
.av-custom-flex-column .entry-content-wrapper .flex_column:nth-child(1) {
min-width: 300px;
}
Best regards,
Ismael
A page like that: https://kriesi.at/themes/enfold-2017/category/personal/
there all post do have h2 headings – and only the breadcrumb category is h1.
Hi goldengate415,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi ballindigital,
I think you are using Contact Form 7 for that, so try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .wpcf7-submit {
width: 100%;
}
Best regards,
Nikko
Is it possible, after scrolling to the last post in a category, to show the first post so the user can loop through again and again?
I have two custom entires in my functions.php to assist with most of what I need to achieve:
// scroll posts in same category
add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
function enfold_customization_same_cat( $s ) {
$s['same_category'] = true;
return $s;
}
// reverse order of next and previous
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2);
function avia_apply_custom_sort_order_to_post_nav($entries, $settings)
{
$temp_prev = $entries['prev'];
$temp_next = $entries['next'];
$entries['prev'] = $entries['next'] = "";
if(!empty($temp_next)) $entries['prev'] = $temp_next;
if(!empty($temp_prev)) $entries['next'] = $temp_prev;
return $entries;
}
Thank you
Thanks, I referred to my thread from 5 years ago and used the same plugins to save several more gigabytes of storage.
I was just hoping / wondering that Enfold maybe added this functionality to the theme since it seems to come up frequently.
OK to close this thread, thanks!
Hi Guys,
On this page > https://kriesi.at/documentation/enfold/menu/#toggle-id-163 I found the code snippet to control that the Hamburger icon appearing earlier in case the text is crossing the logo on smaller viewports. The only downside of this snippet that somehow is hides / remove the search icon which is normally nicely displayed next to the hamburger menu. Can this snippet be adjusted to ensure that the search icon remains in place?
Thanks and regards
S
Hi there,
I want my entire website including all content to have the same width. In General Layout I set Layout to Boxed and Maximum Container Width = 1296px. Is there a global setting I can change to make all content (background image at the top of each page, color sections, headers and footers) all one width i.e., 1296px? If not, please suggest the most efficient way to set one width for content across the website.
Please see link below width screenshot with illustration of what I’m trying to do. For reference, see second link below with website width/layout I’m trying to emulate. I’m customizing the Enfold law firm demo – https://kriesi.at/themes/enfold-law/practice-areas/
I have used advanced builder in a single woo product page and have been ok with this however I have added from the ‘Plugin Additions’ the ‘Product Info’ but nothing displays front end can some one explain how the product info works please?
I thought this may display the information about the product like: Product Short Description also where are the tutorial files related to the Plugin Additions please?
how to use the ‘product info’ addition. Any help will be greatly appreciated.
Hey Francesco,
Thanks for your patience the file that the report seems to point to: /wp-content/themes/enfold/includes/helper-privacy.php
is for the theme cookie settings, but it doesn’t look like you are using the theme cookie settings on your site, it looks like you are using a third party cookie manager.
The cookie PHPSESSID is the default WordPress session cookie.
I would first recommend disabling all of your plugins including your third party cookie manager and check again.
In another thread the SiteGround support has said that the WPML plugin uses the WordPress PHPSESSID and this leads to the SiteGround cache to fail, so your third party cookie manager, or another plugin may also be doing the same on your site.
Since you are not using the Theme cookie settings the file above would not be loaded, but please check the settings at Enfold Theme Options ▸ Cookie Consent ▸ Cookie Consent Message to ensure that you have this disabled, perhaps you are using a combination of the two that I don’t know about.
I would also point out that in another thread the SiteGround support has said that the files at:
\enfold\config-layerslider\LayerSlider\assets\classes\class.ls.exportutil.php ▸ line 178
\enfold\framework\php\wordpress-importer\avia-export-class.php ▸ line 215
contain the line header(‘Pragma: no-cache’); and this also causes the SG cache to fail, but these files are only loaded in the backend when a admin exports the theme settings, so this would not be loaded on the frontend or be a part of a cache.
You can try to manually remove these line to see if this helps your situation.
If it does then perhaps the SG cache is adding backend files to the cache in error.
Another solution that one user found helpful was to add this code to the child theme functions.php, which is from this Stack Exchange solution to override the WordPress default PHPSESSID to solve issues with a Varnish server.
function varnish_safe_http_headers() {
header( 'X-UA-Compatible: IE=edge,chrome=1' );
session_cache_limiter('');
header("Cache-Control: public, s-maxage=120");
if( !session_id() )
{
session_start();
}
}
add_action( 'send_headers', 'varnish_safe_http_headers' );
Hopefully one of these suggestions will help you, it’s kind of a hard issue because each SiteGround support tech points to a different cause, but they all seem to point to the WordPress default PHPSESSID breaking the SG cache.
Best regards,
Mike
Hi,
Could you try updating the theme to the latest version (5.6.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi Team,
I am pulling my hair out with a website i am working on at the moment. Any changes I make using the Enfold theme are not updating straight away.
The php version is set to 8.3
opcache was enabled (but now the service provider has disabled it as it made no difference)
the service provider is saying that the issue is not on their side. My argument is that I have always used Enfold and have never had this problem before. I refreshed, cleaned my cache, and did all the usual checks and nothing works – the updates appear only after about 2 hours. Do you have any advice you can give wrt this issue please
Hey Anouk,
You could import the demo in question to a test installation, then activate Debug mode under Enfold->Layout Builder->Show Advanced Options which will let you see shortcodes in a separate window under the layout. You can then copy the shortcodes between your sites. You could also let us know which pages you are interested in, and we’ll give you the shortcodes here.
Best regards,
Rikard
Hey Schock-Fensterwerk,
Could you try updating the theme to the latest version (5.6.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If you haven’t registered your theme license, then please follow this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Hey rbolijn1,
Did you try to clear the old CSS and JS files under Enfold->Performance? If that doesn’t help, then please post admin WordPress login details to your site in private, and let us know where we can see the actual problem.
Best regards,
Rikard
Same problem, but it doesn’t work neither in incognito mode. Any suggestion on how to fix that?
EDIT: I solved updating token preferences following this: https://kriesi.at/documentation/enfold/theme-registration/
Now it works fine!
Hallo, wir haben aktuell das Problem, dass unsere WordPress-Seite und einige Plugins ein PHP-Update fordern. Egal auf welche Version (8.1, 8.2) wir updaten kann die Seite nicht mehr geladen werden. Laut unserem Hosting-Anbieter liegt das an fehlender Kompatibilität des Themes.
Word-Press-Version: 6.4.2
PHP-Version aktuell: 7.3.33
Enfold-Version: 4.5.6
Laut unserer Seite ist bis auf die PHP-Version nun alles auf aktuellem Stand. Auf welche PHP-Version können wir updaten bzw. was können wir tun, damit wir PHP updaten können und unsere Website trotzdem funktioniert?
Vielen Dank vorab
Hi,
Glad Rikard 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 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
I use Enfold and would like to make some of the posts pillar posts. I can see no possible way to flag a post as being a pillar post.
Can anyone help?
Hi,
GoodchildsMedia I see that this is not your thread so posting your login here is not safe, please review this info and then open a new thread with you login in the Private Content area.
I see that your PHP ZipArchive Extension is disable please ask your webhost to enable this.
I also see some of your server setting are low please adjust:

after making this changes try again.
what webhost are you using?
Best regards,
Mike
Hi,
As I read their report he PHPSESSID cookie is defined by the wp-content/plugins/sitepress-multilingual-cms/
So I guess your SG cache is not campatable with the WPML plugin and you should disable it.
They say that they found a no-cache in the /wordpress-importer/avia-export-class.php but this is only used when you export the theme settings, these files are only loaded on the backend when you perform an export of the theme files. If you want to manually remove this from the theme you can by editing the files below, but the theme export feature may not work correctly and you will need to edit these files after each update. As it stands now SG says you won’t be able to use a cookie notification, or the WPML plugin and you will need to modify the export feature, in order to use their cache. Perhaps you should look into a cache plugin like WPRocket or WP Fastest Cache, neither of these have this issue with WPML or Enfold.
If you want to manually modify your files look for header(‘Pragma: no-cache’); in:
\enfold\config-layerslider\LayerSlider\assets\classes\class.ls.exportutil.php ▸ line 178
\enfold\framework\php\wordpress-importer\avia-export-class.php ▸ line 215
Best regards,
Mike