46 comments found.
This is a pre-sale question. I’m seeing that this theme has not been updated since Apr 2025. Is it still maintained? Can I buy this?
Hi,
Thanks for contacting us.
Yes – the theme is still actively maintained, and it’s absolutely safe to purchase. While the public “last updated” date may not always reflect our ongoing work, we continuously keep all themes in our portfolio (78 in total) up to date and compatible with the latest versions of WordPress and PHP.
We regularly review and maintain our products for:
- Compatibility with new WordPress releases
- PHP version support and related updates
- Security and stability improvements
- Ongoing bug fixes and performance adjustments as needed
We’ll continue maintaining this theme going forward, and if you ever run into anything specific, our support team is here to help.
Kind regards,
BoldThemes team
Need Mobile App with Loyalty Program and other Customer Care Services inside WordPress?
Try Direktt – https://direktt.com
Hi! How high Google pagespeed score can get with W3 Total Cache?
Hi,
Thanks for contacting us.
It really depends on the page layout and the optimizations you implement.
With optimized images, preload of images in the first scroll, few lines of custom css to prevent Cumulative Layout Shift, de-enqueueing of unnecessary JS and css and deferred loading of the necessary ones (so they do not block the rendering) you can fairly easily achieve mobile of 65+ and desktop of 95+
Kind regards,
BoldThemes team
Hi ! I have already bought your theme and everything works just fine. I would like to now, how I can import a product page from the theme ? Thank you
Hi,
Thanks for contacting us.
Once you install and enable the WooCommerce plugin and import the demo content the products showcased in that specific demo will be imported as well.
Kind regards,
BoldThemes team
I have already import the content but without WooCommerce because i did not need it at this moment.
Hi,
Once you install and activate the WooCommerce, you will get the same layout for the products as on our demo sites. You can not import the WooCommerce demo content separately out of the box.
One option is to import demo content into another wp instance (or another site in WP multisite setup) and use WP’s export import to import only products.
But, as products are only images, description and price and you are going to add your own anyway, the purpose of going through this is questionable.
Kind regards,
BoldThemes team
I have try to add a product on my own but I can’t custom the header/footer part or the whole layout of the page.
Hi,
If you take a look at the Appearance > Customize > Shop, you will notice the setting: Settings Page
The page you set here serves as a template page for all the individual product pages. This means that its settings will be applied to individual products.
Crate an empty page if this setting is empty and set this field to that page (by default the page set here is Shop Single, so if it is still present in your Pages, you can use that one) and any setting applied to that page via Override Global Settings will be applied to all individual Products.
Kind regards,
BoldThemes team
Does anybody know how to change the text of the “READ MORE” at the end of a blog post?
Thank you for any help in advance!
Hi,
You should be able to find it in the theme’s .pot file and “translate it” using poedit or some translation plugin – https://documentation.bold-themes.com/zele/theme-customization/ (section 3.8 Translation), or you can try doing it using https://wordpress.org/plugins/say-what/ (we haven’t tested this method on our own)
Kind regards,
BoldThemes team
I get this error on my site. All worked well until today. Everything is updated but still this one error message at the top of my site
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the bt-cost-calculator domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/elite-transformers.com/httpdocs/wp-includes/functions.php on line 6114
Hi,
We will release the theme update in next 24 hours. Just to put it into context – the referenced notice is the consequence of https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/ and it seems to be impacting a large number of themes and plugins – https://www.google.com/search?q=wordpress+_load_textdomain_just_in_time+was+called+incorrectly
The update should resolve the issue.
Kind regards,
BoldThemes team
Commentaire à supprimer, je me suis trompé de thème.
There is an error at the maps integration. I added the API key and the location in this format:
Lat: 50.94303733439595 Long: 6.6372854408807385
And this is the custom map style array:
[ { “featureType”: “administrative”, “elementType”: “labels.text.fill”, “stylers”: [ { “color”: ”#444444” } ] }, { “featureType”: “landscape”, “elementType”: “all”, “stylers”: [ { “color”: ”#f2f2f2” } ] }, { “featureType”: “poi”, “elementType”: “all”, “stylers”: [ { “visibility”: “off” } ] }, { “featureType”: “road”, “elementType”: “all”, “stylers”: [ { “saturation”: -100 }, { “lightness”: 45 } ] }, { “featureType”: “road.highway”, “elementType”: “all”, “stylers”: [ { “visibility”: “simplified” } ] }, { “featureType”: “road.highway”, “elementType”: “geometry.fill”, “stylers”: [ { “color”: ”#ffffff” } ] }, { “featureType”: “road.arterial”, “elementType”: “labels.icon”, “stylers”: [ { “visibility”: “off” } ] }, { “featureType”: “transit”, “elementType”: “all”, “stylers”: [ { “visibility”: “off” } ] }, { “featureType”: “water”, “elementType”: “all”, “stylers”: [ { “color”: ”#dde6e8” }, { “visibility”: “on” } ] } ]
Item support is expired. Is there something worng with your map integration?` Best regards
Hi,
Can you please tell us which versions of the following components are you using:
1. Zele theme 2. Zele plugin 3. Bold Page Builder plugin
Thanks in advance.
Kind regards,
BoldThemes team
Hi, here are the details:
Zele Theme: Version 1.2.1 Zele plugin: Version 1.1.7 Bold Builder: Version 5.2.6
Thanks in advance.
Hi,
Please update the Zele plugin to the same version as the theme: 1.2.1 They should be always in sync.
Remember to purge the CSS and JS cache after the update if you are using a caching plugin,
Kind regards,
BoldThemes team
Thank you. Done. Problem is not solved yet.
Hi,
Can you please send us the url of the page with the map and wp-admin credentials using the contact form on our profile page: https://themeforest.net/user/boldthemes (right hand sidebar) and we will take a closer look at the issue.
Kind regards,
BoldThemes team
Hi, I have done all the updates (Theme & Plugins) and I am getting a line error at the top of the page eg Warning: Undefined array key “text” in /public_html/wp-content/themes/zele/php/after_framework/functions.php on line 637
Support has expired so I can not send a ticket. Thank you
The section in php shows this:
function zele_bt_bb_button_class( $class, $atts ) { if ( isset( $atts[‘weight’] ) && $atts[‘weight’] != ’’ ) { $class[] = ‘bt_bb_font_weight’ . ’_’ . $atts[‘weight’]; } if ( $atts[‘text’] == ’’ ) { $class[] = ‘btNoText’; } if ( $atts[‘icon’] != ’’ ) { $class[] = ‘btWithIcon’; } if ( $atts[‘icon’] == ‘arrow_e900’ ) { $class[] = ‘btWithArrow’; } if ( isset( $atts[‘icon_color_scheme’] ) && $atts[‘icon_color_scheme’] != ’’ ) { $class[] = ‘bt_bb_icon_color_scheme’ . ’_’ . bt_bb_get_color_scheme_id( $atts[‘icon_color_scheme’] ); } return $class; }
Hi,
Strangely, it seems that one of the buttons on the page with the issue does not have the text attribute defined in the shortcode.
Can you send us the url of the page so we can take a closer look?
Try editing each button on the page and saving it again – even if the button does not have any text, the attribute should be defined.
Kind regards,
BoldThemes team
Hi, thanks heaps for the reply. Yep, so it was a button that was hidden had no text. Found it and deleted it, thanks again!
Great, glad we were able to help.
Hi
Is there a dark version to import as a demo? Or is it possible to change all colors to have a dark version (black page background)?
Kind regards, Philipp
Hi,
Thanks for contacting us.
There is no dark version to import as a demo, but you can change the background of each of the section using Bold Page Builder and select the light font colors in the theme settings / page elements. It is a little bit more work, but it will do the job.
Example is the section #schedule, 60 minutes classes on https://zele.bold-themes.com/slant/schedules/
Kind regards,
BoldThemes team
Hi Thanks for your answer. I think I can do that. Is it also no problems on pages like these: https://zele.bold-themes.com/rough/. For the transition between the “Hero” slider and the section? Or does that to be white? I am asking because I see you use an image for the transition.
Thanks, Philipp
Hi,
You would have to modify the image in order to achieve transition to the dark background – our support can provide the psd of the original image as a help.
Kind regards,
BoldThemes team
Hey guys,
Is it possible to add a video to the background of the homepage instead of the image? Thanks
Hi,
Thanks for contacting us.
Sure, you can use either video or image as the background of any section on the site.
Kind regards,
BoldThemes team
Hello, do you have a demo version. so i will testing bevor buying. Thanks an nics x-mas
Hi,
Thanks for contacting us.
We do not have a demo version, but we offer the money back guarantee – if it turns out that the theme does not meet your needs for whatever reason, we will refund you within your support period (by default within first six months after the purchase)
Kind regards,
BoldThemes team
I bought your theme twice for 2 clients. Really nice result. But working on another project makes me realize there is 1 thing missing from your theme, therefore on my client’s website : there is no search button / search page to benefit from the search function in Wordpress. Do you plan on implementing that in a future update? It would be nice… Thanks
Hi,
Please note that you have a search widget available which allows you to place the search icon in the header of the web site or search text box in the sidebar.
In addition, if you need more advanced functionality that the default WordPress search you can use any of the third party plugins available.
Kind regards,
BoldThemes team
Thanks for your answer, that was just a small suggestion for future updates, but I agree, it is not essential and quite easy to implement myself.
Just another suggestion for a future update : you could change the sharing Icon for twitter now that it is no longer a blue bird but an X.
I wish you a lot more sales, this theme deserves it and is for me the best choice for a gym, I used it for 2 customers and made a special schedule plugin for it and I’m happy with the result (https://www.clubbelinann.fr/plannings/).
Hi,
Please note that we have added X icon in the latest releases of the theme.
If you do not get the X icon in the icon chooser control when you search for ‘x’ or ‘twitter’, you should update the theme to the latest version – 1.1.6 – https://documentation.bold-themes.com/changelog/zele-changelog.txt
Kind regards,
BoldThemes team
Hi, is it possible to add “results” block as in your other theme https://campo.bold-themes-cdn.com/demo-02/services/results/
Thanks a lot, Jakub
Hi, not at the moment, this is feature of Campo theme.
Hi! Pre-purchase question. Is it possible to set a height for the main top header image?
Hi,
Thanks for contacting us.
Yes, it is possible to set height for the main top header image using either section spacing settings, spacing page elements or custom css.
Kind regards,
BoldThemes team
Pre-purchase question for you, please: Does the homepage support video and/or a photo carousel? I looked in the documentation but could not tell for sure. Thanks for your help!
Hi,
Thanks for contacting us.
The hero slider supports photo carousel. As far as the video is concerned, you can not set video per slider – yo can have a video as a background of the section where the slider is located and then have the slides with content over that video – so single video background is possible.
Kind regards,
BoldThemes team
Hi, I installed the theme but I can’t register it. I deactivated all plugins, checked the license at the address provided on the forum and it’s ok. I can’t open a support ticket because to register it asks me to enter the purchase code, but if I enter it, it gives me an error. How can I do?
Hi,
Thanks for the purchase.
Unfortunatley, it is not quite clear to us where did you try to register the theme? The theme does not need to be registered. Can you please explain on which screen were you getting the purchase code error? What is the url of the screen?
Did you obtain the purchase code following the instructions here: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-
Kind regards,
BoldThemes team
Hi,
There is some kind of confusion here.
If you are looking for support related to the Zele theme, then the support portal url is – https://boldthemes.ticksy.com/ and you should leave a ticket there. The theme documentation is here by the way: https://documentation.bold-themes.com/zele
If you are looking for support related to Be theme, than you need to contact Be theme’s author and we assume that the url is the one you are using.
Kind regards,
BoldThemes team
Unable to install Demo content, tried manual no luck.
Hi,
Thanks for the purchase.
Please submit a ticket at our support site – https://boldthemes.ticksy.com/ and leave the site url and wp-admin credentials.
Our support team will be glad to take a closer look at the issue.
Kind regards,
BoldThemes team
Bravo for the responsiveness of the WP 6.2 bug
Thanks.
Hi,
Admin panel is not working. It still blank after removed below line: Removed the following lines from framework/filters.php (lines 8 and 9)
add_filter( ‘wp_video_shortcode_library’, ‘boldthemes_wp_video_shortcode_library’ ); add_filter( ‘wp_audio_shortcode_library’, ‘boldthemes_wp_audio_shortcode_library’ );
Hi,
In the meantime, the update has been released.
Please update the theme to the latest version – 1.1.3 https://documentation.bold-themes.com/changelog/zele-changelog.txt
Please make sure to update the Zele plugin and Bold Builder plugin as well once you update the theme.
You can update the theme from wp-admin using the Envato Market plugin – https://www.envato.com/lp/market-plugin/ or manually as described in the theme documentation: https://documentation.bold-themes.com/zele/theme-customization/ , section 3.11 Update theme
Kind regards,
BoldThemes team
Same problem. Forgot auto update active and now i have the same issue. Is this fixable soon or should i downgrade? I am in development mode and i can wait today maybe the team fixes fast
Hi,
We will publish an update in next 24 hours.
In the meantime, you can remove the following lines from framework/filters.php (lines 8 and 9)
add_filter( 'wp_video_shortcode_library', 'boldthemes_wp_video_shortcode_library' ); add_filter( 'wp_audio_shortcode_library', 'boldthemes_wp_audio_shortcode_library' );
And it should resolve the issue.
Kind regards,
BoldThemes team