Hi:
I thought I was pretty familiar with this, but I installed the new JA Brisk and want the default color to be Green.
But I’m at wits end to change in the new T3 format; when I select Green as the default, then I lose pages such as "About" and "Contact"
What are the simple steps to change the color to default to Green so that all the pages load as Green, too?
Sorry if this has been asked before, but this has been driving me crazy for 3 days!
Thanks
tp
7 answers
Hi,
I have Fixed it for you,
simple Solution:
Go To Administrator -> Extensions -> template Manager -> JA- Brisk Green -> Select TAB Assignment -> select All Menus -> click save
thats it
Thanks, Chaven, but how come several pages don’t show up now in the Green default:
Contact:
http://ashbrookusa.com/New3/index.php/contact
About Us:
http://ashbrookusa.com/New3/index.ph…pages/about-us
Typo:
http://ashbrookusa.com/New3/index.php/typography
It seems like the content that was loaded as part of the quickstart gets lost when choosing Green or another color.
How would I fix that?
Much thanks
tp
Go To Administrator -> Extensions -> template Manager -> JA- Brisk Green -> Layout Tab -> In Position & Responsive Configuration -> Select Default -> click save button at the top near to the heading Template Manager edit style
I have resolved this for you
Thank you, Chavan!
I appreciate your help!
If I could ask one last question: the logo I have on the page now is way to small … I have a logo that is 240×120 … it is in images/Logo named Ashbrook_logo.png … I have tried changing the template css but it doesn’t enlarge the area of the header to show the entire logo.
If you can advise me on that, I would be grateful … and thank you again for all your help!
tp
Go to this File : /ja_brisk/css/themes/green/template.css
Replace this code
HTML Code:
.logo-image a { background-image: url("../../../images/themes/green/logo.png"); background-repeat: no-repeat; width: 80px; height: 50px; }
with
HTML Code:
.logo-image a { background-image: url("../../../images/themes/green/logo.png"); background-repeat: no-repeat; width: 240px; height: 120px; }
Then Clear cache. thats it
Go to this File : /ja_brisk/css/themes/green/template.css
Replace this code
HTML Code:
.logo-image a{background-image:url("/New3/templates/ja_brisk/images/themes/green/logo.png");background-repeat:no-repeat;width:240x;height:120px}
with
HTML Code:
.logo-image a{background-image:url("/New3/templates/ja_brisk/images/themes/green/logo.png");background-repeat:no-repeat;width:240px;height:120px}
you missed a p in width:240px in your css
I can’t thank you enough, Chavan.
You’ve been a lifesaver … it works now thanks to you!
This question is now closed