Publisher responsive layout off, slideshow in mobile layout

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
Mon Mar 04, 2013 5:53 am
Reply with quote
Report this post
Hi there,

When I turn publisher responsive layout off, the image_show_gk4 in mobile layout:

When a page starts with a mod_image_show_gk4 (on top1 module position) slide show, it shows this image (screenshot1) fist (please check attached "screenshot1.jpg"), then a few seconds later, it shows another image (screenshot2) (please check attached "screenshot2.jpg") before slide show image fully loaded.

What I would like to get rid off the "screenshot1.jpg" image, only show "screenshot2.jpg" before the slide show image fully loaded.

Please advise.
User avatar
Senior Boarder

teitbite
Mon Mar 04, 2013 10:14 am
Reply with quote
Report this post
Hi

I'm not sure if I understand, but please show me Your site so I'll compare.
User avatar
Moderator

GK User
Mon Mar 04, 2013 10:44 am
Reply with quote
Report this post
Thanks for your reply, Teitbite. Site url: http://macvad.com.cn/

Basically, it's the same issue as this thread earlier https://www.gavick.com/forums/publisher ... 23210.html (still waiting for a solution)

The site is set "Responsive Layout" Off now, so when you view the site on mobile device, it shows the above screen shots.

Please advise.

Thanks.
Nic
User avatar
Senior Boarder

teitbite
Mon Mar 04, 2013 11:28 am
Reply with quote
Report this post
Hi

I would need to work on Your site directly to check it, but please try add this code to mobile.css file:

Code: Select all
.gkIsWrapper-gk_publisher {
    height: auto !important;
}


if this will not work please send me an access to ftp.
User avatar
Moderator

GK User
Mon Mar 04, 2013 11:50 am
Reply with quote
Report this post
Hi Teitbite,

I did follow your instruction, but seems not working. Please check your private email to see the FTP info.

Thank you very much for your help!

Nic
User avatar
Senior Boarder

teitbite
Wed Mar 06, 2013 12:43 pm
Reply with quote
Report this post
Hi

I do not know why, but the code was not picked up from mobile.css file, so I've added it to override.css:

Code: Select all
@media only screen and (max-width:719px) {
   .gkIsWrapper-gk_publisher {
       height: auto !important;
   }
}
User avatar
Moderator

GK User
Wed Mar 06, 2013 2:06 pm
Reply with quote
Report this post
Thank you so very much for your help, Teitbite. It works like a charm. Would you please help me out with one more issue here:

https://www.gavick.com/forums/publisher ... 23202.html

Thanks,
Nic
User avatar
Senior Boarder

teitbite
Fri Mar 08, 2013 10:44 am
Reply with quote
Report this post
Hi

Ok. Following the link now.
User avatar
Moderator


cron