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 Erwin,
We currently have to plan for that, but you can add a feature request here: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues. If you can find a plugin which has the feature you are looking for, then it might be a good idea to use that for now.
Best regards,
Rikard
well i would not use the hidden : .avia_hidden_link_text nor pseudo-containers because there is allready an existing “caption”
use the hidden strong container inside av-hamburger-box !
synchronize the media query with the hamburger “break point”
f.e:
@media only screen and (max-width:989px) {
#top .av-burger-menu-main .av-hamburger-box strong {
display: block !important;
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
color: #000; /*** edit this to your needs ****/
}
}
you have to adjust the color for this and think of transparency option too.
for example you can use the variable color definitions:
@media only screen and (max-width:989px) {
#top .av-burger-menu-main .av-hamburger-box strong {
display: block !important;
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
color: var(--enfold-header_burger_color);
}
#top #header.av_header_transparency .av-burger-menu-main .av-hamburger-box strong {
color: var(--enfold-header_replacement_menu_color);
}
}
Dear support,
I’m using Woocommerce with Enfold for my site, when I click the ‘add to cart’ button on my products page, it reloads the page, and add the item to cart, but never shows a pop-up with the message ‘added to cart’ or ‘product added to cart’, but it should appear.
Can you help me with this issue?
Thanks
Andrea
Hi,
Is Enfold planning to get an certificatie from Google using the standard cookie warnings from Enfold? If not, is there a way to let an certified CMP work together with Enfold? Of course it’s possible to install an plugin to handle the cookies, but does that overrule the cookie settings from Enfold?
Regards,
Erwin
Hi,
Glad Nikko was 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
Hey Michelle,
Recently another user was using the Co-Authors Plus plugin which allows multiple authors to be assigned to a post.
Then they used this snippet:
add_filter( 'the_author_posts_link', function( $markup ) {
if ( ! function_exists( 'coauthors_posts_links' ) ) {
return $markup;
}
ob_start();
coauthors_posts_links();
$output = ob_get_contents();
ob_end_clean();
return $output;
} );
to display the authors on the frontend:

The plugin has a Github page with code snippets that I believe you may be able to get the author image to show also, but you will need to do some testing. We are limited to the support we can provide for third party plugins, and I don’t use the ACF plugin so I can’t offer guidance with it, but I’m pretty sure that you could achieve what you want with ACF and a function snippet in your child theme functions.php
Try looking on Upwork for a ACF expert, you could probably get it done fairly cheaply.
Best regards,
Mike
Hello dear Kriesi Team,
I wanted to implement a code snippet of yours but its the wrong one. https://kriesi.at/documentation/enfold/example-of-logo-left-widgets-right-menu-below/#toggle-id-2
The CSS is for the menu above not below.
Can you please look in to that?
Warm regards
Hey Michelle,
On my test site my post breadcrumbs include the categories:

I believe that the Yoast SEO plugin overwrites the breadcrumbs as a option, if you are using this plugin please check the options.
Otherwise try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.
Best regards,
Mike
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#av-burger-menu-ul li.menu-item-86 {
display: flex;
flex-wrap: wrap;
}
#av-burger-menu-ul li ul {
display: flex;
flex-flow: column;
flex-grow: 1;
width: 33%;
}
Best regards,
Rikard
-
This reply was modified 2 years, 3 months ago by
Rikard.
Hey StephenStamp,
Great, I’m glad that you found a solution. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey Michelle,
When using the Enfold Layout Builder for posts, then all content needs to be added to it manually using the Layout Builder.
Best regards,
Rikard
Hi guys,
I have already found some threads regarding this topic but none of the solutions worked out (example: https://kriesi.at/support/topic/add-text-menu-below-hamburger-menu-icon/). I would like add simply add the text “Menu” below the hamburger menu. What is the proper snippet to achieve this?
Thanks and regards,
Enfoldfanatic
Hello all
We are pretty sure we are not the only onlinemagazine that has different authors and photographers in the same post. Yes, we could add both as “authors” and somehow change the authorline (no clue where) to “Bericht / Bilder: Author 1, Author 2”. But that way it looks like both people wrote the text and provided pictures.
I did not find any plugins where I could set the “jobtitel” of somebody “meaning “Author 1 (Journalist), Author 2 (Photographer)” or something like that to solve it. I found some plugins where I can add more than one author, but writing and taking pictures isn’t the same :)
I actually made an advanced custom field for the photographer, but ACF is complicated and I could not figure out, where I would have to put the code within enfold to show them within the post. The documentary on afc mentions to put some code within a html-site, but enfold/wordpress is all php, so I am at a loss. Let alone get the custom field into the “authors page” of the photographer too, so the posts will show up on his page too 8-/.
The coolest thing would be, if I could change the appearance of publishing date with author-line and afc-field. Something like “Published January 2nd 2024 | Text: Author 1 | Bilder: Author 2” (Author 2 would be the afc-field). And absolute gold would be if we could make it to look something like this: https://imgur.com/vxMeUzh
Open for any hints how to change the author line and get the afc-field into that line. And if somebody had a similar issue on how to integrate afc-fields into enfold… thanks for the links :)
Hi Rikard, where can I find these Opportunities & Diagnostics? In the Enfold theme?
** sorry, I did’nt see the link at first. Yes, I went through this list at page speed insights.
-
This reply was modified 2 years, 3 months ago by
Anouk.
I tried to find a solution within the forum but I could not find an answer.
The breadcrumbs show only “Startseite / Posttitel”. How do we get it to show the category too? All our navigations show categorie pages so we would want to have it in the breadcrumbs too. For example a concert review should have a breadcrumb “Startseite / Musik / Das war ein toller Abend” whereas “Musik” is a category.
Permalink is set to individual structure, /%category%/%postname%/, but it doesn’t show the category in the url nor the breadcrumbs. I understand, this seems to be better for SEO if no category is in the url and therefore shorter, but we want them in there :-) Is there some code needed to make this happen or do I simply not see the setting within Enfold to get the whole url including category?
Thanks for any hints
Michelle
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,
Great, I’m glad that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Happy new year :-)
Best regards,
Rikard
Hi,
Glad that this helped, the image may look pixelated because it is a featured image thumbnail (825px x 425px) shown at full screen, I didn’t notice it much on my screen, but if you have a larger screen you might notice it more.
When I check the title is centered on the screen, but if you mean center align the text try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.single-post .big-preview.single-big .banner {
text-align: center;
}
You can remove the image overlay in the Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay option:

