Editing the template

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Wed Jan 23, 2013 11:21 am
Hi guys,

How do I edit the html? I seem to have problems finding either the appropriate index file or the correct file in the template manager.

What I want to achieve is to get rid of the table with font size options, which appears everytime I create a new menu item.

Thanks for your help
User avatar
Fresh Boarder

Konrad M
Wed Jan 23, 2013 11:34 am
Hi,
you can disable it in template settings. Please go there and in 'Features' section set 'Font-size switcher' option as 'Always disabled'.
User avatar

GK User
Wed Jan 23, 2013 11:46 am
Thanks!
However the table is still there...attaching a prntscrn to explain.

Also - possible to add polish fonts?

Thanks!
User avatar
Fresh Boarder

Konrad M
Wed Jan 23, 2013 11:59 am
To remove table please add to override.css
Code: Select all
#gkBreadcrumb {
display:none;
}

Remember to enable override.css option in template settings.
About second one please read articles about configuring special fonts in each type of font you are using in your template https://www.gavick.com/documentation/?s=fonts
User avatar

GK User
Wed Jan 23, 2013 12:51 pm
OK I'm sure I'm doing something wrong, but I have enabled the css override in the advanced options (all others there are disabled)
I've pasted the code in, which you've provided but it doesn't want to go away.
That's the html path I got from firebug:

<div id="gkMainbodyWrap">
<div id="gkComponent">
<div class="blog-featured">

Is there a particular place I should paste it in the override.css? - I am quite green ;)
Thanks for your help.
User avatar
Fresh Boarder

Konrad M
Wed Jan 23, 2013 1:26 pm
Please give me url to your site, and check if you didn't add this code beetween /* */ comments tag .
User avatar

GK User
Wed Jan 23, 2013 1:29 pm
it's http://rotiroti.pl/ however the site is offline.

Can you work with that?
User avatar
Fresh Boarder

Konrad M
Wed Jan 23, 2013 1:31 pm
Not much. Please send me Private Message with access.
User avatar

GK User
Wed Jan 23, 2013 2:17 pm
lol dopiero sie zorientowalem ze Panstwo jestescie z Polski:)
swietna strona!
pozdrawiam!
User avatar
Fresh Boarder

GK User
Wed Jan 23, 2013 3:13 pm
pm wyslany. doszedl?

pozdrawiam
User avatar
Fresh Boarder

Konrad M
Thu Jan 24, 2013 9:51 am
Yes I got your email. But please use english language. It will be more helpfull for others users. I checked your site but I couldn't find any page with this issue.
User avatar

GK User
Thu Jan 24, 2013 11:41 am
sure thing, well it's 'promocje i nowosci' menu item.
i've put a sample text module there now in left1 position and the 'unknown box' moved to it's side.
now it is positioned next to it. is there anything i can do to get rid of it?
basically if i create a new menu item it's always there.
try creating a new menu item and you'll see for yourself what i mean.
thanks for your help!
User avatar
Fresh Boarder

GK User
Thu Jan 24, 2013 12:24 pm
also I have one more qestion and it may be related to my issue. i wanted to create a blank page which would allow me to put my modules there and personalize it the way i wanted to. i used the same menu properties as those of the home page - archived articles. that allowed me to get a blank page apart from the box i'm mentioning. is there a different way to get a blank page, which can be customized to my liking? hope this makes sense. thanks very much for your help!
User avatar
Fresh Boarder

Konrad M
Thu Jan 24, 2013 2:51 pm
You can try use 'suffix for pages' option. It allows you to add suffix to <body> tag for item you select. So it let you customize each page from menu item you want.
And this box you are talking about is main container. So you can try make new suffix 'nocont' and add to override.css
Code: Select all
.nocont #gkContent {
display:none;
}


'Suffix for pages' option you will find in template settings in 'Features' section.
User avatar


cron