-
AuthorSearch Results
-
August 6, 2025 at 10:29 am #1487620
In reply to: Different menu
read carefully – the first condition:
Logo centered to the menu
best presetting will be logo left – menu right(or logo right menu left – works aswell)
this is best because on responsive case we do not need to take care of logo or burger placement.
left code is for child-theme functions.php – right side codeblock is for quick css.
css adjusted for your settings:
@media only screen and (min-width: 768px) { #top .av-logo-container .logo { opacity: 0; } #top .main_menu { left: 0; width: 100%; } #top .main_menu .avia-menu.av-main-nav-wrap { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #top #menu-item-logo svg, #top #menu-item-logo img { max-height: 120px; /**** depends on your choosen header height - on shrinking headers it will be set by that enfold shrink script ******/ width: auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } } #av-burger-menu-ul .menu-item-logo { display: none }August 5, 2025 at 11:43 pm #1487616In reply to: Portfolio Grid Settings
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,
MikeAugust 5, 2025 at 11:42 pm #1487615Hi,
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,
MikeAugust 5, 2025 at 10:37 pm #1487613In reply to: Phone Icon on mobile in extra elements Color
Hey vrhgmt744p,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 989px) { .html_mobile_menu_tablet #top #wrap_all .header_color.av_header_transparency .phone-info .avia-svg-icon svg:first-child { fill: #fff; } }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,
MikeAugust 5, 2025 at 10:06 pm #1487611In reply to: Grid Table smaller
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,
MikeAugust 5, 2025 at 6:33 pm #1487609Topic: Featured Image Style width
in forum Enfoldicarogioiosi
ParticipantWe’re using your “Lifestyle Blog Demo” (https://kriesi.at/themes/enfold-lifestyle-blog/) for a project.
By default, the Featured Image Style occupies the Maximum Container Width.
The right sidebar is therefore only applied below, where the post previews are visible.
Instead, we’d like the Featured Image Style to occupy the same width as the posts and for the sidebar to be visible to its side.
https://img.savvyify.com/image/Slider.yye2F
Is it possible?August 5, 2025 at 5:27 pm #1487605In reply to: Grid layout – keep post on top
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,
RikardAugust 5, 2025 at 5:27 pm #1487604Hi,
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,
RikardAugust 5, 2025 at 9:09 am #1487592In reply to: The pages don’t have title
you can use that ava_after_main_title hook on your choosen layout
place this to your child-theme functions.php:add_action('ava_after_main_title', function() { echo '<div class="main_color my_title_container">'; echo '<h2 class="page-title">'. get_the_title() .'</h2>'; echo '</div>'; });change tags (espacially heading tag) to your need – and style via that extra class: my_title_container
f.e.#top .main_color.my_title_container .page-title { font-size: var(--enfold-font-size-theme-h2) ; color: var(--enfold-main-color-heading); padding: 20px 0 5px 30px; }August 5, 2025 at 6:41 am #1487582In reply to: Templates & Functionality
Hey Russell,
Thanks for reaching out again.
We can now see the video and can confirm that the scroll animations in the old site can be recreated with Enfold. You can apply these animations to Column elements, and they should be automatically triggered on scroll. You can also utilize the Layer Slider plugin, which is natively included in the theme, to create hero sections or sliders.
Unfortunately, presale questions are one-time and can’t be continued like forum discussions. You will need to acquire a theme license and then use the purchase code to register an account on the forum.
— https://kriesi.at/support/register/
Once registered, you can open a thread using this form: https://kriesi.at/support/forum/enfold/#new-post
Let us know if there’s anything else we can help with.
Best regards,
Previous Reply:
============================================================================================================
Thank you for your interest in Enfold.The videos are not accessible, so we’re not able to view them. In any case, the theme comes with built-in demo content, so you don’t need to start from scratch. You can simply import a demo and then incorporate your existing designs, images, and content to match what you have in mind. It’s very user-friendly, with plenty of customization options and a powerful Advanced Layout Builder where most of the content creation and site building will take place.
If you have any questions or need help with development, feel free to reach out to us here in the forum — we’re happy to help.
You can preview the available theme demos below.
— https://kriesi.at/themes/enfold-overview/
To help you get started, please check out the documentation.
— https://kriesi.at/documentation/enfold/
Let us know if you have any more questions.
============================================================================================================Best regards,
IsmaelAugust 5, 2025 at 5:58 am #1487577In reply to: navigation tool
Hey icarogioiosi,
Thank you for the inquiry.
You can enable the title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. Make sure the header is not set to transparent.
Best regards,
IsmaelAugust 5, 2025 at 12:21 am #1487576In reply to: CLS issue color section
Hi Ismael,
I am very happy with the Pagespeed Score since the CLS issue is solved!
I am only curious where the LCP issue is coming from. Is it possible that is has something to do with the max height of my Backround image construct?
The Preload LCP Image Plugin is installed and seems to be working fine.PageSpeeed Insights says here is the problem:
<div id="av_section_7" class="avia-section av-1dccl-bef4804921c9cf0151d6be20e4d3ac5b main_color avia-sec…" data-section-bg-repeat="stretch" data-av_minimum_height_pc="80" data-av_min_height_opt="percent" style="">but this is the section under the header image.

Any Idea what I am missing? I don´t think the image sizes are the cause. I build Enfold pages with larger backround images without getting LCP issues.
Thanks you for your help and I have to say I love your Theme – created a few sites with it and will use it again and again !
Best regards,
ChristopherAugust 4, 2025 at 8:03 pm #1487570In reply to: Restaurant Theme
Hey Robin,
Everything in all the Enfold demos are created using the Layout Builder, which is included in the theme. You don’t need any additional purchases.
Best regards,
RikardAugust 4, 2025 at 5:33 pm #1487562In reply to: Different menu
Hey lelouxwebdesign,
Please try following this: https://kriesi.at/documentation/enfold/example-of-centered-logo-and-menu/
Best regards,
RikardAugust 4, 2025 at 5:31 pm #1487560In reply to: Problem loading masonry with enfold 7.1.1
Hey sylvias16,
Please check your settings under Enfold->Performance->Disable Template Builder Elements.
Best regards,
RikardAugust 4, 2025 at 5:29 pm #1487559In reply to: Move burger menu after cart icon
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,
RikardAugust 4, 2025 at 1:16 pm #1487551Topic: Problem loading masonry with enfold 7.1.1
in forum Enfoldsylvias16
ParticipantHallo,
ich habe beim meiner Seite https://seelenbalance.online/ das Problem, dass masonry nicht mehr lädt.
Es erscheint folgender Hinweis:
Admin-Hinweis für:
MasonryDieses Element wurde in den Theme-Einstellungen deaktiviert. D kannst es hier aktivieren:
Leistungseinstellungen
Nur was oder wo ist einzustellen?
Viele Grüße,
PeterEnglish:
Hello,
I’m having a problem with my website https://seelenbalance.online/, where masonry won’t load anymore.
The following message appears:
Admin notice for:
MasonryThis element has been disabled in the theme settings. You can enable it here:
Performance settings
But what should I configure, or where?
Best regards,
PeterAugust 4, 2025 at 7:29 am #1487543In reply to: Child theme
Hey murtazaansari,
Thank you for your inquiry.
The child theme should be included in the package you downloaded from ThemeForest.
If you have a moment, please register a new account on our support forum using the purchase code that came with the Enfold theme. You can register here: https://kriesi.at/support/register/
Once registered, you can open another thread using the form here: https://kriesi.at/support/forum/enfold/#new-post
Hope this helps.
Best regards,
IsmaelAugust 4, 2025 at 6:29 am #1487536In reply to: Portfolio Grid Settings
Hey icarogioiosi,
Thank you for the inquiry.
You can add this css code to move the title to the right of the image, position it at the top, reduce the font size, remove the borders, and add space below each portfolio entry. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache after adding the modification.
#top .isotope-item.special_av_fullwidth .inner-entry { text-align: left; display: flex; flex-direction: row-reverse; } #top .grid-entry .inner-entry { box-shadow: none; } #top .isotope-item.grid-entry { margin-bottom: 20px; } #top .isotope-item.special_av_fullwidth .av_table_col .entry-title { margin: 0 0 20px; font-size: 16px; }If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelAugust 4, 2025 at 6:08 am #1487533Hey amollde,
Thank you for the inquiry.
We’ll forward the issue to our channel. Temporarily, you can edit the themes\enfold\includes\classes\class-privacy-class.php file, around line 1782, and look for this code:
$output .= '<a class="avia-privacy-reload-tooltip-link" aria-hidden="true" href="#" rel="nofollow" data-avia-privacy-reload-tooltip="' . esc_attr( $reload ) . '"></a>';Replace it with:
$output .= '<span class="avia-privacy-reload-tooltip-link" aria-hidden="true" data-avia-privacy-reload-tooltip="' . esc_attr( $reload ) . '"></span >';Let us know if this resolves the issue.
Best regards,
IsmaelAugust 4, 2025 at 5:53 am #1487531In reply to: Logo on Home Page not visible?
Hey amollde,
Thank you for the inquiry.
Did you set the Logo and the Transparency Logo in the Enfold > Theme Options panel? Please make sure that both of these options have an image selected.
You can also try this css code:
#top .av_header_transparency.av_alternate_logo_active .logo a > img, #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 1; }Best regards,
IsmaelAugust 3, 2025 at 1:48 pm #1487520In reply to: Pictures are not 4:3 they are 1:1
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,
MikeAugust 2, 2025 at 7:02 pm #1487510In reply to: google maps api restrictions
Ahh, thanks, Rikard — sorry, I had reviewed the setup section of that documentation, but I missed the troubleshooting section. I had tried enabling the Geocoding API, yesterday, and, while everything else seemed to be taking effect immediately yesterday, that didn’t seem to work. But today, prompted by reading the troubleshooting section, I tried enabling the Geocoding API again, and it immediately worked — with that on, the site connects to the API key; with Geocoding disabled, it does not. Any idea why this site seems to require that, while none of the other 5 Enfold sites seems to require it to connect to the key?
August 2, 2025 at 5:41 pm #1487507In reply to: Problem with Update Page with html-error
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,
MikeAugust 2, 2025 at 3:05 pm #1487497In reply to: Slide show volle Breite, no breakpoint in title
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,
MikeAugust 2, 2025 at 2:03 pm #1487492In reply to: Columns Not Stacking on iPad in Color Section
Hi,
Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 1366px) { #top #breakpoint1024 .flex_column_table { display: block; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 2, 2025 at 1:33 pm #1487491In reply to: Slide show volle Breite, no breakpoint in title
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.slideshow_caption .avia-caption-content p, .slideshow_caption .avia-caption-title { margin: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 2, 2025 at 1:26 pm #1487490Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.phone-info .avia-icon-pos-left { float: none; display: inline; } .phone-info .avia-icon-pos-left .av-icon-char { font-size: 14px; line-height: 18px; } .phone-info .avia-icon-pos-left.av_font_icon.av-mds9wcyi-0057de6c5f2e63955f80107ffd4df8b8 { margin-left: 10px; } #top .phone-info .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child { fill: #fff; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 2, 2025 at 12:56 pm #1487488In reply to: Slide show volle Breite, no breakpoint in title
Hey rixi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.slideshow_caption { width: 48%; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 2, 2025 at 12:01 pm #1487485In reply to: google maps api restrictions
Hey sky19er,
Did you go through the documentation here? https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
Best regards,
Rikard -
AuthorSearch Results
-
Search Results
-
Topic: Featured Image Style width
We’re using your “Lifestyle Blog Demo” (https://kriesi.at/themes/enfold-lifestyle-blog/) for a project.
By default, the Featured Image Style occupies the Maximum Container Width.
The right sidebar is therefore only applied below, where the post previews are visible.
Instead, we’d like the Featured Image Style to occupy the same width as the posts and for the sidebar to be visible to its side.
https://img.savvyify.com/image/Slider.yye2F
Is it possible?Hallo,
ich habe beim meiner Seite https://seelenbalance.online/ das Problem, dass masonry nicht mehr lädt.
Es erscheint folgender Hinweis:
Admin-Hinweis für:
MasonryDieses Element wurde in den Theme-Einstellungen deaktiviert. D kannst es hier aktivieren:
Leistungseinstellungen
Nur was oder wo ist einzustellen?
Viele Grüße,
PeterEnglish:
Hello,
I’m having a problem with my website https://seelenbalance.online/, where masonry won’t load anymore.
The following message appears:
Admin notice for:
MasonryThis element has been disabled in the theme settings. You can enable it here:
Performance settings
But what should I configure, or where?
Best regards,
Peter