Best regards,
Mike
Hello all
I am desperately seeking where I can change the “Standard”-Template that is used by the Avia Layout Architect. When I use the Avia Layout Architect it shows no title, no publication date, no “caption-line” with author. It does, when I use the standard editor (but then I would not need the Enfold-Template, right?)
I thought I could make a new template and putting in everything we need every single time, but it looks like I would have to build the header including menu in the header from scratch in that template and on top I cannot find out, where I would find the code to add the breadcrumbs or topics. So that’s why I wanted to edit the standard-template (plus find out, why it does not show a title and a publishing date when using Avia Layout Architect).
I put up some printscreens that shows the difference:
View post on imgur.com
The website is not up yet (in fact we built it temporarily with another url on another server to test stuff out and prepare go life while staying online) and it’s not visible for the public.
I would be thrilled if anyone can help me to find (and how I make a copy of it for each topic) the “standard”-template for the standard editor and the “standard”-template for the avia layout architect. I work with a child theme btw. and tried to copy files in that directory.
Thanks so much for the help
Michelle
Hi,
My Google Mobile score seems to be very bad. Also the Google Mobile PageSpeed is very poor. I checked several tools and they all say the same. I already did many things to make it better, like using Imagify for making all the pictures smaller, for example.
In two segments on the homepage I chose to not show it on mobile devices, but the rest of my website has the standard mobile settings everywhere. What should I change to make the mobile score better in Enfold?
Thank you in advance.
Best wishes, Anouk
Hi Nikko, thank you for the link but unfortunately I have tried the code and it doesn’t seem to work. I am using enfolds product list could this be why it isn’t working or is it due to the code being old? Any other code i could look into please?
Hey Yory,
If you hover over the theme in question and click Theme Details, then should be able to see the folder name in the URL.
https://your.site/wp-admin/themes.php?theme=enfold
Best regards,
Rikard
There are 2 Enfold themes in Appearance>themes, and a single Enfold child which is activated
However in WP-content>themes in file manager there is only one folder named Enfold.
How can I tell which of the Enfold themes can be deleted and which is the parent of the active child?
Thanks


Hi,
To add the hover color, add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-15 .main_color input[type='submit'].wpcf7-submit:hover {
background-color: #b0c9ce;
color: #01427a;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
When I try the the Enfold Theme Options ▸ Advanced Styling ▸ H3 option as Ismael suggested it works correctly:


But if you only want this font change on one page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-30 .slide-entry-wrap h3.slide-entry-title {
font-size: 18px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-15 .main_color input[type='submit'].wpcf7-submit {
background-color: white;
color: #01427a;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
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
Hey Harald,
Thanks for the update! I’ll pass the information over to our developers.
Enfold content including the header and footer is wrapped inside the div with the “wrap_all” ID. There won’t be any galleries outside of this div. We’re just using it to make the selector stronger.
Regards,
Yigit
Hi,
Glad Yigit was 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.
PS: All page elements are in #top #wrap_all so this is correct.
Best regards,
Mike