Jump to content

Archived

This topic is now archived and is closed to further replies.

Toby

Jigoshop (forms and tables) not working with Responsive/Mobile View

Recommended Posts

Toby

Hi, I am working with Jigoshop and I have noticed that the table and forms do not play well with the 'responsive' element of DMS.

 

Here is what my cart looks like on iPhones (the white is off screen.)

 

http://postimg.org/image/px076xtfn/

 

Here is how the checkout form is displayed on iPhones

 

http://postimg.org/image/v5eorce2h/

 

 

If you would like to see the CSS or check the code here is the link:

 

www.recomatt.com.au

 

 

Thanks in advance for the help :)

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Your site is protected, we're unable to see the site, can you remove this so we can take a look please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Toby

I'm sorry I forgot i had that up.

It is live now, thanks

Share this post


Link to post
Share on other sites
Danny

OK, so the table CSS is being loaded from JIgoshops own stylesheet. Therefore, you will need to consult them on this issue. Alternatively, you could replace JigoShop with WooCommerce, which is full responsive to my knowledge, we use it on the PageLines shop.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Toby

Thanks, is there a way to overwrite the Jigoshop CSS for the tables, and apply DMS table CSS instead?

 

Also if i were to swap to Woo commerce would my CSS styling stay intact for the store, not sure if they are built on the same model.

Share this post


Link to post
Share on other sites
Danny

WooCommerce is JigoShop, WooThemes forked JigoShop to create WooCommerce. However, I am not entirely sure if your CSS would effect WooCommerce the same way it did JigoShop.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Toby

Ok, so I have installed WooCommerce but the table problem still stands.

 

Any ideas?

Share this post


Link to post
Share on other sites
Danny

Yes, you will need to contact WooCommerce support, the CSS being used is the plugins. Therefore, the issue is related to WooCommerce.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Danny

Thanks, let us know what they suggest.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
Toby

I searched their forums and applied some CSS to fix the problem.

 

I used @media to adjust the look of the table on mobiles, removing the thumbnail column, and reducing the font size and padding.

 

Here is the code i used if anyone needs it.

 

/*Reduces font size*/
@media (max-width: 400px){
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
font-size: 10px;
}
}

/*Removes thumbnail column*/
@media (max-width: 480px) and (min-width: 320px) and (orientation: portrait) {
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
display: none;
}
}

/*Reduces padding*/
@media (max-width: 480px) and (min-width: 320px) and (orientation: portrait) {
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
padding: 10px;
}
}

Share this post


Link to post
Share on other sites
Danny

Thanks for sharing, we appreciate it.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • stijnxo
      By stijnxo+
      Is there a way to disable the responsive function of your iBoxes?
      I do not want all iBoxes underneath each other on mobile, is there a way to fix columns or group boxes?
      I use them for small links and want them to stay next to each other, see attachment
      Please let me know.



    • dwpoyner
      By dwpoyner+
      Not sure exactly what is causing the issue. For some reason, why you view my site on mobile, the menu does not show up. It will pop up, but it is black. You can check it out here: http://dev.caryfbc.org. I'm also attaching a screenshot where I shrunk my browser down. Any suggestions?

    • lionel1
      By lionel1
      Hi,
      I use on my home page " impulse module " but when i look on my iPhone the image is cut and not responsive .
      i only have this problem with this module not with the other one .
      thanks for ur help
      website / www.elonakane.com 
      Lionel 
       
    • kwaoru
      By kwaoru
      Hi,
       
      I have been using DMS and pagelines.
      I am facing to a huge trouble with the appearance of one of my page on mobile (smart phones) built with pagelines.
      However I haven’t come to any solutions to organise either edit the appearance of mobile view to look neat or deactivate the responsive function. 
      Now it looks totally messy on the phone...
       
      1. Is there any way to edit the appearance of the mobile version (responsive theme)?
      2. Is there any way to deactivate responsive function?
       
      If I could receive support from you to go thorough this process I would be happy to be a pro member. 
       
      Looking forward to hearing from you.
×