Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback, if you don’t use the built-in Advanced Layout Builder I don’t think you will run into too many issues, I don’t have a list of the issues, as I recall they were element conflicts.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHey webservantnaoz,
Typically this occurs when there is a missing closing tag in the element or one of the precious elements, you can try Enabling the Avia Layout Builder Debugger and examine the page shortcode and correct the missing tag.
I was not able the add the code to your child theme functions.php because your WordPress ▸ Appearance ▸ Theme File Editor is disabled, please enable and add this snippet:add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }and then see if you can find the issue, if not then add the code so we can try to find the issue.
Sometimes once the error is saved it can not be “fixed” and a new page will need to be created, I see that you have saved some templates, if the error is in one of these you will need to remove it as the templates can not be “fixed”.
So if you think this may be the issue, try creating a new page from scratch and don’t use any of your saved templates and see if you can reproduce the error.
Also please note that if you copy & paste into the “visual” tab of the text editor, some browsers also paste the html tags from the clipboard and you won’t see these unless you use the “text” tab of the text editor, this could be how a unclosed tag was added into your text element.Best regards,
MikeHey Darryl,
It looks like you are using the Elementor plugin, if you used it to create a elementor footer elementor will also remove the header from the theme, the only solution will to also use elementor to create a header. This is a elementor conflict and we don’t have a workaround for this.
Please note that Enfold has it’s own built-in builder and third party builder plugins typically don’t play well, we do not recommend using elementor with Enfold.
We recommend disabling elementor to avoid conflicts.Best regards,
MikeHi,
I’m not sure what could be causing this, but it looks like you are using a CDN: cdn.consentmanager.net
can you try disabling this and see if the error continues?
Since I can’t reproduce the error when I copy your page and test it on my server, the error must be from whatever the difference between our servers is.
I tried disabling your plugins and child theme, and as you said that didn’t help, can you confirm that your page on my test site doesn’t have the error?Best regards,
MikeHi,
When I check your page I see that you are using Enfold v5.6.2, please update to v5.6.8
You site says the update token has changed and not verified, so perhaps it says you are using the “latest version v5.6.2” but that is not the latest version. Please save the token again and check for the updates again, please note that Envato limits the number of update checks you can preform each day. If you are still having trouble then try installing the Envato Market WordPress Plugin, or you can manually update.
To manually update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
Please try wrapping Guenni007 code in a function if you are adding it to your child theme functions.php like this:function custom_shrinking_sidebar_menu_script() { ?> <script> (function($) { $(document).ready(function () { if (window.innerWidth > 989) { var header = $('#header'); var main = $('#main'); var burger = $('.html_header_sidebar #top div .av-burger-menu-main'); var footer = $('.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container'); var menu = $('.responsive.html_header_sidebar #header .av-main-nav > li').not('.av-burger-menu-main, .av-active-burger-item'); $(window).scroll(function () { if ($(this).scrollTop() > 200) { burger.show(); menu.hide(); header.css({'width': '120px', 'transition': 'all 1s ease'}); main.css({'margin-left': '120px', 'transition': 'all 1s ease'}); footer.css({ 'width': 'calc(100% - 120px)', 'margin-left': '121px' }); } else { menu.show(); burger.hide(); header.css({'width': '300px', 'transition': 'all 1s ease'}); main.css({'margin-left': '300px', 'transition': 'all 1s ease'}); footer.css({ 'width': 'calc(100% - 300px)', 'margin-left': '301px' }); } }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_shrinking_sidebar_menu_script', 99);In my test this is working, thanks for sharing Guenni007!
Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHey vantagepointmg,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header_meta .sub_menu * { line-height: 20px; height: 17px; width: auto; vertical-align: top; } #top #header_meta .sub_menu a:hover { color: red; }adjust the color to suit.
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,
MikeHi,
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,
MikeHey vantagepointmg,
I recommend having your menu chang into a burger menu for 1366px and below. To do this try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 1366px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; } }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,
MikeHey Bettina,
I tested on my site using Enfold v5.6.8 and set the options at Enfold Theme Options ▸ Sidebar Settings to no sidebar:

and I created new pages & posts, using both the Block Editor & the ALB editor, and I ensured that the sidebar settings was set to “default”, this was the default setting so I didn’t need to make any changes:

and all of the pages & posts had no sidebar, so I was not able to reproduce your issue.
If you are also using Enfold v5.6.8 and your settings are like my two screenshots, and you still have this issue with all of your plugins disabled, then please include an admin login in the Private Content area so we can investigate.Best regards,
MikeNovember 27, 2023 at 5:12 pm in reply to: Easy Slider effects animation to the elements below #1426538Hi,
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,
MikeNovember 27, 2023 at 11:11 am in reply to: Underline links only in the body – not the menu or footer #1426517Hey whdsolutions,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top a { text-decoration: underline; } #top #header a, #top #footer a, #top #socket a, #top a.avia-button, #top a.more-link { text-decoration: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
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,
MikeHi,
So for example /village-walk/ is a page and not a post, nonetheless you can add a top padding with this css:#top.page-template-default .container_wrap_first { padding-top: 50px; }please adjust the 50px to suit.
Best regards,
MikeHi,
The Classic Editor will not get new features, so in that term it will not be “updated” but it’s not going away, so you can always use it in the future.
Please see this article: How to Add or Remove Blank Space Between WordPress Blocks (4 Ways)
If you need space at the top of your posts that you created with the Classic Editor then please link to one, I didn’t find one. If you need space at the top of a post that was created with the ALB, then use the space element, like the post linked below.
But please remember to not “switch” posts or pages from one editor to another, the editors are not switchable.Best regards,
MikeNovember 26, 2023 at 9:23 pm in reply to: Easy Slider effects animation to the elements below #1426496Hi,
Thanks for the link to your page, I found that this is because typically li’s get a 10px margin-bottom:

but the slides, which are li do not, so on you page load this appeared to be an animation, to correct try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.entry-content-wrapper .avia-slideshow li.avia-slideshow-slide { margin: 0; }and then clear your browser cache and check. If you still see it then move the css to WordPress ▸ Customize ▸ Additional CSS since it has the highest priority.
Best regards,
MikeHi,
The posts and pages that I checked seemed to be full width, but your blog page /nos-references/ was not so I adjusted the css above to this:@media only screen and (min-width: 989px) { #footer .container, .container.template-blog { max-width: 1560px; } }and now I believe it is what you wanted, I found no screenshots above so I’m not sure. Please clear your browser cache and check and if you still see any issues please link directly to the page and include a mockup screenshot of what you expect to see.
Best regards,
MikeHey daves1997,
It sounds like you first created a page using the Enfold Advanced Layout Builder (ALB) and then “switched” to the Gutenberg builder, please note that this will cause trouble, they don’t work together like that. So if you want to use the Gutenberg please only use it and then add your own spacing and blocks in the Gutenberg editor, and note that the Enfold ALB spcacing will not be applied. If you want to use Gutenberg try searching on YouTube for how to add spacing and adjust the layout the way you want. I tried using Gutenberg on my test site but found it so difficult that I won’t use it, I disabled it at Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor, the Classic Editor is much easier to use.Best regards,
MikeHey Michael,
The Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager only works with Google Webkit Fonts, if you are not using a Google Webkit Font you will need to use the @font-face rule in your css or try the Use Any Font plugin and add css rules to apply your font.
Perhaps these threads will also help you:Best regards,
MikeHi,
Glad we could help, if you need further help please log into the support forum and open a new thread using the contact form is not appropriate for support questions.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Best regards,
MikeHi,
Yes woocommerce is fully compatible with Enfold, this is not a compatible issue this is by design.
The cart & checkout are special pages created by the woocommerce plugin, you can not use the Enfold elements to build these pages.Best regards,
MikeHey osi666,
There is not a specific setting for this layout, were you able to achieve the desktop layout that you wanted?
Please set the theme options so your desktop header is the way that you wish, and then link to your site so we can examine your mobile header to help.
What is the maximum width that you consider “mobile” 767px, 1024px, or 1366px ofr this layout?
Do you want the header to be sticky on mobile? The theme doesn’t offer this because the header would take too much room for small devices.
Please link to your site and try to explain fully, perhaps a screenshot of your expected results would help.Best regards,
MikeNovember 26, 2023 at 12:24 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426480Hi,
I disabled your PopupAlly Pro plugin and that seems to have solved the issue.
I don’t have any experience with this plugin and we are limited to supporting third party plugins, so I recommend asking the plugin author to assist to with this issue.Best regards,
MikeHey Eva ,
Thanks for the login, when I check your site the token seems to be working correctly and it says there is an update available.
So I’m not sure what issue you are experiencing, but Envato reported that some tokens may experience problems that were created at a certain time, so if you are try to create a new token or use the official Envato Market Plugin, this was a issue with Envato.
Envato recommends using the official Envato Market Plugin.
As for your question, the cart & checkout pages are built with the woocommerce plugin, you can not use the Enfold elements to build these pages.Best regards,
MikeNovember 25, 2023 at 11:33 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426471Hi,
Glad that this helped, your footer and socket look fine, but you have a popup plugin showing at the bottom of your page, try disabling all of your plugins, then reactivate each one individually until you find the cause.Best regards,
MikeNovember 25, 2023 at 11:03 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426468Hey ballindigital,
Thanks for the login to your site, but it didn’t work for me. Nonetheless try going to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and delete the custom icon font and then save your theme settings, and then check again.Best regards,
MikeNovember 25, 2023 at 9:30 pm in reply to: https://kriesi.at/support/topic/relates-to-https-kriesi-at-support-topic-duplica #1426465Hi,
Unfortunately I don’t have a solution for that, there is no way that I can say there won’t be an issue if the nav menu configuration is changed in the future.
You would be better off not using the last snippet and allow the background color to be behind the text. Our menu is not designed for your customization and it seems like we are trying to recreate it from scratch.Best regards,
MikeHi,
To achieve this it would be best to use the ALB elements and columns to create this on your page and then set these elements to only display on mobile, while your other item only display on desktop. If you were only changing the order of the items it may be possible with some simple css, but also changing the page layout with new columns widths would be a big job with a lot of css. So it would be best to use the ALB elements and columns to create this on your page.Best regards,
Mike -
AuthorPosts
