Forum Replies Created
-
AuthorPosts
-
Hey Michael F,
Try adding this css to your Quick CSS field:#menu-item-2686 img { padding-top: 19px; }Then clear your cache.
Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 21, 2026 at 11:50 am in reply to: Media CSS for custom header widgets – responsiveness issues #1496218Hey GWS,
#text-20 is a search field, it has the class av-mini-hide so it will not show on small mobile devices.
Try adding this css to show it:@media only screen and (max-width: 479px) { .responsive.av-no-preview #top #wrap_all #text-20 .av-mini-hide { display: block; } }But you should review your css for the widgets as it is too general and places both of them in the same place:
@media screen and (max-width: 1024px) { #header .widget { left: 20%; position: absolute; top: 50px; transform: translate(-20%); z-index: 999; } }Try making two css rules for each widget so they will not overlap
#header #text-19.widget
#header #text-20.widget
On the other hand I don’t see the point of showing the search field on mobile when the search icon is already showing.
Instead of in the header it might be better just above the Latest Articles title.Best regards,
MikeHey Madison,
Your Milestone Content has a lot of strange classes, css styles, spans, & divs
Please view the Milestone Content using the Code tab

This looks excessive for the simple text in the field, I assume that you copied the text from somewhere and the page code was added when you pasted. You may have unclosed tags breaking the milestone layout.
Try building again with only plain text, if you want to copy the text from the frontend of your page, first paste into a plain text editor like notepad, notepad++, or vscode then copy the plain text again and paste into the milestone content field.Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
Thanks Guenni007 for helping. If you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 18, 2026 at 8:11 pm in reply to: The “Horizontal Gallery” and “Accordion” combination is malfunctioning. #1496148Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
I will message Yigit, I don’t have access to it. It may take a few days. Thanks for your patience.Best regards,
MikeMarch 18, 2026 at 7:53 pm in reply to: The “Horizontal Gallery” and “Accordion” combination is malfunctioning. #1496142Hi,
This is a sidebar widget:

You can remove the widget shortcode or use this css to hide it:.single-product .sidebar #block-7 { display: none; }Let us know if this helps, if you have any further questions please open a new thread and we will try to help, we ask that each thread stays on one topic to be easier for everyone.
Best regards,
MikeHi,
We have seen a couple of claims from COPYTRACK on behalf of genious2000de, the author of the image that you linked to. Who is claiming the same images that we own extended licenses for, by the user francesco83 from 2014
Perhaps these are the same person, we are not sure. Kriesi states that his extended license allows end users to use the images in the theme, but not outside the theme. Please see these threads.This seems shady, perhaps your best course of action would be to follow Ismael’s advice and use a royalty-free image or create one with AI which can not have a claim against them. Double check your local laws though, we can not offer legal advice.
https://www.reuters.com/world/us/us-appeals-court-rejects-copyrights-ai-generated-art-lacking-human-creator-2025-03-18/
Hope that this helps.Best regards,
MikeHi,
Perhaps if you want the logo just a little bigger and don’t mind the header to be a little bigger, then this css may help.@media only screen and (min-width: 768px) { #top #menu-item-logo svg, #top #menu-item-logo img { max-height: 150px; } .html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a { height: 150px; line-height: 150px; } }Best regards,
MikeHey famerise,
Your siteground-optimizer plugin is giving this error: Uncaught SyntaxError: Unexpected identifier ‘Array’ try disabling the plugin.
If you have a header.php or footer.php file in your child theme, please remove these.
You can download a Child Theme here.Best regards,
MikeHey jordi,
Our current version is 7.1.4
You can update and we do not expect any issues, but some things to keep in mind, if you have a custom header.php or footer.php in your child theme, you should remove these first, as they have changed. After you update you can review the new version of these files and make copies with your customizations into your child theme. I recommend tring to find a different way to add your customizations without using these files, or you will run into this issue again in the future.
The same is for any custom elements that you have in your child theme. If your child theme only has a style.css & functions.php & screenshot.png then you are fine.
If you have added any custom code to any parent theme files, you should save the code as it will be lost when you update.
You will not be able to automatically update via the theme options, as Theme Forest has changed since your version, after you manually update you will be able to update via the theme options for future updates.
A good practice is to use your web host options to create a stagging site and update it first to ensure your site looks & works the same, and then update your live site. If you are not able to do this, at least ask your web host to create a full backup, including the database for a fallback just in case.
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.
After which you can go to your Theme Forest account and create a new Token for future automatic updates.Best regards,
MikeHey Velair,
You can update and we do not expect any issues, but some things to keep in mind, if you have a custom header.php or footer.php in your child theme, you should remove these first, as they have changed. After you update you can review the new version of these files and make copies with your customizations into your child theme. I recommend tring to find a different way to add your customizations without using these files, or you will run into this issue again in the future.
The same is for any custom elements that you have in your child theme. If your child theme only has a style.css & functions.php & screenshot.png then you are fine.
If you have added any custom code to any parent theme files, you should save the code as it will be lost when you update.
You will not be able to automatically update via the theme options, as Theme Forest has changed since your version, after you manually update you will be able to update via the theme options for future updates.
A good practice is to use your web host options to create a stagging site and update it first to ensure your site looks & works the same, and then update your live site. If you are not able to do this, at least ask your web host to create a full backup, including the database for a fallback just in case.
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.
After which you can go to your Theme Forest account and create a new Token for future automatic updates.Best regards,
MikeHey velair,
You can update and we do not expect any issues, but some things to keep in mind, if you have a custom header.php or footer.php in your child theme, you should remove these first, as they have changed. After you update you can review the new version of these files and make copies with your customizations into your child theme. I recommend tring to find a different way to add your customizations without using these files, or you will run into this issue again in the future.
The same is for any custom elements that you have in your child theme. If your child theme only has a style.css & functions.php & screenshot.png then you are fine.
If you have added any custom code to any parent theme files, you should save the code as it will be lost when you update.
You will not be able to automatically update via the theme options, as Theme Forest has changed since your version, after you manually update you will be able to update via the theme options for future updates.
A good practice is to use your web host options to create a stagging site and update it first to ensure your site looks & works the same, and then update your live site. If you are not able to do this, at least ask your web host to create a full backup, including the database for a fallback just in case.
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.
After which you can go to your Theme Forest account and create a new Token for future automatic updates.Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHey bemodesign,
Try this css:@media only screen and (max-width: 767px) { #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a { font-size: 22px; } .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li,.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li { line-height: 1em; } .responsive #top #wrap_all #av-burger-menu-ul li { font-size: 22px !important; } }Adjust to suit.
As for your anchor link, the ID #book-call is in the second section column with the title “Free 15-Minute…” if you want the first section title “CONTACT BEMO DESIGN” to show, then move the ID to that section.Best regards,
MikeHi,
Glad that you have this sorted out now, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHi,
As I understand your plugins Smash Balloon and Logo Translate, have now updated? So is resolved now?Best regards,
MikeHey waveseven,
Please see these threads:If neither of these work for you, please link to your site.
Best regards,
MikeHi,
Glad that Guenni007 & Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeMarch 16, 2026 at 8:44 pm in reply to: Migrating to new website crashes WordPress due to the Enfold theme (part 2) #1496078Hey Coen Verkuyl,
Envato (Theme Forest) handles all of our licensing and theme downloads though user accounts there.
We are not able to create licenses or access user accounts. I understand your situation, but unfortunately can not help in this case. Perhaps you would be able to roll your web host PHP version back to v7.4 for now, most web hosts have many versions of PHP available to use.Best regards,
MikeHey,
We do not have access to the API keys, as they are created in the Envato system and not shared with us, we do have Purchase Codes if users create a support account for our support forum. I have checked all of the email addresses that you posted, but no user was found. Perhaps the former webmaster did not create an account.
Please try contacting Envato as they handle all of our licensing.Best regards,
Mike-
This reply was modified 1 day, 13 hours ago by
Rikard.
March 16, 2026 at 8:05 pm in reply to: Bug: Template only imports first section – but visually imports everything #1496076 -
This reply was modified 1 day, 13 hours ago by
-
AuthorPosts



