13759 comments found.
4 of my client websites are using the Enfold theme, I purchased 4 themes. Do they all need a different Envato token or can I use the same token?
Hi,
You can use the same token on all four sites. As long as the quantity of licenses acquired equals the number of sites you utilize the license on, there shouldn’t be a problem.
I’d recommend generating a separate token for each site so you can manage the token for each site separately.
Regards, Yigit
Ok, understood. Thank you very much for the extremely prompt response, very much appreciated.
On one client website, I’ve updated the theme, all plugins, PHP and WP. for some reason, the mobile navigation is not working. I don’t have this problem with my 3 other client websites using Enfold. My dev can’t figure it out. What to do?
Hi,
Are you using a child theme on that site? If you are, please try switching to the Enfold parent theme. If that fixes the issue, you can update the modified files on your child theme.
If that doesn’t help, try deactivating all active plugins and check if that fixes the issue.
If that doesn’t help either, please start a thread on our support forum ( https://kriesi.at/support/forum/enfold#new-post ) and attach a link to your website and admin login credentials in the private content field so we can look into it.
Regards, Yigit
Hi. I recently had a new problem with the pagination. Apparently, only on mobile phone (in my experience so far), when I want to go to the second page, the URL is “https://mywebsite.com/?#038;avia-element-paging=2” which doesn’t work. So basically I get ”?#038;” instead of ”?” How can I fix this?
Hi,
Please try deactivating all active plugins and check if that fixes the issue. If it doesn’t, check if you have custom rules in the .htaccess file. If you have, please have a backup of the .htaccess file, delete it, and check if that fixes the issue.
You can see that in your WordPress admin panel > Tools > Site Health > Info > Server > .htaccess rules.
Regards, Yigit
Hello there,
I already asked about how to fix the problem.
I wanted to get the description on the shop to 100 % not only on one half of the page. And remove the red word „Beschreibung“ in the description section. Because it shows up double.
How can I change this?
Hi,
This isn’t possible without customization. You can find the instructions in this post: https://kriesi.at/support/topic/product-description-fullwidth/#post-1199710.
Please test the customization on a staging site first to be on the safe side.
To remove the Description title, please add the following code to the bottom of the Functions.php file of your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ) or as a new snippet using the Code Snippets ( https://wordpress.org/plugins/code-snippets/ ) plugin:
add_filter('woocommerce_product_description_heading', 'remove_wc_product_description_heading');
function remove_wc_product_description_heading() {
return '';
}
Regards, Yigit
Hello Yigit,
I tried what’s written in the description and on the child theme I putted to code.
But there is no such code in line 1181 (config.php).
Looking forward to hearing from you, so we can put the page online.
Thanks and best regards,
Claudia
Hi, i am importing Enfold App Demo site, I understand that some content images have copyright issues and wont be showing, I have imported the demo files, and in backend I can see the page with demo content, when i preview the page it si showing the posts page BUT in settings >reading I have homepasge set to static page >welcome. Never seen this problem before with other themes, any ideas?? thanks Tom
ok, so one-page demo import ‘enfold app’ only seems to work properly if I import a multi page demo first (enfold lawer) and then import the one-page ‘enfold app’ , I tried with 2 different clean empty db’s and only the above solution worked.
still not working right, installed on a localhost with same result, gave up – installed a different theme, disappointed it didnt work out.
Hi Tommy,
The images displayed in demos are included when you import demos.
We’ll investigate the issue.
For now, please manually import the demo ( https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo ).
If you need help with that, please start a thread on our support forum ( https://kriesi.at/support/forum/enfold#new-post ) and attach temporary admin login credentials and FTP logins in the private content field so we can help.
Regards, Yigit
Hello, I have an Enfold license and I want to remove it from one website and transfer it to another website, how can I do it?
Hi,
Please remove the Personal License ( https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ) from the old website’s Enfold theme options > Theme Update and move it to the new one.
Regards, Yigit
I don’t have access to the website. A client I worked for changed the access and is using my Enfold license on a website he created. I need to recover my Enfold license to be able to use it.
Hi,
In that case, please go to https://build.envato.com/my-apps/, delete the token you created for your client under Your personal tokens, and then create a new token on the same page ( https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token ).
I hope this helps!
Regards, Yigit
Hi, It’s possible to show/display in mega menu in sub-menu description short text? And if it is possible, how? Thanks
Hi,
Please start a thread on our support forum at https://kriesi.at/support and give us more details on the changes you’d like to make.
Regards, Yigit
I mean about this scenario:
I want it like this: Mega Menu Column ———————————- Sub Menu 1 One line description Sub Menu 2 One line description Sub Menu 3 One line description
I try this impletation, but not works! https://kriesi.at/support/topic/show-description-along-with-link-on-mega-menu/#post-416868Can you help me how to solve this issue?
The Content Slider at the bottom of the page has extra white space on the right side. How can this be removed? https://www.progressstreet.com/testimonials-for-progress-street-builders/
Hi,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab:
.avia-content-slider-inner div .av_one_fourth {
width: 24%;
}
Regards, Yigit
Hi, I’m in the process of updating my website’s theme to Enfold. I was wondering if installing the license on my main website would allow me to also test it on my website’s staging environment? Thank you
Hi,
You can use the same license on your local, staging, and live sites.
If you have any other questions, please start a thread on our support forum at https://kriesi.at/support.
Regards, Yigit
Hello,
we started using the enfold theme for an online shop. looks pretty nice so far, but I cannot manage to set description in the single product page to full size. can you help me out here?
best,
claudia
Still waiting for an answer!! ;-(
Hi Claudia,
I’m sorry for the delayed response.
This isn’t possible without customization. You can find the instructions in this post: https://kriesi.at/support/topic/product-description-fullwidth/#post-1199710.
Please test the customization on a staging site first to be on the safe side.
Regards, Yigit
Hi I am unable to select the Parent menu on mobile any way to fix this?
Hi,
If you aren’t using Enfold 5.6.10, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version.
If this doesn’t help, try deactivating all active plugins and check if that fixes the issue. If you’re using a child theme, please temporarily switch to the parent theme as well.
Regards, Yigit
Now that Google reCaptcha dramatically decreases the free usage, are you guys planning to implement Cloudflare Turnstile to theme’s forms?
Hi,
This was requested about a year ago at https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/38 but the request was marked as postponed. I noted your request for reconsideration.
Regards, Yigit
Auto-update theme and now a broken website, ‘The parent theme is missing. Please install the “enfold” parent theme.’. Please advise, as I can’t access the relevant TF account to download the parent files.
Hi,
Unfortunately, the only way to download the Enfold parent theme is by accessing the ThemeForest account used when purchasing the theme. Reinstalling the Enfold parent theme should fix the issue.
Regards, Yigit
ALB (Enfold 5.1.2) is NOT working
with any PHP-version newer than 7.4
This is severe since 7.4 is a very old version that is not supported anymore.
Dont try to tell me that i am wrong since i just went through all PHP versions to find out why i wasn`t able to edit my content.
Enfold 5.1.2 was released 1,5 years ago. If you’d like to avoid PHP compatibility issues, you should keep Enfold up-to-date.
Styling does not work. No matter what colors you pick in the styling, nothing changes on the front side.
Hi,
Please make sure to clear any server-side, plugin-based, and browser caches after making styling changes.
If you’re using custom CSS on your site, please make sure that there are no errors in it. You can use a website such as https://jigsaw.w3.org/css-validator/#validate_by_input to check your custom CSS for errors.
Regards, Yigit
Frontpage (Advanced Layout Builder) isn’t working, just keeps spinning, no elements are loading, we are using Enfold v5.6.9, WP6.4.2. Thought you should know this. I tried FireFox/Chrome/Safari browsers. Please fix asap.
Hi,
Please try deactivating all active plugins and check if that helps. You can then activate plugins one by one to find the culprit.
Regards, Yigit
Hi, no luck when I deactivated all active plugins. I carefully activated one plugin at a time, still keeps spinning. What can we do now? Please advise very soon.
Hi,
Are you experiencing this issue only on your front page? If so, do you have a custom code or iframe on that page?
You can go to the Enfold theme options > Layout Builder > Show advanced options, and enable the Debug Mode. Then, when you edit your front page, you should see shortcodes in the debug field right below Advanced Layout Builder. You can locate and remove your custom code from this field and update the page.
Regards, Yigit
Hi Yigit, yes, it appears to be the front page only.
Yes, there is an iframe YT video.
I get an error “Saving didnt work! Please reload the page and try again” when I enable the Debug Mode. I did confirm I am correctly inside Enfold theme options > Layout Builder > Show advanced options, and enable the Debug Mode > Debug Mode (Backend Only) > Enable for Admins only. I tried all three drop-down options and Safari/Firefox/Chrome browsers.
That’s very odd. Is there anything else we can do? I hope so.
I greatly appreciate your help. Please advise.
Hi,
If saving doesn’t work even after removing the iframe from the page, you can try to copy the shortcodes of the front page from the debug field, create a new page with Advanced Layout Builder, paste the shortcodes from your front page in the debug field of the new page, remove the iframe, and publish the page. Then you can set this new page as your front page.
Please try that and let me know how it goes.
Regards, Yigit
Hi Yigit, I have to be honest, something is badly wrong with the Home Page Layout builder.
I manually remove the shortcode and somehow the code re-appears. Can we create a support ticket so you can log in and see it for yourself?
I suspect there is a bug adding media elements as well, ie Fullwidth Easy Slider.
Please advise soon.
Hi,
Sure, please start a thread on our support forum https://kriesi.at/support and attach temporary admin login credentials in the private content field so we can investigate the issue.
Regards, Yigit
Hi, I can’t import demos, I get the following message:
Download of files for demo Restaurant Demo didn’t work! You might want to try reloading the page and then try again.
I can’t save my token to activate my product either.
Saving didnt work! Please reload the page and try again
Hi,
Please check out the troubleshooting steps at https://kriesi.at/documentation/enfold/import-demos/#troubleshoot.
If that doesn’t help, please start a thread on our support forum at https://kriesi.at/support/forum/enfold#new-post and attach temporary admin logins in the private content field so we can look into it.
Regards, Yigit
Hi, can we build a site like this with one of your demos? With a Side menu. Thanks http://www.antlog.gr/
Hi,
I’m sorry for the delayed response.
You can go to Enfold theme options > General Layout > Layout, select a Boxed Layout, and the Left Sidebar option in the Logo And Main Menu field. Then, go to Enfold theme options > General Styling > Quick CSS, and add the following code:
html.html_header_sidebar #wrap_all,
.html_header_sidebar .header_bg {
background: transparent;
}
.html_header_sidebar #top #header_main {
background: #ffffff;
}
The result should be like this: https://i.imgur.com/MdacmAr.png
You can change the body background color/image in Enfold theme options > General Styling > Body Background.
Regards, Yigit
Is there a way to turn off the new post/page/order duplication feature that came with the latest update? We do not want this feature. Thank you.
Hi,
Please add the following code to the Functions.php file of your child theme or as a new snippet in the Code Snippets plugin:
add_filter('avf_ignore_duplicate_post_types', 'enfold_disable_duplicate_link');
function enfold_disable_duplicate_link($args){
$post_types = get_post_types( $args, 'names', 'NOT' );
return $post_types;
}
Regards, Yigit
thank you, this worked perfectly. appreciate it!
Hello, please add the function ‚Disable past dates in the datepicker‘ to your themes so users can’t select them. Thank you very much! BTW Great themes … Keep on with this great work!
Hi,
Do you mean disabling the past dates in the Contact Form element? If so, we’ll consider adding this feature in an upcoming Enfold update.
For now, you can refer to this post https://kriesi.at/support/topic/disabling-past-dates-in-datepicker/#post-728483 and disable past dates in the Contact Form element.
Regards, Yigit
Contact forms are not sent on mobile at the moment. Is this a bug? There is no confirmation message and no emails sent. No error message as well. The forms work fine on desktop.
It is the Enfold form that I am using.
Hi,
Please refer to this post: https://kriesi.at/documentation/enfold/contact-form/#troubleshoot
Please also try deactivating all active plugins and check if that resolves the issue. If you’re using a cache plugin, the mobile cache setting might be causing this issue.
Regards, Yigit
It’s probably WP Super cache, but not all the time. And I don’t understand why it is working on desktop, but not mobile.