Addinng a header in other page

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
Sat Oct 25, 2014 12:29 pm
Reply with quote
Report this post
Hi!
I want to add a similar header like the startpage but in other page..how to do that?
:D :D
User avatar
Junior Boarder

GK User
Sat Oct 25, 2014 12:47 pm
Reply with quote
Report this post
Hi,
other subpage this same website (possible, easy)
or
on anther (web)page (also possible, little bit harder)

which one?
User avatar
Platinum Boarder

GK User
Sat Oct 25, 2014 12:57 pm
Reply with quote
Report this post
if option #1
1) check ID of menu item where is should be
2) In template settings -> Features TAB --> Suffix for pages
ItemID/Option: ID number Suffix: imageBg grey-content
3) Save settings
4) And of course publish all modules which you want from HomePage also on this subpage
User avatar
Platinum Boarder

GK User
Sat Oct 25, 2014 4:53 pm
Reply with quote
Report this post
thanks!
check this again but I want other header image..
http://prosystems.se/malardalensfrukt/i ... /produkter
The Agriculture image.. How can I apply other background in header..
User avatar
Junior Boarder

GK User
Sun Oct 26, 2014 8:17 pm
Reply with quote
Report this post
Default background image code looks like that :
Code: Select all
.imageBg #gkHeader {
    background: url("../images/header_wide.jpg") no-repeat scroll center 0 / cover #fff; }


it means that on subpage you have to use different bg img, for example
Code: Select all
.imageBg #gkHeader {background: url("../images/header02.jpg") no-repeat scroll center 0 / cover #fff; }


please read: https://www.gavick.com/documentation/jo ... ted-pages/

and upload new image file !
User avatar
Platinum Boarder


cron