different background
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Jun 05, 2014 4:35 pm
- Reply with quote
- Report this post
hello, I have divided the site into 3 parts now I need to use 3 different background images, can you help?
I changed the first image editing
}
# {gkBg
background: # eee url ('../images/header1.jpg') no-repeat center 0;
background-size: 900px 2400px;
overflow: hidden;
}
but changes to all pages
I changed the first image editing
}
# {gkBg
background: # eee url ('../images/header1.jpg') no-repeat center 0;
background-size: 900px 2400px;
overflow: hidden;
}
but changes to all pages
-
- Expert Boarder
- GK User
- Thu Jun 05, 2014 7:18 pm
- Reply with quote
- Report this post
You want to have different background on different subpages or 3 different backgrounds across height of one page?
-
- Moderator
- GK User
- Fri Jun 06, 2014 7:57 am
- Reply with quote
- Report this post
yes, have different backgrounds for different pages
-
- Expert Boarder
- GK User
- Sat Jun 07, 2014 8:35 am
- Reply with quote
- Report this post
Then you can use page suffixes:
http://www.gavick.com/documentation/gen ... et-layout/
You create one for each page - then use body.yourCustomSuffix to create css selector for background.
http://www.gavick.com/documentation/gen ... et-layout/
You create one for each page - then use body.yourCustomSuffix to create css selector for background.
-
- Moderator
- GK User
- Sat Jun 07, 2014 11:15 am
- Reply with quote
- Report this post
I do not understand, could you help me?
-
- Expert Boarder
- GK User
- Mon Jun 09, 2014 2:59 pm
- Reply with quote
- Report this post
If you don't know html/css etc... you should search for a front end developer and ask for help. All needed knowledge is in the article and answer itself.
-
- Moderator
- GK User
- Mon Jun 09, 2014 9:35 pm
- Reply with quote
- Report this post
so you can not help me?
-
- Expert Boarder
- GK User
- Mon Jun 09, 2014 9:42 pm
- Reply with quote
- Report this post
I always use "mod_bgstyler-1.0" con questo template non trovo un modulo per farlo funzionare!
perchè?
perchè?
-
- Expert Boarder
- GK User
- Mon Jun 09, 2014 9:49 pm
- Reply with quote
- Report this post
I always use "mod_bgstyler-1.0" with this template can not find a module for it to work!
why?
why?
-
- Expert Boarder
- GK User
- Thu Jun 12, 2014 3:02 pm
- Reply with quote
- Report this post
Sorry, but we don't support 3rd party extensions.
As I have said - I can guide you, but you need to know what you are doing.
Create page suffix for homepage named homepage, then use:
then with other page create another suffix (sample name anothersuffix)
Place files headerbg1.jpg, headerbg2.jpg in /templates/gk_game/images/
As I have said - I can guide you, but you need to know what you are doing.
Create page suffix for homepage named homepage, then use:
- Code: Select all
.homepage #gkBg {
background: #eee url('../images/headerbg1.jpg') no-repeat center 0;
}
then with other page create another suffix (sample name anothersuffix)
- Code: Select all
.anothersuffix #gkBg {
background: #eee url('../images/headerbg2.jpg') no-repeat center 0;
}
Place files headerbg1.jpg, headerbg2.jpg in /templates/gk_game/images/
-
- Moderator
- GK User
- Mon Jun 16, 2014 8:55 pm
- Reply with quote
- Report this post
what you say does not help me too ....
-
- Expert Boarder
- GK User
- Tue Jun 17, 2014 2:17 pm
- Reply with quote
- Report this post
Sorry, then I can't help you much further.
-
- Moderator
12 posts
• Page 1 of 1