gk Image Show responsive problem

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Feb 26, 2014 1:49 pm
Hi,

I was trying to make some changes to align this module with responsive design. Everything went ok until I added new slide.
rsts.brightideas.sk it added new slide under previous one.

In firebug I added into gkIsImage element.style position: absolute; and it solved the problem, but after I added this line into override.css

.gkIsImage {
height: auto !important;
position: absolute;
}

Whole module disapears.

Noot sure but I think problem is in activ class “gkIsImage active” how can I define it to be position: absolute;?
I'm still learning css so maybe silly question but this is first time I'm facing that

Thx, Jan
User avatar
Fresh Boarder

teitbite
Wed Feb 26, 2014 9:46 pm
Hi

Please add this code to css and let me know when You will do this, so I'll check if other code is not required:

Code: Select all
.gkIsWrapper-gk_appsprotech.loaded .gkIsImage img {
position: absolute;
}
User avatar
Moderator

GK User
Wed Feb 26, 2014 11:49 pm
Hi I added it, now the whole module dissapeared.
It seems it's loading images on the right location (both) at same area as needed, but mainbody is covering it...
User avatar
Fresh Boarder

teitbite
Thu Feb 27, 2014 9:24 pm
Hi

Please remove this code from override.css:

Code: Select all
.gkIsImage {
    height: auto !important;
}
User avatar
Moderator

GK User
Fri Feb 28, 2014 7:17 am
Thx for reply, it fixes the problem. But now I have the same problem as I wanted to solve at the begining. Responsiveness.
When making screen smaller, top1 module is decreasing width but keeping height at 374px as defined in ImageShow configuration.
Can I somehow fix that also?
User avatar
Fresh Boarder

teitbite
Sat Mar 01, 2014 9:31 pm
Hi

Sorry, but not with the code You have right now. It would need to be recoded. I think best option is to use a different style or different module than.
User avatar
Moderator

GK User
Sun Mar 09, 2014 8:16 pm
Hi,

can you advise me a bit more what should be recoded, and what different module or style I should use?

Thx, Jan
User avatar
Fresh Boarder

teitbite
Mon Mar 10, 2014 9:45 pm
Hi

My favourite style is "Music State". It is responsive and if You will use it to use module style should works fine. Of course You need to remove all the extra code added till now.
User avatar
Moderator


cron