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,
Please try to register for the support forum here, then after login and then create a new thread for any further questions.
Best regards,
Mike
CUSTOM SVG DIVIDER ATTEMPT:
My colors aren’t attractive here, but helped me understand the concept.
Discovered (dumb) that only top gets the “creative look” — cuz that’s what you told it to do in the javascript top_divider_moves_outwards!
Perhaps the name was a clue?!?!?
Also discovered, if two color sections under each other — maybe don’t set the bottom divider of the upper section…affects look of the top divider of the second color section beneath it!
My first svg divider — sort of flashed and disappeared…cuz page title bar hid it! Discovery is a wonderful thing!
Didn’t NEED that to show, just assumed it would. Now I understand!
For my second color section, chose NOT to bring to front in Enfold option…seemed better effect.
The color of the effect is always the same as the color section itself, yes? I.E., it doesn’t take svg divider enfold option color?
And opacity stays same no matter tne Enfold option setting?
Just trying to understand.
Cool idea!
Thank you so much for sharing.
Question: On your https://webers-testseite.de/divider-on-sliders/
it looks marvelous. But note the divider appears to be moving. Was this accomplished with css or javascript or….?
In the newest Enfold version 5.6.5 it comes to an erroneous output, if NO logo is deposited, then the following source code is output
the following source code is printed nonsense:
<span class=”logo bg-logo”>/” aria-label=”
=”” wp-content=”” themes=”” enfold=”” images=”” layout=”” logo.png’=”” height=”100″ width=”300″ alt=”” title=”” style=”max-height: 88px;”>’ title=’
/wp-content/themes/enfold/images/layout/logo.png” alt=”” title=”” style=”max-height: 88px;” width=”300″ height=”100″>’>
</span>
In the source code I replaced the actual domain with <domaine>.
I was able to isolate the error in the file “function-set-avia-frontend.php” at the variable in line 827 => $aria and line 860 => $link_title, when not using a logo to the incorrect code comes, a quick fix from me in which I define the corresponding variables an empty has now helped for the time being, but is not the right solution ;)
Hey tulin88,
To show the social icons in their colors always please remove the css above and add this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #wrap_all .social_bookmarks .social_bookmarks_facebook a{color:#fff; background-color:#37589b; }
#top #wrap_all .social_bookmarks .social_bookmarks_twitter a{color:#fff; background-color:#46d4fe; }
#top #wrap_all .social_bookmarks .social_bookmarks_linkedin a{color:#fff; background-color:#419cca; }
#top #wrap_all .social_bookmarks .social_bookmarks_youtube a{color:#fff; background-color:#a72b1d; }
#top #wrap_all .social_bookmarks .social_bookmarks_instagram a{color:#fff; background-color:#a67658; }
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey bb,
Thanks for your patience, since you are using a plugin to display your custom post type grid, you will need to find out if the plugin supports pagination, when I check the plugin website it is in maintenance mode and I can’t find anything about the plugin, I recommend using the email form on the plugin web site and ask your question.
Since you ar not using Enfold to create or display the post grid, there is not anyway for us to help since our support is limited the theme.
Best regards,
Mike
HI,
I don’t know where the FTP coordinates I sent to you take you, I’m not a programmer and I’m not even a computer expert.
I limited myself to sending you the FTP coordinates that my Hosting Register.it provided me with.
What I know is that I bought a domain (spiritoeventi.it) and a hosting space, I then bought the Enfold theme on Themeforest on 19 July 2023, I followed the normal procedure to download the files and upload them to wordpress, but the files do not work!
There is no .zip file in the folder you let me download!
I therefore ask you to email me or log into my themeforest account and make sure that I receive the correct Enfold theme files.
I already used Enfold to build a site 4 years ago and haven’t had any problems.
Otherwise I will be forced to ask you for a refund of the money spent to purchase a different theme.
Thank you
Hello I’m a beginner and I’m building a site with Enfold 5.6.5 and WP 6.2.2.; since few days when i add content and update the page the content is not saved. PHP 8.0 it’s set whit memory limit 512 mb.
Is there anithing to do ?
Massimo
Hi,
I have always been able to open videos in a LIghtbox with the Enfold theme by using an Image Element, then inputting a link to the YouTube video under link settings and then choosing “Open in same window” – it would then open in a lightbox instead of a new page. But it is no longer working in a new installation – Did you remove this feature?
Hey Tara Lang,
Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/
If the updates should still not work after that, then please try using this plugin: https://envato.com/market-plugin/
Best regards,
Rikard
Hey lfs360,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.responsive #top #main .products .product {
margin: 0 1% 1% 0 !important;
width: 49% !important;
}
}
Best regards,
Rikard
Hi,
Thanks for the login, you were right that the function I linked to was for blog posts instead of woo products, I adjusted the script so now the Yoast breadcrumbs show on the single product pages instead of the theme breadcrumbs:
function add_yoast_breadcrumbs_shortcode_to_single_product_title_container() { ?>
<script>
(function($){
var wpseo_breadcrumb = '<span id="breadcrumbs" class="breadcrumb"><?php echo do_shortcode("[wpseo_breadcrumb]"); ?></span>';
$('#top.single-product').each(function () {
$(wpseo_breadcrumb).appendTo('.title_container .container');
$(this).find('.avia-breadcrumbs').css('display','none');
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'add_yoast_breadcrumbs_shortcode_to_single_product_title_container');
unfortunately the breadcrumbs are not showing as you wish, try adjusting the Yoast breadcrumb options to show the order that you wanted.
Also I found a javascript function in your child theme stylesheet that should be in your child theme functions.php so I moved it for you:

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,
I couldn’t reproduce the issue with Enfold 5.6.5, WordPress 6.2.2, and PHP 8.2.4.
It looks like the issue is related to your server settings. Please contact WP Engine support team (https://wpengine.com/support/) and let them know about the error you are getting.
If fixing that error doesn’t resolve the slider issue, please replicate the issue on a staging site and send us admin login credentials and FTP logins privately so we can investigate it.
Best regards,
Yigit
Brilliant, Mike! Thank you. I bumped the header height up to 100px now and added your CSS. It looks great. As for that advanced_menu_toggle, I found this: https://kriesi.at/support/topic/advanced-menu-toggle-2/ which means its old Kriesi Enfold code somewhere
Hi,
Glad to hear that you have this sorted out, and please ask us to assist whenever you have a concern, we are happy to investigate. 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
Dear Support,
I have a problem, could you please help me with it?
This page is a slider revolution theme without any additional change (in the private content).
In smaller screen under 800px width there is a blank sidebar like thing on the right.
I tried to solve it with the slider revolution support, they asked me to change the theme to a default and it is working well there.
I switched back and also installed Enfold child theme, but the problem is still there.
Could you please help me to solve the problem?
Thanks
Hi,
Thank you for the info.
We have noticed that the site contains a very old version of the theme, which is likely the reason why the masonry styling is not being applied properly. To resolve this issue, please upgrade the theme from version 4.8.8.1 to the latest version, which is 5.6.5. This update might need to be performed manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
After the update, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache in order to ensure that the upgrade goes through completely.
Best regards,
Ismael
Hi,
Do you think this is a styling issue on my end or Enfold theme side, or The Events Calendar itself?
We can’t be sure right now because the Autoptimize compression is enabled. If you can disable the plugin temporarily, we’ll check the source of the css again.
Best regards,
Ismael
Hi Zack,
I’m glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Beat,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Is there a a way to replicate this slider using Enfold:
I want the text to be able to to editable since this will be getting swapped out very regularly. How do I go about this? Or if that is not an option on the link I have in the private content section I have a parallax section that I want the text section to be over layed (z-index 100) but I want it to have a slight margin left where it overlays the image a slide bit like the slider image example above it.
Nevermind! I toggled File Compression back on and refreshed everything, and your CSS worked! Thank you so much.
Do you think this is a styling issue on my end or Enfold theme side, or The Events Calendar itself?
Thanks again!
Hey Synergica,
Your theme license is valid for life, but support expires after 6 months. Please refer to this on how to renew it: https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
If you need technical support, then please open a new thread in the support forum.
Best regards,
Rikard
Hi,
Thanks for the login, I found that it was the menu that was not centered verticaly, so I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.av_main_nav_header.av_menu_right #header_main .main_menu-uber {
display: flex;
align-items: center;
}
Please see the screenshot in the Private Content area of what I saw before the css, and clear your browser cache and check now.
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,
I don’t see the css added to your site, try adding it to your WordPress ▸ Customize ▸ Additional CSS
#top .av-masonry-entry .av-inner-masonry-content {
padding: 2px;
}
and clear your browser cache, or include an admin login so we can check.
This is the result I see when I test:

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
Dear Mike,
thanks for your reply!
At first I also did not know that this primary category was added by Yoast SEO and not by WordPress, WooCommerce or Enfold. The settings for the Yoast SEO breadcrumbs are set and in my opinion OK. However, still the Enfold (?) breadcrumb is shown. I have used your code (“then use this solution”) in functions.php, cleared the cache, but still the wrong breadcrumb is showing. I think because your code refers to posts and my issue refers to the products in WooCommerce. Could you please alter the code for making it work for products? I have created a login for you, see private content.
Best regards,
CJGVD
Hey José,
Please send us the new purchase code and we will send you the older Enfold versions once we validate your purchase.
I’d probably try updating the PHP version and then updating WordPress, Enfold, and plugins via FTP or in your case, by overwriting the files manually.
Best regards,
Yigit