This item is by an Elite Author
jonathan01
- Elite Author
- United States
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 5-6 years
- Referred between 100 and 199 users
- Bought between 100 and 499 items
- Author was Featured
- Microlancer Beta Tester
- Exclusive Author
- Author had a File in an Envato Bundle
- Interviewed on the Envato Notes blog
- Item was Featured
730
Purchases
Buyer Rating:
4.44 stars
4.44 average based on 62 ratings.
-
5 Star
3962%
-
4 Star
1422%
-
3 Star
69%
-
2 Star
34%
-
1 Star
00%
| Created | 15 July 12 |
| Last Update | 29 April 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Documentation | Well Documented |
| Layout | Liquid |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- audio
- clean
- color picker
- custom post-types
- fitness
- gym
- health
- lightbox
- post-formats
- responsive
- slider
- sports
- video
- wordpress
© All Rights Reserved jonathan01 -
Contact Envato Support


Hi! Great Theme!
Just wondering how I could change the /trainer/ to something else. I would ideally want it to say doctor or staff or something different. I am sure I would need to edit a .php file but I am unsure which one. If I change every instance of the word ‘trainer’ with something else would that do the trick?
Hi and thank you for your purchase. Please in the future, if you need support, follow your documentation and use the contact form on my profile page. Its’ easier for us to provide support this way in case we have to send screen shots or get any login information.
However, saying that you wouldn’t want to change every instance of the word trainer or you would remove the custom post type completely. Open up functions.php and look for the code below:
function create_trainer() { $trainer_args = array( 'label' => __('Trainers'), 'singular_label' => __('Trainer Item'), 'public' => true, 'show_ui' => true, 'capability_type' => 'post', 'hierarchical' => false, 'rewrite' => array('slug' => __('trainer')) , 'supports' => array('title', 'editor', 'thumbnail') ); register_post_type('trainer',$trainer_args); }The ‘rewrite’ line is the one you would want to change the word (‘trainer’)), to (for example) (‘doctor’)),
Hope that helps,
Thanks
Jonathan
Hi, when i make an article and use a little image just for the homepage as featured image, but don’t want to display the image on the blog page, i use the standard article post type, but then the image appears in the blog page but with no styles. if i take gallery post type it would be ok, but i don’t want to display images everytime above the blog post. hope you know what i mean…just test it out und you will see.
BUT everything else works fine and the template is awesome
Hi – unfortunately it’s hard to visualize your issue I am afraid – please could you use the contact form on my profile page for support as per the directions and supply a link to your site and WordPress login details for the admin to see how you have things setup and so I can see the issue you mention – thank you.
Reading and trying to work out the issue – the theme dynamically creates all the image sizes it needs based on the first large uploaded image – if you set a featured image by default it will appear in both the home page and the blog page – that’s how WordPress works unless you alter the loop on a specific template file to tell it not to display a featured image – if indeed that is what you want to do (ie alter the default process for WordPress and the theme) then you will need to customize the page templates.
Jonathan
Hi Jonathan – quick question for you – does this theme have a shortcode for embedding category posts anywhere you want?
Thanks in advance…
Hi and first thanks for the purchase – no it doesn’t that is best handled by a plugin. The WordPress plugin site should have quite a few that should help you out though for free.
Many thanks
Jonathan
Thanks Jonathan – nice one – will have a look… loving the theme!
Jonathan, the theme is great! I’ve just bought it and i’m absolutely delighted. Nice work!
Quick question: how do I add images to the 2nd row of the home page? I’m using the Home-Loop style, but i’ve not figured out how to use images on the 2nd row, just as in the demo version. I’ve read on the documentation that the 2nd row is all about widgets, but I couldn’t manage it.
Thanks!
Hi and many thanks for the purchase, I’m glad you are enjoying the theme!
Please refer to the widgets section of your documentation which details the names of the widgets and we provide example code for inserting an image or you can use any widget at your disposal / text / html etc etc
Thank you
Jonathan
Thanks!
Hello Johnathan great theme!!! i have read all the help file but i still have two questions
1) what plugin is the one in the footer for “free fitness newsletter” in the demo? 2) what i need to change if i want to modify the color and size of copyright message (i tried changing the style.css but i think the color is overwritten from “Accent color”
Hi and thanks for the purchase – we simply use contact form 7 as per the instructions (page 18) – also the copyright is set with it’s own class of :
.copyright_message { clear: both; color: #7F8084; font-family: 'Muli',sans-serif; font-size: 9px; padding-bottom: 10px; padding-top: 5px; }Hope that helps – many thanks
Jonathan
Hi Johnathan, thanks for the fast reply, but i managed to change the size of it but not the color, i need to change what is after 2012 (©2012 – 222)
ok for newsletter i have seen another issue the footer boxes seems not allineated see http://d.pr/i/ri4Z pls let me know ty
Hi please use the form on my profile page as instructed in your documentation for support.
For the link in the copyright – you would need to use .copyright_message a and .copyright_message a:hover to set the color and use !important after you have set the color in the css.
As for the footer, I’m not sure I’m following – I don’t see the form you said you wanted to insert and I’m not sure what your saying isn’t aligned? It looks like you’ve inserted an hr but I’m not sure where you’ve inserted it.
As I said, please contact me via the form on my profile page to explain further about the footer.
Thanks
Hiya
I have a couple of issues I would love to discuss.
1. In the trainer and class pages, the number of lines of text before the more show differently for one or two of the boxes. The text amounts are the same – but it still shows 6 lines on one and 5 on all the others for example. (On the classes page Athletic Spin shows more text than any of the others and on the trainers a few of them do it.)
2. Is it possible to allocate to trainers for a class?
Thank you
www.athleticsquared.com
Hi – not sure I understand your second question, it doesn’t make much sense “allocate to trainers for a class” – I looked at your site… it seems obvious that you have some with more text than others to me… Some finish before the more tag (hence less text than others) so I am again not sure I follow what you mean, it’s going to appear that way if one class has more text than another etc.
Also please note this is a comment area, not a support forum, support is provided via the contact form on my profile page as outlined in your documentation – many thanks
Jonathan
Jonathan, one more question:
where (on the css file) I can change the buttons color? Because the website I’ve made has a full white background (I’ve picked white on the color picker), so the buttons need to have colors.
Is it possible to do this by editing the code? How?
Thanks!
You would need to open style.css and find these classes: .button a, .button a:hover, .button_reverse a, .button_reverse a:hover and place a color value and background color value here. But then you would need to open header.php and remove the above classes from the call for the accent color.
Hope that helps and thanks for your purchase!
Hi Jonathon,
I just purchased the theme, and for some reason I’m having a issue uploading it. I have installed tons before so I’m no beginner, I have read the instructions but I can not for some reason upload the fitness-wp folder. I unzipped the download file from TF, but the fitness-wp is not a zip file but is showing as a folder.
Again, I’m not sure whats happening here, Please advise.
Hi, could you contact me via the form on my profile page and I would be happy to put you in touch with my programmer who could help set you up.
Thanks for your purchase.
When I upload this theme (fitness-wp folder) to my themes folder it looks like I am missing a lot of the formatting and colors and images.
Hi and thank you for your purchase. Have read the help documentation? This may help answer some of your questions.
Should you need further assistance, please contact me via the form on my profile page so we can provide the support you may need.
Thanks
Hi Jonathan,
Gorgeous template! 2 questions for you:
1. I have a message board at www.proboards.com, is there a simple way to integrate my message board into this template? Whether it be part of the navigation, embedded into the site and/or a wordpress plugin?
2. How far can we customize this template? I use this web app for bookings: http://www.supersaas.com/ They have a bit of code for wordpress users to tunnel into their app via API . I was hoping to create a custom calendar interface on wordpress (with the help of a designer and programmer). I prefer NOT to simply embed this app into the wordpress theme.
Thanks, Dan
Hi Dan, yes, you could easily add your proboards.com to the main navigation as a custom link – this is standard WordPress. As for your supersass.com, I’m not exactly sure I can answer that question as I don’t know how the API works, but absolutely – the theme is yours (once bought) to customize however you’d like to or need to.
I hope that helps.
Many Thanks
Jonathan
Ola, awesome theme. I seem to have lost the formatting in the footer http://www.screencast.com/users/a_maverick/folders/Snagit/media/33494704-b44c-4077-ad6d-12487934e214 I did not touch any CSS or coding. Therefore, I’m not sure what I may have done wrong. thanks!
It appears that you haven’t set up a footer menu. It looks like it’s trying to display every page you have in the footer menu area. Navigate to appearance / menus. Is there a ‘secondary’ menu created? If so, what pages are there? If not, please click the ”+” create a new menu called ‘secondary’ and add the pages to the secondary menu that you wish to display. Make sure you save the menu and then set the secondary menu from the theme locations on the left.
Thanks for your purchase and good luck with the site!
Hi,
This Theme looks excellent. Is there anything in it that springs to mind that would stop it being used as a Cycling Club site? Just need to be able to post news, upcoming events, recent club runs maybe some info on key members (trainers?) and photos and videos (although these don’t necessarily need separate gallery pages as posting in the blog may be sufficient.
Thanks
Hi – no it should pretty much be perfect for that kind of application to be honest.
Jonathan
Great Jonathan, thanks for the very speedy reply. How wide is the colour range for the main colour theme; is it from a limited range or can it be whatever?
Thanks again.
All the red elements can be altered to any color you wish – other colors can easily be changed by altering the style.css or adding new styles / over writing the standard via the custom css box in the admin panel – so basically everything can be altered to whatever color you wish – the banner images are also supplied as photoshop files so you can create your own and change the colors etc – pretty much whatever you wish
Hope that helps!
Jonathan
Perefect Jonathan, thanks for your very efficient help – at the weekend too! I’ll get back to the Club and make sure the basic elements fit with their needs.
Not a problem – if after meeting you have further questions feel free to post here or use the contact form on my profile page and we can always communicate directly via email then.
Jonathan
Hi, I’ve used the fitness theme for a website that I’ve implemented and now I’m having a white screen on a video page. I get this problem only for one specific video. Already tried to re-upload the YouTube video but white screen still appears. Using firebug I found that the video link is not loading in the iframe source. Can you help me out in this matter please? Here’s the link: http://www.gym-union-haguenau.com/category/video
Hi, try moving your height and width specifications to the end of the iframe instead of before the source.
Thanks
Hi Johnathan,
Quickie for you – when I view my site (http://www.salsadx.com/) on an iPhone I loose the menu? Any ideas? Hope you can help – many thanks in advance.
Angus
I’m assuming you mean the menu at the bottom, yes, we hide this with CSS as it wasn’t going to fit right with design (displaying social icons & if someone has a large bottom menu).
If you want to stop this, open style.css up and find this and delete it (around line 3635)#bottom_nav { display: none; }Of course you will then need to add styling in to fit your menu and your social icons along the bottom of the page on a iPhone screen size.
Thanks for your purchase and good luck with the site.
Hi, thanks for your reply. No probs re. bottom menu – it;s the top/primary menu that I’m talking about.
Hmm, when I viewed your link, I could see the dropdown menu (as it should be) for the primary menu. On the iPhone size, the regular menu changes to a select menu. You’re saying you don’t see the drop down menu on your iPhone?
Hi Johnathan,
Re. your question – yup… but is now showing ok? Looks like all sorted – thanks for your time.
Angus
Hi, I have recently purchased a beautiful theme from you called “Fitness Premium WordPress Theme” however; there are major installation issues
First of all it will still prompt: Are you sure you want to do this?
Firstly I thought that their were corrput and unzip issues. Ive tried to install it using the content only(the theme inside) but still I havent any luck installing it as it is not complete
The package could not be installed. PCLZIP _ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
We have looked at the recommended WinAce but have no joy
Can you help please
Yes of coarse I can help. Firstly can you tell me did you unzip your ThemeForest download? That would have left you with a folder called “Fitness-WP-Package”. Open this folder up and you will see several files and folders. Open the HELP FILE folder and open the documentation.pdf. This will give you step by step instructions on what to upload and where to upload this. The ONLY folder you should be uploading to the wp-content/themes is the “fitness-wp” and then in the wp-content/plugins you should only upload the contents of your TF download of “plugins”.
Please contact me via the form on my profile page should you have any other questions.
Thanks
I’m having some issues downloading this. I’m getting one zip file and some script file. The zip file reads 0 bytes, until I press on it, it turns into a cpzg file, that seems to have data. However, it will not open. When I open the Fitness WP package folder, its completely empty.
When I attempt to upload the zip file to wordpress I’m having the same issues the thread above is having. “PCLZIP _ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
Unfortunately, opening the HELP FILE will not work for me, because it keeps saying this download is empty.
Sounds like you have an issue with your download (obviously) which means you will need to contact Envato support, or try using a different browser or turn off any download management software you may be running as Envato state that I believe on your downloads page – sorry but there isn’t much I can do to help as Envato deliver the files – here is a link to the support:
http://support.envato.comHope that helps!
Jonathan
Great Theme, but I’m wondering how I create a red background, just like the sample template. I want the entire background to be header. Where do I do this? And What needs to be done?
Thank you. Al
Hi and thanks for your purchase.
The live preview red is just a color value in the theme options. If you go to Appearance / Theme Options / General you will see an option for ‘Choose Your Accent Color’ – enter this #f0414d and you will have the same accent color as our live preview.
If you have any other questions, please use the form on my profile page as instructed in your documentation.
Thanks
Hello again,
I have a problem about the text not showing on the homepage. I have input the necessary messages and other texts on the Homepage Settings and Contact Information.
Thanks in advance!
Hi and thank you for your purchase.
Could you please contact me via the form on my profile page with a link to your site.
Thanks