-
AuthorSearch Results
-
March 9, 2024 at 3:09 pm #1436809
In reply to: Sub menu positioning
Hi,
Thanks for the screenshots, the css that moves the cart over to the edge for screens between 767px – 1023px is mixed with some other css:

So after you decide what screen sizes you want this to work for, remove this line and them create a new rule, this is an example if you want it to work up to 1440px:@media only screen and (min-width: 767px) and (max-width: 1440px){ .responsive #top #wrap_all .main_menu { right: -80px !important; } }But I would advice to not do this because when elements are too close to the edge of the screen you may get warnings from page audit tools, as they recommend some space around items. Allowing the default theme placement is probably the best choice, but it’s up to you.
If you want the icons in the top bar to show on mobile try this css:@media only screen and (min-width: 768px) and (max-width: 989px){ .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks { display: block; } } @media only screen and (max-width: 767px) { .responsive #top #header .social_bookmarks { display: block; } } @media only screen and (max-width: 479px){ .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; padding-left: 13%; } }Best regards,
MikeMarch 9, 2024 at 2:37 pm #1436807In reply to: Broken Enfold layout after updating a random plugin
– Of course the slider looks fine on your end, that’s because I don’t leave the error there, but empty the cache and preload it so that the error is not visible to the website visitors, so not to you either… seems logical to me!
– The wp-rocket link in your previous response is about Load CSS Asynchronously. I don’t use this function at all in wp-rocket.
I have now determined that the following files indeed change after updating a plugin:
/wp-content/uploads/dynamic_avia/enfold_child.css?ver=65ec5d4c20db5
/wp-content/uploads/dynamic_avia/avia_posts_css/post-17.css?ver=ver-1709989446After updating a plugin the part after/?… is changing. The support team from wp-rocket think this the causing the issue that breaks my Enfold design in the full width slider sections.
I can’t figure out why I have never had this issues before (on 5 Enfold sites).
I like to know: have file names always been changed after updating a plugin? Or is this something that’s happening since a recent Enfold update?March 9, 2024 at 2:28 pm #1436805In reply to: Performance issues
Hi,
Thank you for your patience, when I check your site on PageSpeed Insights the 15 layout shifts all seem to be due to curtain-reveal-overlay animation on some of your columns. This animation is specifically designed to be delayed and will cause a layout shift. You could choose to not use the animation in the elements or you could follow our documentation to disabled the animation for a specific page or only on mobile.
For example to remove the animation on your homepage on mobile add this css to your WordPress ▸ Customize ▸ Additional CSS, please note that the WordPress Additional CSS has the highest priority:@media only screen and (max-width: 767px) { .home * { opacity: 100!important; /*CSS transitions*/ -o-transition-property: none !important; -moz-transition-property: none !important; -ms-transition-property: none !important; -webkit-transition-property: none !important; transition-property: none !important; /*CSS transforms*/ -o-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; /*CSS animations*/ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important; } }I tested this on my demo site and this changed my layout shift from 15 to 1.
You will want to keep in mind that any lazyloading that your wp-optimize plugin is doing will also affect the layout shift, one way around this is to define a min height for the element so when the element is shown it doesn’t cause a layout shift.
When I looked for the lottie issue in the PageSpeed Insights it seems to be the svg has a height & width of 1080px which is larger than the mobile device, but this size is embedded into the file. So I guess you could create a second smaller lottie file for mobile devices, or ingore this warning.Best regards,
MikeMarch 9, 2024 at 12:36 pm #1436803In reply to: Error occurs when importing Freelancer Demo
This reply has been marked as private.March 9, 2024 at 12:25 pm #1436802In reply to: Carrusel images with title
Hi,
Glad to hear that you have this sorted out, and thanks for sharing your solution, 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,
MikeMarch 9, 2024 at 12:21 pm #1436801In reply to: av-burger-menu-main – Accessibility Audit
Hey ThiloKiefer,
Thank you for your patience, it looks like you are using v5.4.1 and our current version is v5.6.10
The Dev Team made some ARIA adjustment in v5.6.5 which I believe will address this issue please try updating.
Due to the age of your version you may need to manually update. To 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,
MikeMarch 9, 2024 at 10:32 am #1436792In reply to: Enfold Showcase
Hi moveks,
Thanks for using Enfold and for sharing your work, it looks great :-)
Best regards,
RikardMarch 9, 2024 at 10:27 am #1436791In reply to: Social Icons
Hey djsmbd,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) { .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks { display: block; } }Best regards,
RikardMarch 9, 2024 at 1:46 am #1436779In reply to: Enfold Showcase
My first website with Enfold 2016. ;=) https://www.dentex.hr
Latest:Now I only work with Enfold for 4 years and it gets even better,
Thanks guys
March 8, 2024 at 11:30 pm #1436777Topic: Links to Items in the Enfold Table of Contents widget
in forum Enfoldwebdesignphx
ParticipantHi Enfold Friends
I have 2 questions:
1. On some pages, including https://hangardoors.aero/rolling-hangar-door-configurations we use the Enfold Table of Contents widget. This automatically creates the table of content based on the H2 and H3 headings on the page. If you click on items in the table of contents, it scrolls down to the section beautifully.Problem: We would like to share links directly to those sections of the page. If you copy the link for any of the table of contents items (i.e., “1 Group of Leaves” (link: https://hangardoors.aero/rolling-hangar-door-configurations#1-group-of-leaves) , that link only takes you to the top of the page rather than the specific scrolled part of the page.
I manually did a workaround by adding red lines and links to those, but maybe you have a better solution for me? https://hangardoors.aero/rolling-hangar-door-configurations/#floating-configuration works but is a separately created link, not copied from the table of contents.
Also question Nr 2 the red circles in the table of content only appear when I am logged in on that page. on others they are there. wonder what could be wrong there.
Thanks so much for your help.March 8, 2024 at 10:05 pm #1436773Topic: Child Theme Update?
in forum Enfoldhallco
ParticipantHello and I apologize if this question has already been answered, but I just can’t find the answer myself. Basically, I need to know if when I update the main Enfold theme on my site do I have to update the child theme in any way at all? Or will the child theme inherit the update from the parent theme? Any help on this will be appreciated.
Thanks,
Luis
March 8, 2024 at 8:10 pm #1436769In reply to: Headre widget hide mobile
Hey carmen,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { #text-70 { display: none; } }Best regards,
RikardMarch 8, 2024 at 8:03 pm #1436764In reply to: Aktualität Enfold?
Hey Claudia,
Thanks for reaching out to us. We don’t have multi lingual documentation unfortunately, it’s all in English. You can see all the documentation here though: https://kriesi.at/documentation/enfold/, which can be translated using a translation service. You can also communicate with us in German, and we’ll translate your messages.
Best regards,
RikardMarch 8, 2024 at 6:56 pm #1436755In reply to: Updating Enfold
Thanks, I think I figured it out.
I copied the new header.php file from enfold to enfold child and it turns out it was just some pixel code in there that needed added from the old enfold child header.
Right now the site seems OK and the footers are working.
I’m going to give it a few days to make sure all is well and I don’t notice any problems.
Thanks for the help!March 8, 2024 at 5:39 pm #1436751Wauw Mike that’s great, thanks a lot!
I now see what you have done. For other images in topbars on the websites I know what to do now, so thanks a lot.
I really love all your support that makes Enfold our favourite!
Have a nice weekend :-)March 8, 2024 at 5:02 pm #1436749Topic: Aktualität Enfold?
in forum Pre Sale QuestionsClaudia Mari
GuestHi, ich habe einen Webentwickler, der mich unbedingt von Enfold überzeugen wiil. Statt Elementor Pro.
Das einfachere Handling,(auch) resultierend aus weniger Möglichkeiten, kommt mir entgegen.
Was mich stutzig macht: Ich finde so gut wie keine Tutorials, Videos, die jünger sind als 3 Jahre. Auf Deutsch, was ich bevorzuge, sind die Lerninhalte oft noch älter.
Ich möchte damit einen Shop, ca. 200 Vintage-Artikel, betreiben.Jetzt schon merke ich, dass mein Webentwickler an seine Grenzen kommt. Mit Warenkorb- und Kass-Seite hat er Probleme.
Ich habe nun versucht über einschlägige Foren Unterstützung zu bekommen, Nada, niente.
Klären Sie mich doch bitte auf über deutsches Infomaterial und deutschsprachige Communities/Fachleute.Beste Grüße aus Berlin
Claudia Maridev.tischlein-schmueck-dich.de
(Email address hidden if logged out)Was ist der Grund dafür, wie ist
March 8, 2024 at 3:20 pm #1436746In reply to: Change Image on Accordion Tab Click
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,
MikeMarch 8, 2024 at 2:52 pm #1436741In reply to: Reduce hight of mobile header
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,
MikeMarch 8, 2024 at 2:20 pm #1436735Hi,
Thanks for your screenshot of the alert that shows the file avia-js.js causing the alert, this file only has 137 lines as a helper for plugins.
I checked the file with http://www.virustotal.com / http://www.metascan-online.com / http://www.jotti.org each use the Avast engine and they came back with negative results:

