Forum Replies Created
-
AuthorPosts
-
Hi,
I found that you had this jQuery in your Quick CSS field:jQuery(document).ready(function($){ // Close all accordion items on page load $('.av_accordion .accordion_section').removeClass('active'); $('.av_accordion .accordion_content').hide(); });
the CSS field is only for CSS and not jQuery.
Your issue is still occuring, so we will keep checking for more code errors, but I’m not able to reproduce on my test site, so I don’t believe that it is an issue with the theme, perhaps some custom code somewhere.Best regards,
MikeHi,
Thanks for your help Guenni007, If you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeHey Philipp,
Unfortunately this is not possible, the Enfold widget only shows the Mailchimp fields, and tags is not a feature, so to do what you ask you will need to add two different Mailchimp forms to your Mailchimp account, one for each page. I believe this is only available to paid Mailchimp accounts, but we don’t have one to test on, so we can’t verify.
If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHi,
Thank you for sharing your solution, this should help other users. Shall we close this thread?Best regards,
MikeFebruary 8, 2026 at 9:31 pm in reply to: Which countries to geo unblock for Enfold Support? #1494864Hey goldengate415,
Philippines, Sweden, USA, Germany, Austria, LithuaniaBest regards,
MikeFebruary 8, 2026 at 3:59 pm in reply to: Envato Token not recognized & PHP 8.3 compatibility question #1494829Hey zdenkab,
PHP 8.3 is not an issue, you already have the latest theme intsalled, v7.1.3
Note that Envato only allows 20 +/- API checks per 24 hours.
If you have multiple sites in your account, you can hit this API check quickly. If you are using the same license multiple times then the same is true.
Your site says: “unverified Envato token”.
You write above:In the Enfold → Theme Updates section, I receive the following messages:
* “Your private token is invalid”
* Purchases, username and email cannot be accessed
* Enfold cannot check for available updates
* No update check has been performed in the last monthSo this is a sign that your Token is not correct, please review this documentation and read all of the tabs:
create a new Token
We can not login to your Envato account or edit, create tokens, or create a license for you. You can contact Envato for more help.Best regards,
MikeFebruary 8, 2026 at 3:40 pm in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494828Hi,
Very good, once you renew your support contract please login to the support forum and open a new thread and we will try to help.
Please do not use the contact form for support questions.
Try going to your Theme Forest account and renew your supportBest regards,
MikeFebruary 7, 2026 at 12:45 pm in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494807Hi,
Unfortunately we are still getting a 403 Forbidden error. Please check.
Please note that you are also using the Pre Sale contact form that is not appropriate for support requests.
Please login to the support forum and open a new thread and we will try to help. 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.Thanks for using Enfold.
Best regards,
MikeFebruary 7, 2026 at 12:25 pm in reply to: Change height/padding/margin of colums in footer on small screens #1494806Hi,
Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeFebruary 6, 2026 at 10:25 pm in reply to: Enfold Photography portfolio DEMO content not uploading #1494803Hi,
Glad that you have this sorted out, if you have further questions please login to the support forum 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 annameis,
I assume that your issue is that some images are not showing until you clear your cache, is this your browser cache, WordPress cache, cache plugin, theme cache, or server cache?
Are the images background images in your color sections? These are shown via CSS in the post_css function, depending on your cache time limits, this is typically not an issue with the theme, but you could try this function in your child theme functions.php file to disable:function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );Then clear all of the above caches and check again.
Best regards,
MikeHi,
Glad that this helped, try this css:#top.single-product .sidebar { padding-top: 0; }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,
MikeHi,
The code running in the WPCode plugin is running too late, please add it to the child theme functions.php file, it should work correctly then. Since the code is meant to run at “init” = “(add_action(‘init’,’ava534345953_init’, 50);”
which is before the theme and plugins, it now running in a plugin after the theme will not work. I see no other solution.
This solution works on my localhost, your site or login is limited and I can not test there, so you will need to test.Best regards,
MikeHi,
Glad that we could help, thanks also for helping Guenni007, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeFebruary 1, 2026 at 11:37 am in reply to: Clarification on Enfold Theme License via GPL Times #1494558Hey MOHAMED ELAMINE MEFTAH,
The only place that the theme can legally purchased is here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Most pirate sites add backdoors and other malicious code, I would not trust them.
When you purchase a legal license you will have lifetime updates and 6 months of forum support, I recommend upgrading to a full year for just a little more.

Best regards,
MikeHey timmainz,
Sometimes this is caused by the PHP ZipArchive Extension not enabled on the server, or your PHP settings are too low, try:
max_execution_time 180
memory_limit 512M or your highest available
post_max_size 32M
upload_max_filesize 64M
also ensure that you are uploading the installable WP version from your Theme Forest account, and not the full version with the documentation. There are two different downloads from your Theme Forest account.Best regards,
MikeHi,
Perhaps I’m reading the request wrong, but I think that @Martin is looking for all of the arrows to be the same color, only different than the text. But if he wants each arrow to be a different color, then your solution works great.
Thanks for helping @Guenni007Best regards,
MikeHey MarcusEls,
It depends on which element you are using, there are a few different solutions, a link to your page and a admin login would help. Or review this thread: https://kriesi.at/support/topic/how-to-adjust-the-excerpt-length-in-enfold/#post-1415474Best regards,
MikeJanuary 31, 2026 at 9:45 pm in reply to: Making enlarged images open at full size in lightbox instead of 1030px #1494550Hi,
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,
MikeHi,
The code that you have posted above is your Purchase Code, not your Envato Personal Token, they are two different things.
So you have entered the wrong info in the theme field that says: Enter a valid Envato private token.
Please review this page in our documentation and open each toggle to read all of the info. You need to create the Token in your Envato account and Set the required Token Permissions, as per the documentation.Best regards,
MikeJanuary 31, 2026 at 4:24 pm in reply to: Need columns with different width oder table without frame (in text block) #1494545Hi,
It looks like your “Über mich” page is a Draft, you need to Publish it and view the live page, when you view the Preview page WordPress doesn’t load all of the theme files. Give this try.Best regards,
MikeHi,
I had to do some testing on my site because the Theme File Editor is disabled on your site, I also note that the Plugin option is also disabled on your site. Nonetheless the code snippet will work without error if you add it to the child theme functions.php, you are currently adding it you your WPcode plugin that loads it after the theme, thus the error.

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,
MikeHi,
Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
Mike -
AuthorPosts





