143 comments found.
Hi,
I get this error on my website in the lower section:
Notice: Trying to get property of non-object in /home/sumccgqh/public_html/wp-content/plugins/fitness-club/fitness-club.php on line 124
Notice: Trying to get property of non-object in /home/sumccgqh/public_html/wp-content/plugins/fitness-club/fitness-club.php on line 140
this is the link: https://lamannaweb2019.netsons.org/
Is there something wrong in the code? Thank you!
Hi,
We can see that you are running the latest version of the theme. Which version of the fitness plugin is currently active – is it also 1.2.8?
If not, please update it and let us know if the issue persists. Once you have updated the theme you should have been prompted to update the plugin as well.
Kind regards,
BoldThemes team
Hi,
thanks for the answer! I just updated the fitness plugin but the issue persists. I can comment // the lines but I don’t know if this can solve the problem.
Thanks for your help.
Hi,
Can you please send us wp-admin credentials to info@bold-themes.com so we can take a closer look at the issue?
Thanks in advance.
Kind regards,
BoldThemes team
Hi,
We have answered to your email.
Kind regards,
BoldThemes team
how can I make the logo bigger?
Hi,
If you go to Appearance > Customize > Header & Footer you will notice the field labeled Logo Height (in px)
Enter a desired number for logo height (for example 60) there.
Also, please note that your support period has expired. Should you need additional help, please extend the support – https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support
Thanks for understanding.
Kind regards,
BoldThemes team
When adding an <iframe> into the text editor the theme add a height and width to that iframe tag. Is there a way to remove those attributes? Thanks Dan
Hi,
Can you please send us the url of the page with the iframe so we can take a closer look?
Thanks in advance.
Kind regards,
BoldThemes team
Thanks for your response. Dan
Hi,
If you take a look at /framework/js/misc.js, line 40 you will find the following code:
$( 'iframe' ).not( '.twitter-tweet' ).not( "[title*='recaptcha']" ).not( ".bt_banner iframe" ).not( ".bt_skip_resize" ).each(function() {
Please change it to
$( 'iframe' ).not( '.twitter-tweet' ).not( "[title*='recaptcha']" ).not( ".bt_banner iframe" ).not( ".bt_skip_resize" ).not( ".rs-skin-widget-frame" ).each(function() {
It should do the trick.
Otherwise, you could resolve this by adding bt_skip_resize class to iframe tag, but since your iframe is dynamically created by JS this is not the option in your case.
Kind regards,
BoldThemes team
thank you, but when the theme updates it will override those settings. Also there is a CSS rule from typography.css on line 96 iframe{height:auto}, which ovverides the height. Is there a way to override height:auto?
Another option not editing the core file is adding the class with jquery – but that doesn’t remove the inline style:
jQuery(document).ready(function($) {
$('.wl-widget iframe').addClass('bt_skip_resize');
}); //end jQuery
Hi,
We will add the class to misc.js in next our theme update so you will be safe in terms of theme updates.
We will also remove height:auto for iframe in our next theme release, so feel free to remove it as well from themes style.css, somewhere around line 415 in the meantime.
Kind regards,
BoldThemes team
thanks.
The only place for the height:auto is in the typography.css file (line 96), I have removed that but it is still showing up in the css code. See screenshot: https://www.dropbox.com/s/lt2wy25oxp4qzng/bold-themes-iframe.png?dl=0 Web page: https://new.dmdesign.co.il/gravity/Hi,
The file typography.css is not being used by the theme – if you take a look at the source code of pages on the site, you will not see it referenced. Please take a look at https://new.dmdesign.co.il/gravity/wp-content/themes/fitness-club/style.crush.css – you will find it on line 415.
Nevertheless, we have released the theme update, so please update it to the last released version and the iframe issue should be resolved. Let us know of the outcome.
Kind regards,
BoldThemes team
What are the options of updating the theme if it was purchased over 1 year ago?
Hi,
The time of purchase is not of the importance, you are entitled to lifetime updates as long as you have access to ThemeForest using the account that you purchased the theme with.
You can manually update the theme by downloading the latest version from ThemeForest and uploading it via ftp to your web server.
Alternatively, you can use Envato Market plugin – https://envato.com/market-plugin/ it enables you to update ThemeForest items from wp-admin dashboard.
Kind regards,
BoldThemes team
Thank you
Gutenberg editor -when editing posts I see only the classic editor or the bold page builder. How can the “block editor” Gutenberg) be enabled?
Hi,
Once you update the theme to the latest version, you should be able to see Settings > Bold Builder panel. If you uncheck posts (deactivate Bold Builder for posts), Gutenberg will be loaded as editor for posts.
Kind regards,
BoldThemes team
I am getting an error, not found: wp-content/themes/fitness-club/customizer/main.css
When looking into the theme’s files there is no such CSS file. What should be done?
Hi,
Can you please tell us which version of the theme and fitness-club plugin are you currently running?
Thanks in advance.
Kind regards,
BoldThemes team
Theme Version: 1.1.6. Fitness plugin 1.05
Hi,
Please update the theme to the latest version – 1.2.6.
Once you update the theme, you will be prompted to update the theme’s plugin as well, so please do so. Also, once you update the theme and theme’s plugin, update the Bold Builder to the latest version as well.
Kind regards,
BoldThemes team
Thanks, what would be the best way to update the theme? It was purchased January 2019
Hi,
The best option is to use Envato market plugin – https://envato.com/market-plugin/ it allows you to update your ThemeForest themes right from the wp-admin dashboard.
Another option is to download the current theme package from Downloads section of your ThemeForest profile and replace the theme files on your server via ftp.
Kind regards,
BoldThemes team
No Raw HTML/JS content Hello, I am using the premium fitness club theme(v 1.16) with bold builder (v 2.5.3) and can’t add raw html/js. Adding it via the text editor returns an error. Is there a raw html module(shortcode) available? Thanks Dan
Hi,
You should be able to add RAW HTML/JS using text editor, just switch to its text tab instead of visual.
Kind regards,
BoldThemes team
Hi,
From the page source it seems that you have added the following code:
<div class="wl-widget" />
and that you are missing the data=”k_skin=75389” attribute in the div tag. Maybe that is the reason for the error.
The fact that the iframe is loaded at all means that the script works on the page. The error that you are getting are widget specific and you should probably contact https://www.wellnessliving.com/ support and consult them what can be the reasons for this.
Kind regards,
BoldThemes team
That is the problem, once the text module is saved, it strips out the: data=”k_skin=75389” Even when using the Raw plugin
The only way to solve this issue was by installing another plugin – ‘shortcoder’ and create a shortcode from from the script and then insert the shortcode into the text editor. But for sure something is wrong with the editor – I don’t know if it’s a WordPress thing, a theme or builder issues.
Hola. Cómo puedo ocultar/quitar el menú solo en 1 página. Mi idea es hacer una landing page. Thanks.
Hi,
Please create an empty menu (create the menu and do not add any items to it). You can do it on Appearance > Menus panel. Name it empty for example.
Then edit the page and scroll down to the bottom of page edit form. You should be able to find the Menu Name property in Settings meta box. Enter the name of your menu (empty) as the value and you will have the page with no menu.
Kind regards,
BoldThemes team
Hello,
I have this error message when importing the demo …
impossible to install it :
JSON.parse: unexpected character at line 1 column 1 of the JSON data Warning: XMLReader::expand(): _ WordPress.2019-04-02.xml:18968: parser error : Couldn’t find end of Start Tag m in __ plugins/bt_wordpress_importer/bt_wordpress_importer.php on line 499 Warning: XMLReader::expand():
Help !
It’s good ! It was due to bad upload template
Hi,
Great that you managed to resolve the issue. Should you need any assistance related to the theme, please submit a ticket at http://boldthemes.ticksy.com/ and our support team will be glad to help you.
Kind regards,
BoldThemes team
Hi,
i suddenly get this error displaying on my website in the top header section:
Notice: Trying to get property of non-object in /home/.sites/582/site3039829/web/wp-content/plugins/fitness-club/fitness-club.php on line 124 Notice: Trying to get property of non-object in /home/.sites/582/site3039829/web/wp-content/plugins/fitness-club/fitness-club.php on line 140
this is the link: https://www.hiporama.at/angebot/fun-kurse/flic-flac/
is this a bug?
Hi,
Can you please tell us which version of the theme are you currently running? We can see that you are using a child theme, we need the version of the main theme.
Kind regards,
BoldThemes team
Hi! How can I embed microdata into this template:Schema.Org or OpenGraph ? Thank you )
Hi,
Thanks for contacting us. You can use third party SEO related plugins for that purpose such as https://wordpress.org/plugins/wordpress-seo/.
Kind regards,
BoldThemes team
How can I turn off the fancy select for select dropdowns in contact form 7 form?
Hi,
Please locate the line (should be around line 55) of /framework/js/misc.js:
$( '.no-touch .btSidebar select, .no-touch select.orderby, .no-touch #btSettingsPanelContent select, .no-touch .wpcf7-form select:not([multiple])' ).fancySelect().on( 'change.fs', function() {
and change it to:
$( '.no-touch .btSidebar select, .no-touch select.orderby, .no-touch #btSettingsPanelContent select' ).fancySelect().on( 'change.fs', function() {
It should do the trick.
Kind regards,
BoldThemes team
Hi there! Can you locate into where can we change the preloader logo? I can’t find it on theme customization. Thanks!
Hi,
If you change the main logo, the logo on preloader will change accordingly.
Kind regards,
BoldThemes team
HI there! I did but it didn’t change 
Hi,
Please check three things:
1. that your theme is updated to the latest version – 1.2.3 2. that the issue is not due to the server side cache (third party caching plugin) 3 that you do not have a logo related Override Global Setting on your page -
here is how the Setting generally work
The settings in the Appearance > Customize panel are global, meaning that they influence every page on the site by default.
On the other hand, you have an option to override these settings on per page basis. If you take a look at the bottom of the page edit form, you will notice Override Global Setting part in Settings Section – here you can override global settings for every page.
Please check that you do not have logo related overrides set on the page(s) with the issue.
Kind regards,
BoldThemes team
Hi
We have an issue with the builder.
We created custom post types because we need something different than blog and portofolio. We added the entries and now we see that the builde rcannot list these posts, only Blog and Protofolio. Is there a workaround for this? Why is the builder not detecting custom posts?
And just as an info: categorisation of blog posts is not good for us. We need the custom slug.
Can you advice please?
Hi,
Thanks for contacting us – unfortunately, adding a new custom post type out of scope of item support – https://themeforest.net/page/item_support_policy since it falls under item customization.
In order to integrate the post with the bold builder, you would need to map your code which lists the posts the way you like. Alternative approach is to create your custom plugin with the shortcode which lists your posts and then to place the shortcode using builder’s text element. This is the easiest solution.
Kind regards,
BoldThemes team
How do you add products on the home page, what’s your shortcode for adding products. Most themes you can easily add other features on a page, we seem to be able to add posts type of post and portfolio, but does not have option for adding product. Kindly advise if you have a shortcode for this please? Thanks in advance.
We do not have our own product shortcode included with this theme, maybe you can try with WooCommerce shortcodes: https://docs.woocommerce.com/document/woocommerce-shortcodes/
Been running this theme for a whole now without any problems, went to the site today to be met with this error, does your theme need updating? Notice: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ in /fit/wp-content/themes/fitness-club/functions.php on line 73
Hi,
We do not have REQUEST_URI in the functions.php – please check your WordPress installation for malicious scripts – it is possible that your server contains malware script which changes your theme’s function.php
We recommend downloading the latest version of the theme and overwriting the theme files with them, but you should try to pinpoint the source, because until you remove the source the files will almost certainly be changed in the future.
Kind regards,
BoldThemes team
Hi,
Is it possible to make ‘Service’ URLs open in new tabs? I can’t find any field which references this.
Thanks in advance
Hi,
No, not out of the box, but you can use the following trick:
1. add Extra Class Name(s) new_tab to desired Service element 2. add the following code to Appearance > Customize > General Settings > Custom JS (Bottom):
jQuery( document ).ready(function() {
jQuery(".new_tab a").attr('target', '_blank');
});
Once you do that, any service element with new_tab class will open the link in new tab.
Kind regards,
BoldThemes team
Excellent, thanks a lot. That works perfectly.
Sorry can I also ask, is there a set limit of the amount of submenus that are shown in the menu? I only seem to be able to see 1 submenu off an item in the main menu.
Hi,
You should be able to see at least two – please see http://fitness-club.bold-themes.com/main-demo/our-classes/ About > Coaches in the main menu as an example. Please make sure that you theme is updated to the latest version – 1.1.8
Kind regards,
BoldThemes team
Please advise on how to remove the responsiveness in the website, meaning to view website on phone as it is on desktop. The theme is purchased by a former designer and i received the files from the client, we do not have a purchase code.
Hi,
Unfortunately, this can not be done without significant customization of the code both within the theme’s CSS and JS.
Kind regards,
BoldThemes team
What are the steps to do that please
Hi,
Unfortunately, providing detailed instructions is way out of scope of item support policy – https://themeforest.net/page/item_support_policy – the theme is based on Bootstrap framework and the responsiveness is at the very core of the JavaScript and css the theme is based on. Removing it, would be, if not impossible, fairly demanding task.
Thanks for understanding.
Kind regards,
BoldThemes team
I am looking to pay for the pro events calendar but can you tell if when I show the week view as per your demo can i display all events from a specific venue and all events from another venue on a separate page? also can i select different background colors for each event? Thanks
Hi, currently this is not possible with our custom Events week view shortcode. Colors can be only changed with custom CSS.
Thanks, I am having an issue with the slider and one of the background images being responsive in moblie phones an the map showing the ring location, Would you be able to help with this?
Hi,
Sure, please submit a ticket at https://boldthemes.ticksy.com/ with wp-admin credentials and the urls of pages with issues and our support team will be glad to assist you.
Kind regards,
BoldThemes team
Theme does not support widgets from Mindbody or Wellness Living (two of the major studio management softwares). Any fix on how to do this?
Hi,
What sort of problems are you experiencing with the widgets – an url with the widgets placed on page would be great to get the idea what went wrong? Thanks in advance.
Kind regards,
BoldThemes team
Hi! I’ve installed the theme on wordpress. I want the template for personal trainer, how can i get that?
Hi, this is part of demo content. You need to import demo content. Please see here: http://documentation.bold-themes.com/fitness/getting-started/#installing-demo-content
Thank you. I get stuck at point 2.6, I have installed everything but dont know hot to continue, even with the instructions. How do i get to see the 7 different home pages and select it?
They are all imported now. If you are looking for personal trainer page just add /personal-trainer/ at the end of your homepage URL. Here you can see URL paths for other pages: http://fitness-club.bold-themes.com/main-demo/
I get an error message
Please send us your site URL.
www.roservives.es