as you had pointed out above. Since this is a plugin helper I recommend disabling all of your plugins and check again.
I tried searching the Avast forums for more info but their responses always seem to be to recheck the file with an online teast site. This is surely a false positive but there is nothing the theme can do to make this software stop doing this. Perhaps Avast has a way for you to report errors like this so it will be corrected in there next update, I don’t use Avast so I’m not sure.Best regards,
MikeMarch 8, 2024 at 1:33 pm #1436733Hi,
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,
MikeMarch 8, 2024 at 11:38 am #1436729In reply to: Advanced Layer Slider
Hi Ismael,
I don’t find the Export option. ??
I can find only the Import option.
I am working in Enfold with Layersliderr 7.Thank you!
Best regardsMarch 8, 2024 at 11:32 am #1436727In reply to: Cookiebot Support (Feature Request with Patch)
Hey Jan,
I tried to add a solution with WP filter – that would be a solution to maintain code in one place and also for other plugins to hook.
If you could please test it before we add it to final core.
1.) replace enfold\js\avia-js.js with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_10/js/avia.jshttps://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_10/js/avia-js.js
Check class aviaJSHelpers in this file.
2.) in the files you mentioned instead of your code add:
// allow 3-rd party plugins to hook (see enfold\js\avia-js.js aviaJS.aviaJSHelpers) if( window['wp'] && wp.hooks ) { allow_continue = wp.hooks.applyFilters( 'aviaCookieConsent_allow_continue', allow_continue ); }3) To load WP hook js in enfold\functions.php around line 574:
wp_enqueue_script( 'avia-js', "{$template_url}/js/avia-js{$min_js}.js", array(), $vn, false );replace with:
wp_enqueue_script( 'avia-js', "{$template_url}/js/avia-js{$min_js}.js", array( 'wp-hooks' ), $vn, false );Thank you for checking in advance and your help.
Regards,
GünterMarch 8, 2024 at 10:57 am #1436725In reply to: Can’t load the page
Hi,
Please try the suggestions listed here: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
RikardThis reply has been marked as private.Hi,
No, it has nothing to do with your support validity. Please renew your support period, then open a new thread on the support forum.
Best regards,
RikardMarch 8, 2024 at 10:11 am #1436718In reply to: Fix an image in a position in every page
Hi,
Great, I’m glad to hear that you got it working. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardMarch 8, 2024 at 10:05 am #1436715JoStudioDeRijp
ParticipantHi Enfold support,
I have a strange problem with the topbar.
When I go to the page ‘Thema’s’ and than click on that page on one of them, for example ‘Overlagen’, the 2 images (the english and german flags) in the topbar are not displayed well anymore.
Do you know what we can do about it?
I hope you can help!
I give you the login credentials in the private content.Kind regards, Jolanda
March 8, 2024 at 9:58 am #1436714Hi Ismael,
We have only upgraded the enfold theme version, we haven’t made any changes in the child enfold theme template files. Before upgrading we had taken the backup of our site and also we had compared the files in child theme with previous backups but looks similar.
Regards
Leadliaison -
AuthorSearch Results
-
Search Results
-
Topic: Child Theme Update?
Hello and I apologize if this question has already been answered, but I just can’t find the answer myself. Basically, I need to know if when I update the main Enfold theme on my site do I have to update the child theme in any way at all? Or will the child theme inherit the update from the parent theme? Any help on this will be appreciated.
Thanks,
Luis
Topic: Aktualität Enfold?
Hi, ich habe einen Webentwickler, der mich unbedingt von Enfold überzeugen wiil. Statt Elementor Pro.
Das einfachere Handling,(auch) resultierend aus weniger Möglichkeiten, kommt mir entgegen.
Was mich stutzig macht: Ich finde so gut wie keine Tutorials, Videos, die jünger sind als 3 Jahre. Auf Deutsch, was ich bevorzuge, sind die Lerninhalte oft noch älter.
Ich möchte damit einen Shop, ca. 200 Vintage-Artikel, betreiben.Jetzt schon merke ich, dass mein Webentwickler an seine Grenzen kommt. Mit Warenkorb- und Kass-Seite hat er Probleme.
Ich habe nun versucht über einschlägige Foren Unterstützung zu bekommen, Nada, niente.
Klären Sie mich doch bitte auf über deutsches Infomaterial und deutschsprachige Communities/Fachleute.Beste Grüße aus Berlin
Claudia Maridev.tischlein-schmueck-dich.de
(Email address hidden if logged out)Was ist der Grund dafür, wie ist
Hi Enfold support,
I have a strange problem with the topbar.
When I go to the page ‘Thema’s’ and than click on that page on one of them, for example ‘Overlagen’, the 2 images (the english and german flags) in the topbar are not displayed well anymore.
Do you know what we can do about it?
I hope you can help!
I give you the login credentials in the private content.Kind regards, Jolanda


