-
AuthorSearch Results
-
November 25, 2025 at 9:27 am #1491783
In reply to: Enfold Theme Update
Hey Ana Birliga,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardNovember 25, 2025 at 8:42 am #1491780Topic: Enfold Theme Update
in forum Pre Sale QuestionsAna Birliga
GuestHello,
We want to update the Enfold theme from version 6.0.2 to version 7.1.3, and we would like to know the best way to proceed. There is a message that Automatic updates are not available for this theme.
November 25, 2025 at 4:47 am #1491770In reply to: Restricted product displaying in search results
PS : If these products are assigned to a category that has the members-only function, then the code will of course also work with category exclusion.
just see the comments on the snippets with product_tag versus product_catfor ajax search it might be neccessary to have:
// ENFOLD AJAX-SEARCH: exclude members-only slug add_filter('avf_ajax_search_query', 'exclude_member_products_from_enfold_ajax', 10, 1); function exclude_member_products_from_enfold_ajax($search_parameters) { // Only for users who are not logged in if (!is_user_logged_in()) { // Parse parameters parse_str($search_parameters, $params); // Add Tax Query $params['tax_query'] = array( array( 'taxonomy' => 'product_tag', // or 'product_cat' 'field' => 'slug', 'terms' => array('members-only', 'premium'), 'operator' => 'NOT IN' ) ); // Convert back to string $search_parameters = http_build_query($params); } return $search_parameters; }Unfortunately, I can’t test it myself, as I’m not currently managing any shop websites.
November 24, 2025 at 9:00 pm #1491766In reply to: Contact Form not sending emails
Seems like a pretty big item, since most websites need a working contact form. Am I the only one that has issues with the submissions? I have around 20 Enfold theme websites and its the main thing that stops me from using the theme more. I really don’t want to do Divi for all my future sites and trying to find solutions here. At least if I could capture the submission, we wouldn’t miss anything if the emails didn’t sent. Or I guess I have to use Contact Form or Elfsight ever time? Thanks
November 24, 2025 at 6:29 pm #1491765Topic: New Demos and new Enfold Versions in the future
in forum Pre Sale QuestionsAlex K.
GuestHi,
are there coming new demos? the existing demos are so old and nothing new came out for years. so i have to ask is the theme still in progress/development for new upcoming versions like 8.0 etc. ? or will you stop to develop the theme in the future? i bought 96 licenses and it would be great if the advanced layoutbuilder would be as flexible as the elementor or others. i would highly appreciate it if we have the great enfold theme still in 3, 5 or more years.thank you for feedback.
AlexNovember 24, 2025 at 4:40 pm #1491762In reply to: Remove space from top of mobile view
Hi,
Great, I’m glad to hear that you found a solution. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardNovember 24, 2025 at 12:44 pm #1491752In reply to: A better way to contribute translations
Hi Yigit,
thank you very much for your response!
I would still like to explain why I think using a translation platform like Crowdin could be beneficial for Enfold in the long run, even if there are currently only a few active contributors for translations.
From my experience, the main reason why there are so few contributors is the barrier to entry:
Creating an account in your support forum or learning how to contribute via GitHub is something that most users simply won’t do. Especially if they only want to fix a few strings.Platforms like Crowdin lower this barrier:
– users can log in with Google or easily create an account with email address + password
– no technical knowledge is required (like git)
– contributing a single small fix becomes extremely quick
– many people contribute occasionally without ever becoming regular / active translatorsI work for Aternos and we use Crowdin for all translations (see https://crowdin.com/project/aternos). Although we don’t have many dedicated translators, we receive regular contributions from many users who translate only a few strings. These small improvements add up and have helped us provide our website in 20+ languages.
A major benefit of Crowdin is also the built-in quality control: Translations can be upvoted or reviewed/approved before they are included. This keeps the quality high without adding a lot of manual work.
I believe Enfold could benefit from the same advantages, and it would make it much easier for the community to help you maintain high-quality translations.
I would still kindly ask you to reconsider using a translation platform, because I think it could significantly improve both the quality and the amount of translation contributions in the future.
Best,
Paul-
This reply was modified 1 month, 2 weeks ago by
pvogel.
November 24, 2025 at 12:43 pm #1491751In reply to: woocommerce product pages not opening from shop
Hi,
Thanks for letting us know. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardNovember 24, 2025 at 12:42 pm #1491750In reply to: FIXED product thumbnails uncropped?
Hey Munford,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardNovember 24, 2025 at 11:40 am #1491744In reply to: Wrong language in ‘Product Meta Info’
Hi Daniel,
I translated the “Category” and “Categories” strings in Enfold using the Loco Translate plugin, but I cannot reproduce the issue on my end.
Could you please send us a link to your site and temporary admin login credentials so we can investigate the issue?
Best regards,
YigitNovember 24, 2025 at 11:26 am #1491741In reply to: A better way to contribute translations
Hey,
Thank you for your feedback and for your contribution. We will review and merge it soon.
Everyone has to find the translations first, download them, upload them to their website, etc. Wouldn’t it be easier to just provide good translations as standard that ship with the theme…?
When translations are contributed through our support forum or GitHub, we merge them and make them available in the upcoming version.
Since there are only handful of active translation contributors (Italian, Dutch, French, Croatian), we prefer not to use translation tools and send the language files to the contributors in advance. Most updated translations make to the current version.
Please let us know if you’d like to receive the language files in advance and we’ll send them to you as well.
Best regards,
YigitNovember 24, 2025 at 10:44 am #1491736In reply to: JQuery Errors
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardNovember 24, 2025 at 10:43 am #1491735In reply to: logo on mobile
Hey Gianluca,
Please try the following in Quick CSS under Enfold->General Styling:
.page .logo { display: none; }Best regards,
RikardNovember 24, 2025 at 9:44 am #1491729In reply to: Does Enfold work with Elementor Plugin
Very unfortunate as the Enfold Layout Builder is *so* out of date.
November 24, 2025 at 9:36 am #1491728In reply to: enfold update locked
Hey Winkin,
Did you follow this? https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardNovember 24, 2025 at 9:24 am #1491727Topic: enfold update locked
in forum Pre Sale QuestionsWinkin
Guesthi
We use en15tyifje8am96k9cbu5flh02o862ya key, from the company luxapps.
The enfold theme is up to date No Updates available. You are running the latest version! (4.5.1)
is it normal ?
impossible to update php version !November 24, 2025 at 8:54 am #1491726In reply to: Different font colour for logged in and out users
Hi,
Thanks for the update. Do you have any caching plugins active? If so, then please try to flush all caches or temporarily deactivate them. Also try to toggle the file compression options under Enfold->Performance. If you should need further help, then please include admin WordPress login details in private.
Best regards,
RikardNovember 24, 2025 at 7:07 am #1491714In reply to: Cannot make Changes to a Page
This reply has been marked as private.November 23, 2025 at 9:08 pm #1491696In reply to: Contact Form not sending emails
Is there any plugins that collect the Enfold submission forms?
November 23, 2025 at 3:35 pm #1491692In reply to: Enfold Header Font Size and Position
Hi,
The size for the h3 tag is added under Enfold->Advanced Styling. You can remove that instance if you don’t need it.
Best regards,
RikardNovember 23, 2025 at 3:27 pm #1491690In reply to: Contact Form not sending emails
Hi,
Ok, may not be able to use Enfold for forms anymore. Just more work that I wish was easier.
Why are you not able to use Enfold for forms? Did you check the suggestions in the link I posted, and did any of the steps fail?
And if we get the forms to work, is there anyway to view and collect all the Submissions, so we can look back on them and in case we miss any?
There’s no functionality like that in the theme unfortunately, you would have to use a dedicated form plugin which might offer that.
Best regards,
RikardNovember 23, 2025 at 3:21 pm #1491688In reply to: icon in top bar
Hey Gianluca,
Please try to enable debug mode under Enfold->Layout Builder->Show advanced options, then drag the icon of your choice to a new layout. After that you will see the shortcode for the icon below the regular layout window, which you can then copy/paste to your phone number.
Best regards,
RikardNovember 22, 2025 at 9:55 pm #1491683In reply to: Contact Form not sending emails
Ok, may not be able to use Enfold for forms anymore. Just more work that I wish was easier.
And if we get the forms to work, is there anyway to view and collect all the Submissions, so we can look back on them and in case we miss any?
Any suggestions for this?
Thanks
November 22, 2025 at 11:32 am #1491677In reply to: Contact Form not sending emails
Hey bemodesign,
Please try these suggestions: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
RikardNovember 22, 2025 at 11:00 am #1491674In reply to: Editing page not possible
Hi,
You are still running an old version of the theme. Please update to the latest version (7.1.3) of the theme first of all: https://kriesi.at/documentation/enfold/theme-update/.
If you haven’t registered your license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardNovember 22, 2025 at 8:49 am #1491670In reply to: Favicon not showing up on the tab
Thanks @Ismael,
curiously, Enfold tells me “you are not allowed to upload this type file” in the library (.ico) …what can I do?November 22, 2025 at 1:17 am #1491668In reply to: Cannot make Changes to a Page
This reply has been marked as private.November 22, 2025 at 12:40 am #1491667In reply to: How to customize the author page?
now my final solution is – to upload 3 files to the child-theme includes folder:
/wp-content/themes/enfold-child/
└── includes/
└── loop-author.php ← PHP Loop (loads the css once)
└── loop-about-author.php
└── loop-author.css ← all Styles (Grid + List)loop-author.php: https://pastebin.com/yaXj5Zfw
loop-about.php: https://pastebin.com/QQ84LGaw
loop-author.css: https://pastebin.com/zTJMtth9to style the author page now are two entries for child-theme functions.php
// 1. Configure layout and settings add_filter( 'avf_author_loop_args', function( $atts, $context ) { if( $context == 'author' ) { $atts['type'] = 'list'; // 'grid' or 'list' Layout $atts['columns'] = 4; // columns count $atts['image_size'] = 'gallery'; // image-size $atts['contents'] = 'excerpt_read_more'; // Content-Type $atts['items'] = -1; // Posts per page $atts['paginate'] = 'no'; // Pagination on/off (yes or no) $atts['show_modified_date'] = 'yes'; // 'yes' = shows "Updated: XX" $atts['orderby'] = 'date'; // orderby : 'date', 'modified', 'title', 'rand', 'comment_count' $atts['order'] = 'DESC'; // order: 'DESC' (newest or Z-A) or 'ASC' (oldest or A-Z) $atts['fallback_image'] = get_stylesheet_directory_uri() . '/includes/fallback.jpg'; // an url or 'placeholder' $atts['post_types'] = array('post', 'portfolio'); // count posts or portfolios or both } return $atts; }, 10, 2); // 2. IMPORTANT: Customise query for pagination, sorting and post types add_action( 'pre_get_posts', function( $query ) { if( ! is_admin() && $query->is_main_query() && is_author() ) { // Get the filtered arguments from above $default_args = array( 'items' => get_option('posts_per_page', 12), 'orderby' => 'date', 'order' => 'DESC', 'post_types' => array('post') ); $atts = apply_filters( 'avf_author_loop_args', $default_args, 'author' ); // Set Query-Parameters $query->set( 'posts_per_page', $atts['items'] ); $query->set( 'orderby', $atts['orderby'] ); $query->set( 'order', $atts['order'] ); // Set post types - IMPORTANT: even if there is only one type if( ! empty( $atts['post_types'] ) && is_array( $atts['post_types'] ) ) { // WordPress requires 'any' or an array with multiple types if( count( $atts['post_types'] ) == 1 ) { $query->set( 'post_type', $atts['post_types'][0] ); } else { $query->set( 'post_type', $atts['post_types'] ); } } } }, 999 );see result page : https://basis.webers-testseite.de/author/guenni007/
Unfortunately, no translation for But we are proud to say that %s contributed %s entries already. has been added to the (at least German) lang files yet. That is why it is in English on my example page.i tested all 3 blog styles – it works on all of them.
November 21, 2025 at 10:01 pm #1491663In reply to: Updating from old version of Enfold
Hey Tony T,
Thanks for your question, since you state that the site was built by a developer long ago, I assume that it was built using their Envato (Theme Forest) account and not your friend’s, unfortunately this occurs. So you will need to purchase a license though a new account with your friend’s email address so they have future updates. Then you can 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.
This will not interfere with your child theme modifications.
Please note that while we don’t expect any errors, the best course of action for such an old version is to create a stagging site, most webhost have this option, then update it first to see if you have errors. If it works fine then create a full backup, with your webhost options, and try the update on your live site.
Please also note that Enfold 3.0.4 is not PHP v8+ ready, so you will need to switch back to the v7 version before updating the theme.Best regards,
MikeNovember 21, 2025 at 9:37 pm #1491662In reply to: Upper Menu size
Hi,
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 -
This reply was modified 1 month, 2 weeks ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Enfold Theme Update
Hello,
We want to update the Enfold theme from version 6.0.2 to version 7.1.3, and we would like to know the best way to proceed. There is a message that Automatic updates are not available for this theme.
Hi,
are there coming new demos? the existing demos are so old and nothing new came out for years. so i have to ask is the theme still in progress/development for new upcoming versions like 8.0 etc. ? or will you stop to develop the theme in the future? i bought 96 licenses and it would be great if the advanced layoutbuilder would be as flexible as the elementor or others. i would highly appreciate it if we have the great enfold theme still in 3, 5 or more years.thank you for feedback.
AlexTopic: enfold update locked
hi
We use en15tyifje8am96k9cbu5flh02o862ya key, from the company luxapps.
The enfold theme is up to date No Updates available. You are running the latest version! (4.5.1)
is it normal ?
impossible to update php version !
