disable Resize font in home page

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Dec 13, 2012 7:46 pm
Hi,
1- I can dissable resize font in home page only to reduce space
2- I can change manual html for a Image Show GK4 to show pictures.
3- How I can change "Order online Number Telephone"?

How can I do it?
thank's
restaurant.jpg
User avatar
Senior Boarder

Konrad M
Fri Dec 14, 2012 8:51 am
Hi,
1. You can disable font-size swither in template settings. Please go to 'Features section' and disable it for 101 item (it is home page).
2. Can you explain little more?
3. Order online number is an picture located in /images/style1/typography/bg_demo_order.png
User avatar

GK User
Fri Dec 14, 2012 11:20 am
thank you, I resolve resize font but I have need dubts:

1-I need quit space beetwen slide show and clips
2-If I put text logo, it see broken.
3-Clips not arrive at menu
4-I need reduce space of logo and ampliate menu space
5-To change background is possible whit joomla administration or I need edit template?
Thankyou very much

restaurant.jpg
User avatar
Senior Boarder

Konrad M
Fri Dec 14, 2012 11:45 am
To remove issue from 1. go to template settings and in 'Features' section you will find 'Suffixes for pages option. Please add suffix ' nopaper' for element with id 101. To help you with other issues I need to get url to your website.
User avatar

GK User
Fri Dec 14, 2012 12:15 pm
Konrad M wrote:To remove issue from 1. go to template settings and in 'Features' section you will find 'Suffixes for pages option. Please add suffix ' nopaper' for element with id 101. To help you with other issues I need to get url to your website.


http://iolandabustos.com/jupgrade/

thankyou
User avatar
Senior Boarder

Konrad M
Fri Dec 14, 2012 12:22 pm
I see you resolve second issue. To fix 3 and 4 please add to override.css
Code: Select all
#gkLogo {
width: 170px;
height: 55px;
}

To fix 5 just override bg_image.jpg located in /images/style1/
User avatar

GK User
Fri Dec 14, 2012 12:51 pm
Thankyou all perfect!!
only one last dubt:
in image show I need quit footer margin
I have sufix: "nomargin dark pattern big" but I can see margin

restaurant.jpg
User avatar
Senior Boarder

GK User
Fri Dec 14, 2012 12:57 pm
restaurant.jpg
User avatar
Senior Boarder

Konrad M
Fri Dec 14, 2012 1:01 pm
Please add to the override.css
Code: Select all
#gkContent {
min-height: 360px;
}
User avatar

GK User
Fri Dec 14, 2012 1:15 pm
Konrad M wrote:Please add to the override.css
Code: Select all
#gkContent {
min-height: 360px;
}


Thankyou very much!!! grateful!!!!
User avatar
Senior Boarder

GK User
Sat Dec 15, 2012 11:53 am
Hi, I modify this

#gkContent {
min-height: 360px;
}

in crome I can view ok but not in firefox and IE, I continue view footer margin

You can see it:
http://iolandabustos.com/jupgrade/
User avatar
Senior Boarder

Konrad M
Mon Dec 17, 2012 7:46 am
Can yoiu give me some screen of issue becasue I check in my firefox and looks same as in chrome.
User avatar

GK User
Mon Dec 17, 2012 11:23 am
1-Sorry, in firefox I see view ok, but not in IE.
2-Other question is width of template, In my Ipad I can see all demo template, but my restaurant template is more width and apears scrollbar, is possible?

1- capture screen
screen.jpg
User avatar
Senior Boarder

Konrad M
Wed Dec 19, 2012 9:23 am
To fix it in ie please add to ie7.css,ie8.css and ie9.css
Code: Select all
#gkContent {
height: 360px !important;
}

You will find this files in css/ie/
User avatar


cron