Avatar of smaids123
smaids123
 asked on

Custom Template for Joomla

Hi There

I am currently building a custom template to be used in Joomla cms.  For the custom template I am using the bootstrap framework.

However I find that once the template has been installed in Joomla cms it is not displaying the way it should do.  If I open the file as a normal html file, it displays the way I expect it.  

Can anyone please advise.  Please see attachments to view the custom template,  please try to install it in your joomla cms and let me know what results you get.
mivisystems3.zip
JoomlaPHPCSS

Avatar of undefined
Last Comment
smaids123

8/22/2022 - Mon
lenamtl

The easiest way to do it, is to use www.joostrap.com

I will try your template later.
smaids123

ASKER
Thanks for the joostrap link, I will definitely be referring to it in the future.

Look forward to your response concerning the template.

Many Thanks
smaids123

ASKER
lenamtl,

Was you able to try the template?
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
lenamtl

I'm still in vacation for the holiday I will be back on January 6.

Happy New Year
smaids123

ASKER
Ok thank you very much

And happy new year to you aswell.
smaids123

ASKER
Hi There

Any thoughts on the template,

Many Thanks
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
lenamtl

Hi,

I did some test and the template is not working on my installation.
Which Joomla version are you using?
smaids123

ASKER
Hi There

I am using Joomla! 3.2.0, the installation works, however my problem is that the css bootstrap styling is not working properly.

Regards
lenamtl

Ok I will retry tonight
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
smaids123

ASKER
Thanks a lot
Peter Hart

without looking in to the detail it sounds like the CSS file is not being picked up.
are the paths to the css file ok
can you use Firebug  or Chrome (right click inspect element) to see if the CSS is being found?
smaids123

ASKER
yes, i have checked the source code and the css file path is fine.
for some reason i cannot get the bootstrap css to work correctly
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Peter Hart

do you have a link to it?
I can't install it on my joomla 2.5 as it fails and I don't have a 3 version up at the moment
Peter Hart

if you compare your index.php with any of the sample index.php's in the other templates.  you haven't set up any of the Joomla variables for the paths or added the style sheets to the Joomla system?
ASKER CERTIFIED SOLUTION
lenamtl

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Peter Hart

here is a great link to show you what you need  to change in your files when creating a Joomla Template using Bootstrap:

http://vinaora.com/2013/02/how-to-build-a-responsive-joomla-template-3-0-with-twitter-bootstrap-framework/

such as code like:

<?php
$doc = JFactory::getDocument();
$doc->addStyleSheet($this->baseurl . '/media/jui/css/bootstrap.min.css');
$doc->addStyleSheet($this->baseurl . '/media/jui/css/bootstrap-responsive.css');
?>

to set up the style sheets
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
smaids123

ASKER
To lenamtl

Thanks for the link, the templates on this site are fantastic.

Thank you.