-
Search Results
-
Hello Enfold Team,
I am a long-time user of the Enfold theme.
I have been using Enfold for several years because of its excellent design and overall convenience, and I truly appreciate the quality of your work.However, I have been experiencing a recurring issue when using the Tab Section element while building pages.
When I add layouts or other content elements inside a Tab Section, errors occur frequently. In many cases, after editing the content, the page fails to save properly. This issue happens repeatedly and seriously interrupts the page-building workflow.
In most situations, once I remove the Tab Section from the page, the problem disappears and the page works normally again. Because of this, the Tab Section has become a major obstacle during content creation.
Could you please look into this issue and let me know if there is a fix or an update planned to resolve this problem?
Thank you very much for your continued support and for creating such a great theme.
Topic: Cookie Bar not loading
I have the settings all set for the Cookies on https://procomconsulting.com/ using Enfold.
It was working, and not it is not. I have reinstalled Enfold. I reinstalled WP too.Enable Cookie Consent Messages:
“Enable cookie consent message selected”Default Cookie Behaviour:
I have tried all four options.There are a ton more settings too many for this ticket. I will add the login info below for your review.
ANOTHER WEIRD THING:
I can not DISMISS all the Enfold messages, the X won’t close them. Strange things going on.Can you help please???
Topic: Update template
Good morning,
I’ve taken over a site with the Enfold template version 4.7.2. I’d like to upgrade it by purchasing a new license on Themforest to version 7.1. Should the site remain as it is now, or will I have to recreate it entirely? I know the version gap is significant, so I have these doubts!
See you soon.
NielsHello Enfold Team,
I hope you are doing well.
I recently came across a website called GPL Times, which claims to distribute products under the GNU GPL license, and I noticed that the Enfold theme is listed there.
To ensure that I am using Enfold legally and ethically, I would like to kindly ask you to clarify the following points:
Has Enfold officially granted GPL Times or any other third-party site the right to distribute Enfold under any license?
Am I allowed to use Enfold obtained from GPL Times on my own or my clients’ websites without violating Enfold’s Terms of Service?
Are there any restrictions, license keys, or conditions I need to be aware of when using Enfold obtained from GPL Times?
Thank you very much for your time and clarification.
Kind regards,
Topic: Expired Link
Hi There :-) i tried to upload the enfold zip-Files but in WP it says the link has expired.
In my download folder are 2 versions since i bought the theme for an other HP before. I can see which one is the “newer” one. But i used all zip Files, always getting the expired Link messageLooking for a snippet to show a deafult image in blog views – but NOT Single view (there only images should be shwon, which are uplaoded with the post).
I tried it like this:function enfold_fallback_thumb_url( $size = ‘enfold-blog-thumb’ ) {
// Deine Fallback-ID (anpassen!)
$fallback_id = 4283;
return wp_get_attachment_image_url( $fallback_id, $size );
}// Enfold-kompatibler Filter: Nur Übersicht, kein Single
function enfold_fallback_thumbnail_html( $html, $post_id, $post_thumbnail_id ) {
global $post;// Admin/Single/hat Bild: überspringen
if ( is_admin() || is_singular() || $post_thumbnail_id ) {
return $html;
}// Nur Posts in Übersichten
if ( ! is_home() && ! is_archive() || $post->post_type !== ‘post’ ) {
return $html;
}// Fallback-Bild rendern (Enfold-Size)
$fallback_html = ‘<img src=”‘ . enfold_fallback_thumb_url( ‘enfold-blog-thumb’ ) . ‘”
alt=”‘ . esc_attr( get_the_title( $post_id ) ) . ‘”
class=”attachment-enfold-blog-thumb wp-post-image fallback-thumb” />’;return $fallback_html;
}
// Filter aktivieren
add_filter( ‘post_thumbnail_html’, ‘enfold_fallback_thumbnail_html’, 10, 3 );But it doesn’t work. Any advices? Thakns
TimI have a valid support token for a few more month yet I am getting the following message:
3ccae7d4-e678-4d58-a4cd-6925c154b65b
Last time we checked the token, we were not able to connect to Envato:Purchases could not be accessed
Username could not be accessed (needed for your information only)
E-Mail could not be accessed (needed for your information only)
Following errors occurred:Purchases: Your private token is invalid.
username Your private token is invalid.
email Your private token is invalid.
Purchases: A problem occurred accessing your purchases. Unable to check for updates.




