Menu off in mobile version

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
Fri Jul 20, 2012 12:47 am
Reply with quote
Report this post
Hi!

When viewing my site on an iPhone there is a problem with the popup when clicking login. Half of the popup is cut away. Any fix for this?

Also: Is there any way to hide the slideshow in the mobile version?

Magnus
User avatar
Fresh Boarder

GK User
Fri Jul 20, 2012 8:14 pm
Reply with quote
Report this post
Hi,

Can you please provide your site URL to check?

Thanks,
User avatar
Platinum Boarder

GK User
Mon Jul 23, 2012 4:00 am
Reply with quote
Report this post
Don Lee wrote:Hi,

Can you please provide your site URL to check?

Thanks,


Lee its not necessary his URL... use your own demo template Bike Store...
or if you want to see in this IPhone demo ... http://goo.gl/sFln7 just unlock and see what happens with login and register modules...
User avatar
Junior Boarder

GK User
Mon Jul 23, 2012 4:38 am
Reply with quote
Report this post
For popups and disabling imageshow in mobile view please add following to bottom of mobile.css located in templates/gk_bikestore/css/mobile.css

Code: Select all
/* popup */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
   display: none;
   overflow: hidden;
   position: fixed;
   z-index: 1000002;
   left: 6%!important;
   top: 5%important;
}
#gkPopupLogin,
#gkPopupCart {
   position: absolute;
   top: 5px!important;
}
#gkPopupLogin,
#gkPopupCart {
   width: 320px;
   margin-left: 0px!important;
}
#gkPopupOverlay {
   background: #000;
   width: 100%;
   height: 100%;
   z-index: 1000001;
   top: 0!important;
   left: 0!important;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
   filter: alpha(opacity=45);
   opacity: 0.45;
   margin-left: 0;
}
/* Hide Imageshow in Mobile View */
.gkIsWrapper-gk_bikestore { display:none;}


See you around...
User avatar
Platinum Boarder


cron