Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
Thanks Henning,
I tried that and that option and it does show in the template admin. However when I browse the public pages I get the following error:
Notice: Undefined variable: bottom in C:\Users\ccalderon\Documents\My Web Sites\CFASS\templates\rt_mercado\features\mywidth.php on line 57
Should I ignore that error? it's my development environment so it's set to
error_reporting = E_ALL & ~E_STRICT | E_NOTICE | E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
Not sure ... you could uncomment line 57.
Not sure if this feature works on mercado anyway.
mercado is a bit different from the other gantry-templates ...
Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
Thanks Henning,
I just turned off the error login and it does work. I'm not really intending to use this for that particular template, I like it the way it is. I was just exploring the feature just to have it on my list of "options" should a customer need a wider template...
At this point I'm just looking into which template can be adapted well for a doctor's practice... so many good options... I think I will go with Engima preset 5 with minor changes to the background images for top and bottom.. I love this gantry stuff and the templates...
Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
Hi Christian,
Lots can be used for GP Practices, as I specialise in them
I have two NHS projects that have chosen Momentum. Only trouble is logos as NHS have strict policies.
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
Hi David,
It's funny you mention using Momentum, my customer loves that template . My problem with it for a doctor's site is that I think the background images might be too "distracting"...
She also likes the Crystalline template... :-S
Thanks for your input, greately appreciated
David Goode wrote:
Hi Christian,
Lots can be used for GP Practices, as I specialise in them
I have two NHS projects that have chosen Momentum. Only trouble is logos as NHS have strict policies.
Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
Thank you David, the solution worked really well. One small issue I discovered.
When browsing to the site in iPad 2, the website "overruns" the borders and crops out the expanded columns. Perhaps there's another variable to change so it displays properly?
Navigate your Mobile Safari to :
www.flowcs.com/jupgrade
to observe.
Using Joomla 2.5, Entropy Template.
Re: Template-width-changer for 12-column-layout of gantry
Posted 13 years 1 month ago
there is a little thing missingfor body-min-width in Davids file.
Easy to add it yourself manually to the template.css:
html body {min-width: 1140px;}
should do it. If I remember right I already added that to my 1.5 version.
If I ever find some time again I will have a chat with David to do a new version for 2.5.X