Premium JFT_Beauty1Premium Free Health/Beauty Template

This 2 Column Right Design is designed and coded to a very high standard and comes with SQL to get the site to look like the demo site as well as the PSD for those who want to have a play with the design or change any of the images etc.

We would highly recommend that you watch the 10 Minute long video which will show you how to setup the template on your site if you are not using the available sql file. (We recommend that you only use the SQL on a new install of Joomla that is running version 1.5.20 and not to use on any site that already has content else you would overwrite it. However we have included all of the custom html as well as images required for you to get the template working on your site.

View in our demo server here and for the main template you can download from here.

Updated with wrapper and many fixes (27/12/2010)

To get all the files and watch the setup Video click here

To download the SQL File for Joomla 1.5.20 Click Here User/pass is admin/1234 (You need to change this before you do anything once you login)

PSD Files: Click Here

All of the html snippits for the custom html: Click Here (without using this or the included SQL you will not be able to setup the template the same as you will not know what Class's or ID's to use on certain Custom html Modules.

Any questions post them below for support.

Trackback(0)
Comments (47)Add Comment
Yordan
hey
written by ...., August 30, 2010
I seem to install it wrong can you help me?
Administrator
...
written by Administrator, August 30, 2010
I have emailed you.
apple
stuck at the logo
written by apple, September 02, 2010
hello I put the info in the logo just as the movie said, but all I get is the text, not the logo smilies/sad.gif, can you help?
apple
nevermind
written by apple, September 02, 2010
My error
Administrator
...
written by Administrator, September 02, 2010
sorry i missed your earlier post, yes i gues you added logo in the wisywig editor.

You must add code in html view.
Ahmed Faisal
No Sound in the video
written by Maldives Guide - Holiday in Maldives, September 13, 2010
Hi, This is very nice and easy to use template. I have been able to test it and set it up on my testing server.
But I cannot hear the sound in the video and I am having trouble in setting it up in my current production website.

Thank You for any help
Administrator
...
written by Administrator, September 13, 2010
if you want to email me with a username and password to your joomla site i will be happy to set this up for you.

do not post that info in here, email it to mail @ joomlafreetemplates.com (you need to remove the gaps, I am just avoiding spam)

There is actually no sound in the video I am sorry.

Thanks,

Rob
Yves
same prob with logo over here
written by Yveski, September 24, 2010
Did what the movie told me to, but I only get the text when i preview the page.

An idea anyone?

Thanks in advance!
Administrator
...
written by Administrator, September 24, 2010
can you give me a link to the site?
Gary Robinson
Question about the top menu
written by giridhari, October 14, 2010
First of all, thank you for making these great free templates! I couldn't wait for this one to be released. I've successfully installed this template and began setting it up, but I'm currently having an issue with the buttons on the top menu... The problem is that they're too big for the green bar so they run over into the mid section. Could you please let me know how I may go about fixing this? Thanks!
Gary Robinson
...
written by giridhari, October 14, 2010
thanks for the quick response, just sent you an email with the URL!
dact13
Black tool bar
written by dact13, November 07, 2010
Any way to edit de tool bar (the black bar whit twitter and youtube links)?
Administrator
...
written by Administrator, November 07, 2010
thats not part of the template my friend, only on the demo
dact13
Black tool bar
written by dact13, November 07, 2010
Thanks for the quick response.
I'm using one of the templates of your site (Classy Green), and have that black bar (like a footer) looks great but I want put my links on it
can be edited?
Administrator
...
written by Administrator, November 07, 2010
Im sorry cant quite make out where you mean, can you email me a screenshot or a link to the site where you have it setup where i can see the black bar, because the classy green template has no black on it? mail @ joomlafreetemplates . com
Cindy
Right Column collapse
written by Cindy, November 16, 2010
Hello,
Great template but the right column is not collapsing. Can you tell me how to get it to collapse? Thanks
Administrator
...
written by Administrator, November 16, 2010
I am not sure what you mean, please explain more or provide a link to the template where the problem is or a screen shot of the problem.

Thanks

Rob
Cindy
Right Column collapse
written by Cindy, November 16, 2010
If you look here
http://hfhfultonoh.org/joom/in...Itemid=54

I would like the photo gallery to be the full width of the page. I don't have any modules on the right but there is still a right column.
Administrator
...
written by Administrator, November 16, 2010
since you have chosen to remove the link back and have not donated for this site there is no support available to you.
Cindy
Right Column collapse
written by Cindy, November 16, 2010
Sorry. The template was sent to me by someone and they had removed the link. I just donated $5.
Administrator
...
written by Administrator, November 16, 2010
thanks for the donation (received)

Ok are you wanting to have right column on other pages or not?
Cindy
Right Column collapse
written by Cindy, November 16, 2010
Yes. I would like to have the ability to have the column on some pages but not all. Need it to be collapsible.
Administrator
...
written by Administrator, November 16, 2010
are you familliar with joomla and php?

This will probably be stripped out as the text box here doesnt allow much code, if it does ill mail it to you.

You would need to do something like this:

countModules('condition')) : ?> do something do something else

so you would set after the link for the style.css file:



then in your css add:

#content60 {float:left;width:60%;overflow:hidden;}
#content80 {float:left;width:80%;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}

Hope this helps you.
Administrator
...
written by Administrator, November 16, 2010
are you familliar with joomla and php?

so you would set after the link for the style.css file:

< ? php
if ( $this -> countModules('left and right') == 0) $contentwidth = "100";
if ( $this->countModules('left or right') == 1) $contentwidth = "80";
if( $this->countModules('left and right') == 1) $contentwidth = "60";
? >

This was broken from last post so have seperated it for you.
Cindy
Right Column collapse
written by Cindy, November 16, 2010
I don't think the php code is coming through correctly because it just shows as a text line in the top of the site
http://hfhfultonoh.org/joom/
Cindy
Right Column collapse
written by Cindy, November 16, 2010
I took unnecessary spaces out and it doesn't show the line of code at the top but right column still won't collapse.
Administrator
...
written by Administrator, November 16, 2010
the php above has gaps in it so I can show you on here.

Are you familiar with php and css? if not you will not be able to achieve this.

You will need to edit the div class of main. in the html you will see div class="main" and in the css you will see .main (in template.css at line 56)
Administrator
...
written by Administrator, November 16, 2010
Additionaly php is parsed before it is shown so you will never be able to see php in the web browser source code as it is parsed before it hits the browser.
Cindy
Right Column collapse
written by Cindy, November 16, 2010
I am fairly familiar with php and good on css
Cindy
Right Column collapse
written by Cindy, November 16, 2010
I think I may have caught an error but not sure it has anything to do with my issue. In the component.php it says
Administrator
...
written by Administrator, November 16, 2010
ok remember to close the gaps:

< ? php if ( $ this->countModules( ' right ' ) ) : ? >
< div id= " main_content " >
< div class= " right " >
< jdoc:include type = " modules " name= " right " style= " xhtml " / > < / div > < / div >

< ? php endif ; ? >

This would hide the named div if it was empty.
Niyi
SQL error
written by Niyi, November 17, 2010
Hi. I cannot install the sql file. Its gives this error:

Error

SQL query:

-- -- Database: `web171-a-joo-196` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_banner` -- CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT '0', `type` varchar(30) NOT NULL DEFAULT 'banner', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT '0', `impmade` int(11) NOT NULL DEFAULT '0', `clicks` int(11) NOT NULL DEFAULT '0', `imageurl` varchar(100) NOT NULL DEFAULT '', `clickurl` varchar(200) NOT NULL DEFAULT '', `date` datetime DEFAULT NULL, `showBanner` tinyint(1) NOT NULL DEFAULT '0', `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL DEFAULT '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL DEFA[...]

MySQL said: Documentation
#1050 - Table 'jos_banner' already exists
Administrator
...
written by Administrator, November 17, 2010
Installing the SQL will overwrite all of the data in the site currently.

If this is ok, then in PhpMyAdmin choose the database for the site you want to setup and browse all tables, select all tables and empty them (or drop them, but do not drop the database else you will need to create a new one and resetup the user and password in confifuration.php)

Once your tables are empty you will be able to install the sql file, remember User/pass is admin/1234 (You need to change this before you do anything once you login)
Niyi
...
written by Niyi, November 22, 2010
Thanks for the tip. I have been able to put the template on the site. I have some slight issues though. I attempted putting phpbb3 on my site using Jfusion's frameless. The component only showed on the left space but the right column is empty therefore leaving a blank space on the right. The component should cover the whole page but it looks clumsy on just left side. I intend installing jomsocial also but I wont want the right module position to be there when it is empty on pages like this. What can I do please. Thanks for your lovely support.
Niyi
Right Column
written by Niyi, November 22, 2010
I read some of the comments above mine and I saw that the issue has been discussed before. However, I found it difficult to follow your explanation. I can do one or two things with php and css but under clear guidance. If you do not mind, you can still explain again mentioning specific files and lines to edit. Thank you sir.
Administrator
...
written by Administrator, November 22, 2010
Hi, I think I would be creating more support work for myself if i keep trying to explain, I think it would be easier if I make the changes to the template and recompile it then upload for you to download again.

Will try to get this done in the next few days.
Niyi
...
written by Niyi, November 22, 2010
That would be great. I'll be happy to submit my site as showcase if neccessary as well as make a donation when the site is finally up. Looking forward to the update!
Cindy
Right Column
written by Cindy, November 22, 2010
That would be awesome because for some reason I could not get it to work at all. Thanks.
Niyi
The Update
written by Niyi, December 04, 2010
Hi. Just want to let you know I am still waiting for the update you mentioned. I have been visiting the site everyday. The template is exactly what I need so I will rather wait for it that look for others. I hope we can get this soon so that my work can continue. All the best Many thanks!
Administrator
...
written by Administrator, December 04, 2010
Niyi please accept my sincere apology, I truly meant to sort this and I forgot, I will try to do this tonight and if not will have it done tomorrow.

I will post here as soon as done.

Thanks, Rob
Cindy
Any updates
written by Cindy, December 28, 2010
Hello, is there any updates on this yet? Would love to get this finished up. Thanks so much.
Administrator
...
written by Administrator, December 28, 2010
my apologies, it is wrong my delays, i am just finishing a job then will do this tonight (will try my best)
Administrator
...
written by Administrator, December 28, 2010
ok this is now fixed. see the demo of the wrapper here:

http://www.thejoomlahost.com/demo25/wrapper-example.html

I have also fixed several other issues, such as not being able to remove the print/pdf/email icons and the problem with the Auther/creation date and date modified.

I need to recompile the files then you can download and then overwrite the files on your server.

Please note if you have installed this template already then simply uzip on your local machine then overwrite the files in the templates/ folder with the new files.

Will post here shortly when I have uploaded the new files.
Administrator
...
written by Administrator, December 28, 2010
Ok tested and 100% fine.

Please re-download the template from:

http://www.joomlafreetemplates.com/item/root/jftbeauty1.html (you must be logged in)

The template is named slightly different as jft_beauty (without the number 1 as previously) which means you can simply upload the template through Joomla and then activate as normal. Just ensure you activate the version without the 1 on the end after uploading.

Any problems let me know.

Thanks for your patience.

Rob
Niyi
Thank You!
written by Niyi, December 28, 2010
Hi Rob,
Thanks for doing getting this through finally. Thank you for the time sacrificed on this too. I will download the new template now.
Siddharth
...
written by Siddharth, January 21, 2011
would like to have a menu similar to http://www.overlandstorage.com/

Write comment
You must be logged in to post a comment. Please register if you do not have an account yet.

busy