How to set a background image for a "Module position"

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
Thu Feb 27, 2014 10:38 pm
Reply with quote
Report this post
Hi,

What is the code in Game Template for set the background image.

Al already create this rule ( ItemID 103-background) in Features "Suffixes for pages"

I was trying with this one ".background #gkBg {background: #ccc url("images/header.jpg") ;}" but it did not work

Thank you.
User avatar
Expert Boarder

GK User
Fri Feb 28, 2014 1:33 am
Reply with quote
Report this post
Hi,
yes, in general this code :
Code: Select all
#gkBg { background:  #0000FF; }

change background to blue.
but on home page - header section is very big - so you have to change also slides from module.

Add URL I will check
User avatar
Platinum Boarder

GK User
Fri Feb 28, 2014 8:55 pm
Reply with quote
Report this post
Hi Pawel,

1. The Menu item ID is 103
2. I created in template Manager-Features-suffixes for pages this rule (itemID 103 - headerbackground)
3. I created this code in templates / gk_game / css / override.css
Code: Select all
.headerbackground #gkBg { background:  #0000FF; }

4. The background changed, but I will like to now how to put and image instead a color, like you have in your demo page (NO image show)

This is the URL http://tlcnexosinternacional.com/paises

thank you.
User avatar
Expert Boarder

GK User
Fri Feb 28, 2014 11:57 pm
Reply with quote
Report this post
Hi,

I used this code and it works, is ti ok ?

Code: Select all
.headerbackground #gkBg {
    background-color:  #EEEEEE;
    background-image: url("/images/header3.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat no-repeat;
    background-size: 2400px 900px;
    overflow: hidden;
    }


Could you help me with the second part "titles for the fileds in contact form"

thank you
User avatar
Expert Boarder

GK User
Sat Mar 01, 2014 11:44 pm
Reply with quote
Report this post
...titles for the fileds in contact form

But where , here: http://tlcnexosinternacional.com/contactenos

What's wrong with them ? Any details?
Are asking about customization or template support ?
User avatar
Platinum Boarder

GK User
Sat Mar 01, 2014 11:54 pm
Reply with quote
Report this post
Ah, in other post now yo entiendo.
Hmm, by default you should see them. Did you renamed folder : html/com_contact or files inside?
If not, check Contact Manager Options
Here are settings from DEMO - check yours!
User avatar
Platinum Boarder

GK User
Sun Mar 02, 2014 7:50 pm
Reply with quote
Report this post
Thanks,

Thats what I was looknig for,
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.