configuration second nsp on top1 (top stories)

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 16, 2012 6:28 pm
Reply with quote
Report this post
I want to activate the headers but I can not put it over the picture and align the photo with the text. Please help!
User avatar
Junior Boarder

teitbite
Mon Sep 17, 2012 7:48 am
Reply with quote
Report this post
Hi

Please set header to float:none and as first in order. If You want me to do this for You, please send me an access to joomla panel.
User avatar
Moderator

GK User
Mon Sep 17, 2012 6:48 pm
Reply with quote
Report this post
Thanks, i made. Something else.
Could you tell me how to remove the frame of Breadcrumbs module from the frontpage?
User avatar
Junior Boarder

teitbite
Tue Sep 18, 2012 11:04 am
Reply with quote
Report this post
Hi

Do You mean the stripped background ? If yes please try manipulate with this class:

Code: Select all
#gkBreadcrumb {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
User avatar
Moderator

GK User
Tue Sep 18, 2012 12:28 pm
Reply with quote
Report this post
I mean the blank space on the frontpage.
User avatar
Junior Boarder

teitbite
Wed Sep 19, 2012 7:17 am
Reply with quote
Report this post
Hi

Ok. I need to see Your site to tell anything about this, but You can always try to use a page class suffix or some kind of a code module and attach this code to one page only (frontpage).

Code: Select all
#gkBreadcrumb { display:none; }
User avatar
Moderator

teitbite
Wed Sep 19, 2012 10:13 am
Reply with quote
Report this post
HI

I got an access and can confirm that my solution is good. Please use my code as a content for mod_blank and attach to homepage only this way You will remove breadcrumb only on this page.
User avatar
Moderator

GK User
Fri Sep 21, 2012 6:06 am
Reply with quote
Report this post
Thanks for your help and the tip with mod_blank. Also I had to disable the function of font size.
User avatar
Junior Boarder

teitbite
Fri Sep 21, 2012 11:31 am
Reply with quote
Report this post
Hi

I think font resizer is inside breadcrumbs layer, so using display: none should hide both.
User avatar
Moderator

GK User
Fri Sep 21, 2012 12:34 pm
Reply with quote
Report this post
yes.. im ok now :)
User avatar
Junior Boarder


cron