ImageshowGK4 Responsive and fullscreen in Quark-ecommerce

Support desk for Multipurpose Quark Theme
GK User
Tue Dec 15, 2015 8:09 am
Hello,

iam looking for a solution to make the Pictures responsiv if i using the imageshowGK4 Modul.
The pictures must be show as fullscreen and the Slider and the description at Bottom under, or as layer over the Picture.

If we are using the suffix "box-wide clear" for the modul, the slider and description was corrupt.

We use Joomla 3.45 and G4imageshow 1.53, Quark v.1.2.0.1

The testpage you can find it here:
http://www.finartgallery.fotoabenteuer.de

I hope you can help.

Best Regards
Michael
User avatar
Gold Boarder

GK User
Fri Dec 18, 2015 10:34 am
Hello,

First Congratulation to this great Template. It is very good to customized. But Sorry iam waiting more than 3 days fo any answer. The most of the Problems we can fix at self but i think this question is not so strange that you dont can give me a short response.

Best Regards
Michael
User avatar
Gold Boarder

GK User
Sun Dec 20, 2015 1:30 am
Maybe it would help to have the site online. Currently it is only the "Default Paralles Plesk page".

Best regards

Ruediger
User avatar
Senior Boarder

teitbite
Mon Dec 21, 2015 11:21 am
Hi

Yes @micpic, please put the site online so I'll be able to check and help with Your question.
User avatar
Moderator

GK User
Mon Dec 21, 2015 6:48 pm
Ha Ha,

my mistake now. the site is online but under this url. http://www.fineartgallery.fotoabenteuer.de

Michael

teitbite wrote:Hi

Yes @micpic, please put the site online so I'll be able to check and help with Your question.
User avatar
Gold Boarder

teitbite
Sat Dec 26, 2015 3:00 pm
Hi

I've been able to check Your site, but I'm afraid I'm not 100% sure what You have in mind since You have not very width images covering just a part of the header. I'm guessing You are talking about background which does not cover space fully. This can be fixed with this code in override.css

Code: Select all
#gkHeaderMod img {
    height: 100% !important;
}


Or You may be talking about an image being removed for mobile portrait. This can be resolved with this code added to same file:

Code: Select all
@media only screen and (max-width:500px) {
#gkHeaderMod .gkStoreImage {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
}
}
User avatar
Moderator

GK User
Sat Jan 09, 2016 1:43 pm
Hi,

i come late back to you. First, thanks for your response. It is not what i mean. But no problem we will work now so at it is.

Many thanks
Michael
User avatar
Gold Boarder

teitbite
Mon Jan 11, 2016 7:39 pm
Hi

Sorry I didn't guessed :( If You need my help just try to explain one more time and I'll be more than happy to assist.
User avatar
Moderator


cron