K2 Store checkout pages are not responsive, bug or ?

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 Dec 02, 2013 12:54 pm
Reply with quote
Report this post
Hello,

I really like the BikeStore template and wanted to use it for my current project with K2 and K2 Store, but when i have checked the demo, seems that checkout pages are not responsive. Should not they be ?

Prompt reply appreciated.
Alex
User avatar
Senior Boarder

GK User
Mon Dec 02, 2013 7:35 pm
Reply with quote
Report this post
Could you give me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Tue Dec 03, 2013 8:14 am
Reply with quote
Report this post
bkrztuk wrote:Could you give me your site URL ? It is always easier to check CSS/HTML code on live site.

Thanks for your quick reply. To be honest what i am talking about is not working on your demo page as well, so before installing i wanted to check, please see it here http://demo.gavick.com/joomla25/bikesto ... 47-02/item

After adding item to the cart, cart and rest pages are not responsive! Please check mobile layout http://www.responsinator.com/ or http://quirktools.com/screenfly/

Hope for your help,
Alex
User avatar
Senior Boarder

GK User
Tue Dec 03, 2013 10:04 am
Reply with quote
Report this post
I don't need external tools I can just change browser width :)

Back to the topic, I've added product to the cart and simply can't see problem, maybe you can just upload screenshot here?
User avatar
Platinum Boarder

GK User
Tue Dec 03, 2013 1:30 pm
Reply with quote
Report this post
cart-screen.jpg


Here it is a screenshot of the cart when browser is re sized, please check.

Please simply try to go through the checkout process with resized browser, even Virtuemart checkout process and cart are not responsive :(

Waiting for your reply,
Alex
User avatar
Senior Boarder

GK User
Wed Dec 04, 2013 11:35 am
Reply with quote
Report this post
Of course you will not find table in small screen size, and you should scroll table horizontally (there is even caption below table). You see scroll bars because you are visiting this page via dekstop browser, check it on phone and you will see that there is no problem to use the checkout page. I don't know how you see this in other way. Table is responsive it scaled with screen size.
User avatar
Platinum Boarder

GK User
Wed Dec 04, 2013 11:54 am
Reply with quote
Report this post
bkrztuk wrote:Of course you will not find table in small screen size, and you should scroll table horizontally (there is even caption below table). You see scroll bars because you are visiting this page via dekstop browser, check it on phone and you will see that there is no problem to use the checkout page. I don't know how you see this in other way. Table is responsive it scaled with screen size.


:) When i have sent the link to the tool to check responsive layout you told me that you need to just resize browser...

Back to the topic, i took some screenshots from my iPhone here they are:

Image
Image
Image
Image

I don't think they are responsive!
User avatar
Senior Boarder

GK User
Wed Dec 04, 2013 5:16 pm
Reply with quote
Report this post
Well, I am using Gavick's templates for years. and during those years i have asked for support just several times, now I need your professional support and instead of getting it i am just trying last several days to proof that template you are selling as a responsive one with Virtuemart and K2 Store support are not working good on mobile devices !!! Are you going to support me and fix issues with template or you just don't care ?

Hope for the case resolution, thanks in advance,
Alex
User avatar
Senior Boarder

GK User
Fri Dec 06, 2013 1:34 pm
Reply with quote
Report this post
Anybody there ???
User avatar
Senior Boarder

teitbite
Sat Dec 07, 2013 1:55 am
Reply with quote
Report this post
Hi

I've been ask by aliko1979 to join the discussion. Please send me an ftp access.
User avatar
Moderator

GK User
Sat Dec 07, 2013 2:31 am
Reply with quote
Report this post
teitbite wrote:Hi

I've been ask by aliko1979 to join the discussion. Please send me an ftp access.

Hi teitbite, thanks for your reply, i have sent you FTP access.
User avatar
Senior Boarder

GK User
Sat Dec 07, 2013 4:53 am
Reply with quote
Report this post
Thanks a lot to teitbite, he solved my issue 100%
User avatar
Senior Boarder

teitbite
Sat Dec 07, 2013 4:59 am
Reply with quote
Report this post
Hi

Adding this portion of code to override.css made it look a little better:

Code: Select all
#k2storeCartPopup .product_quantity_input {
    float: none;
    width: auto;
}

@media only screen and (max-width:680px) {
#gkMainbody .k2store .table th,
#gkMainbody .k2store .table td {
    padding: 8px 3px;
}

@media only screen and (max-width:580px) {
#gkMainbody .k2store_cartitems table#cart thead {
    display: none;
}

#gkMainbody .k2store .table-bordered tr {
    border-left: 1px solid #DDDDDD !important;
}

#gkMainbody .k2store .table-bordered tbody td {
    display: table-cell;
}

#gkMainbody .k2store .table-bordered tbody td:first-child {
    width: 100% !important;
    display: block;
}

#gkMainbody .k2store .table-bordered tfoot td {
    display: table-cell;
}
}
User avatar
Moderator

GK User
Sat Dec 07, 2013 5:58 am
Reply with quote
Report this post
teitbite wrote:Hi

Adding this portion of code to override.css made it look a little better:

Code: Select all
#k2storeCartPopup .product_quantity_input {
    float: none;
    width: auto;
}

@media only screen and (max-width:680px) {
#gkMainbody .k2store .table th,
#gkMainbody .k2store .table td {
    padding: 8px 3px;
}

@media only screen and (max-width:580px) {
#gkMainbody .k2store_cartitems table#cart thead {
    display: none;
}

#gkMainbody .k2store .table-bordered tr {
    border-left: 1px solid #DDDDDD !important;
}

#gkMainbody .k2store .table-bordered tbody td {
    display: table-cell;
}

#gkMainbody .k2store .table-bordered tbody td:first-child {
    width: 100% !important;
    display: block;
}

#gkMainbody .k2store .table-bordered tfoot td {
    display: table-cell;
}
}

Exactly what I wanted to get, thanks again!
User avatar
Senior Boarder

teitbite
Sat Dec 07, 2013 5:22 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron