Module ISGK4 work only on the default page?

GK User
Thu Jun 12, 2014 9:57 pm
Hi ;)

The Images Show GK4 publish on the main page are very good and i want to have it on all my page. With differents slides per page.
But the module are absolutly different when we publish it into other pages of Home page.

I want the same result of the top of the main page ( images show published on "header_bg" , the module on header_left and header_right) on each pages of my web sites... but i can't :(

Thx

"Sorry for my english :( "
User avatar
Junior Boarder

teitbite
Fri Jun 13, 2014 9:10 am
Hi

Please make sure module has a default css activated in it's advanced settings. Also try using the same module position. Show me examples of pages so I'll check what else can be a reason.
User avatar
Moderator

GK User
Fri Jun 13, 2014 11:44 am
Hi Teitbite,

Thx for your help.
For now, i only assigned these 3 modules on "services" page too. so the options are exactly the sames...but not the results ;)

Go there and look the "services" page and you will see. : http://extensionspure.ca

Thx
User avatar
Junior Boarder

teitbite
Sun Jun 15, 2014 9:12 am
Hi

Please add this code to override.css and make sure override is enabled in template settings:

Code: Select all
#gkHeader.gkPage {
    max-width: 1920px;
}
User avatar
Moderator

GK User
Sun Jun 15, 2014 1:34 pm
Ok,
Now the module are full width but ...
Look the result ;)
http://extensionspure.ca/index.php/service

We are not far.

thx
User avatar
Junior Boarder

GK User
Sun Jun 15, 2014 11:27 pm
Got it!!

I added this code to overide.css and now its perfect :)

Code: Select all
#gkHeader.gkPage {
    max-width: 1920px;
    padding: 0px 0 0 0;
}


Thx a lot... SOLVED!! :P
User avatar
Junior Boarder

GK User
Mon Jun 16, 2014 6:14 pm
Sorry, its not realy solved lol
You can return to the site and look now the two modules at bottom (Sames as front page) same problem :(

Thanks again
User avatar
Junior Boarder

GK User
Mon Jun 16, 2014 11:04 pm
Sorry forget it i solved my issue with that code ;)
Code: Select all
#gkBottom3 {
padding: 0;
margin-bottom: -60px;
background: #9F9F9F;
}


Thx
User avatar
Junior Boarder

teitbite
Tue Jun 17, 2014 5:23 pm
Hi

Great to hear that it's solved.
User avatar
Moderator


cron