CSS error

GK User
Mon Sep 21, 2009 1:53 pm
Hello, When I use the module CSS (Enable) The page background becommes filled with colors (red, blue, orange etc)
But If I switch it to disable, everything is Ok , but the tooltip is not working. I have also the Gavick weather tool on the same page, but this must not be any problem,

PS, I only use Gavick modules

Can you pease help.

Regards B)
User avatar
Senior Boarder

GK User
Mon Sep 21, 2009 2:54 pm
Please provide us URL to your website - without it, it is very hard to find some reason of your problems.
User avatar
Administrator

GK User
Tue Sep 22, 2009 8:52 pm
our website adres is www.pressmagazine.nl

please use login test2 and login also test2 go to the nieuws tab to view the problem...

Succes, I hope you can come with a solution :cheer:
User avatar
Senior Boarder

GK User
Wed Sep 23, 2009 2:56 am
The provided logs don't work.
Please check it.
User avatar
Platinum Boarder

GK User
Wed Sep 23, 2009 7:01 pm
I have put the site temporary online so you can have a look

Succes
User avatar
Senior Boarder

GK User
Mon Sep 28, 2009 9:46 am
Did you have tim eto check this issue. The site is temporarly ON LINE...
User avatar
Senior Boarder

GK User
Tue Sep 29, 2009 12:46 am
Hi

Sorry about the delay.

I don't see anywhere GK Stock module. Only GK Weather and i looks fine.

Anyway, about this problem with GK Stock... try checking module css style files, because if they are not readable, your template style will overrule the module style.

Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 29, 2009 9:05 am
Hello thank you for your reply.

The issue is still undsolved. GK stick moduel ia under the nieuws tab in the rigt module section at the bottom.

When I disable the css from the template, the tooltip is directly displayed under the chart, when enable the gk stock module css, it give many background collors.
User avatar
Senior Boarder

GK User
Mon Oct 05, 2009 9:50 am
Hello didi you had time to check this issue on

http://www.pressmagazine.nl/index.php?o ... Itemid=197
User avatar
Senior Boarder

GK User
Mon Oct 05, 2009 9:51 am
Did you had time to check this issue on
http://www.pressmagazine.nl/index.php?o ... Itemid=197
User avatar
Senior Boarder

GK User
Mon Oct 05, 2009 11:00 am
Hi

On module advanced parameters, try enable "Use module CSS".

Your template is overruling module classes.

Cheers
User avatar
Platinum Boarder

GK User
Tue Oct 06, 2009 10:00 pm
Done, but nothings happens....
Does it mean that my template is somehow not in order?

Regards
User avatar
Senior Boarder

GK User
Mon Oct 12, 2009 10:51 am
Hello,

Did you hev time to take a look at this issue????
User avatar
Senior Boarder

GK User
Mon Oct 12, 2009 5:41 pm
in style.css file (GK Stock module directory) please change code:
Code: Select all
.first{
   background:blue;
}
.second{
   background:red;
}
.third{
   background:orange;
}
.fourth{
   background:green;
}

to:
Code: Select all
.gks_main .first{
   background:blue;
}
.gks_main .second{
   background:red;
}
.gks_main .third{
   background:orange;
}
.gks_main .fourth{
   background:green;
}
User avatar
Administrator


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