Different layouts in quick start and regular template

October 08 Joomla Templates
GK User
Tue Feb 21, 2012 3:23 pm
I'm running a site on the world news II which is installed out of a quick install two months ago and running on 1.7.3 Yesterday I downloaded another quickinstall which seems to be running on 1.7.4 and today I changed that site to a download of worlds new II and the main menu does not look the same.

In the first version the letters are capitalized and tight together and on todays installment they are regular letter in a boring arial font. Why is that cause to my knowledge I've changed nothing regarding this.
User avatar
Junior Boarder

GK User
Tue Feb 21, 2012 8:32 pm
Hi

You need to configure fonts types and classes on template parameters.
You can do it by loading json configuration file:

screen.png


Or you can added manually:

screen2.png


Body - selectors:
Code: Select all
body,
#gkPage .box.small > div > h3.header,
#gkPage .box_text.small > div > h3.header,
#gkPage .box_menu.small > div > h3.header,
#gkBottomWrap .box > div > h3.header,
#gkPage .box.advert h3.advert


Headers - selectors:

Code: Select all
#gkMainMenu > div > ul > li > a,
#gkPage .box > div > h3.header,
#gkPage .box_menu > div > h3.header,
#gkPage .box_text > div > h3.header,
ul.gkTabs li,
h1, h2, h3, h4, h5,
#gkMainMenu > div > ul div.childcontent .group-title,
.button,
button,
button.button,
input[type=submit],
input[type=button],
.pagenav-next a,
.pagenav-prev a,
table th,
legend,
.tip-title,
div.pagination ul li a,
div.pagination ul li span,
div.k2Pagination ul li a,
div.k2Pagination ul li span,
div.header .nspLinks ul li h4,
#article-index ul li a,
#jsMenu .jsMenuBar > ul > li > a,
#community-wrap div.profile-info .contentheading,
#community-wrap div.greybox div.joinbutton,
body #community-wrap div.profile-toolbox-bl ul.small-button li,
ul.profile-details li.title,
div.ctitle,
#community-wrap .latest-events .jsEvDate,
#community-wrap .cModule.latest-events .jsDetail b a,
body #community-wrap ul#featurelist li,
#community-wrap h1,
#community-wrap h2,
#community-wrap h3,
#community-wrap h4,
#community-wrap .cModule h3 span,
#cWindow #cWindowAction input.button,
#community-wrap .clabel,
#community-wrap .cTabsBar ul li a,
#community-wrap .album-name,
#cWindowContentTop #cwin_logo,
#community-wrap .label,
#community-wrap .video-title,
#community-wrap .joms-newsfeed-more,
#cWindowAction .button,
#community-wrap #cFeatured.forPeople .cFeatured-Name a,
div.mobileSwitch > a


Cheers ;)
User avatar
Platinum Boarder

GK User
Wed Feb 22, 2012 10:27 am
Thanks for the input but the thing is I just installed the templates/website and haven't changed anything so you would think that the one and same template would look just the same in both quick installation mode or template installment mode so to speak B)
User avatar
Junior Boarder

GK User
Wed Feb 22, 2012 1:55 pm
Not exactly ;)
If you install the quickstart version it will bring the configurations prepared for the demo.
If you install the template on any existing joomla! installation, the configuration is not set like the demo shows. This is valid for template layout dimensions, type fonts and so on...
User avatar
Platinum Boarder


cron