-
AuthorPosts
-
January 17, 2020 at 6:17 pm #1175554
Please see the responsiveness Issue on mobile device on woocommerce my account order page. can you give fix for this please?
https://prnt.sc/qp55pz- This topic was modified 4 years, 10 months ago by amanrajveer. Reason: missed screenshot link
January 17, 2020 at 8:50 pm #1175647Hey amanrajveer,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJanuary 18, 2020 at 12:02 am #1175724This reply has been marked as private.January 18, 2020 at 3:55 pm #1175848Hello, did you check the issue?
January 19, 2020 at 10:05 pm #1176130Hi,
Yes, but to check my account page we also need an account, which you didn’t provided for us.
Best regards,
BasilisJanuary 19, 2020 at 10:28 pm #1176146This reply has been marked as private.January 20, 2020 at 8:20 pm #1176406Hi amanrajveer,
Best regards,
VictoriaJanuary 20, 2020 at 8:48 pm #1176425Hello, victoria, can you see it on your demo that /my-account/ order page is responsive or not. Leave my site please see enfold demo woocomerce my account order page from mobile device and share me the screenshot please. :)
- This reply was modified 4 years, 10 months ago by amanrajveer.
January 20, 2020 at 9:49 pm #1176476Hi amanrajveer,
Sorry, I got confused.
Best regards,
VictoriaJanuary 20, 2020 at 11:02 pm #1176500Hi Victoria, please tap on orders menu which must have order and see if it is hiding in container in Mobile device or not. :) View button mist be hiding. Please see… Just tap on orders menu in my account section.
- This reply was modified 4 years, 10 months ago by amanrajveer.
January 22, 2020 at 2:16 am #1176987Hi,
Thank you for the update.
Would you like to remove the column containing the “View” buttons? The following css code should help.
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions, .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions { display: none !important; }
Best regards,
IsmaelJanuary 22, 2020 at 5:40 pm #1177236I can remove the view button but how will user see their orders details in mobile device after that? :)
January 24, 2020 at 1:30 am #1177954Hi,
Thank you for following up.
We can adjust style of the table so that it is scrollable. Try this css code in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive table.shop_table.woocommerce-orders-table { display: block; overflow-x: scroll; } }
Best regards,
IsmaelJanuary 24, 2020 at 1:37 am #1177955Thanks for the code. its fine now. thanks for your efforts.
can you please see these structure data errors. links are in private.
January 27, 2020 at 2:48 am #1178546Hi,
You’re welcome! Glad it works.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelJanuary 31, 2020 at 9:31 pm #1180421Alright. Thanks. you can close this thread now by marking it resolved. many thanks ismael.
February 3, 2020 at 3:44 am #1180777Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Responsiveness Issue on mobile device on woocommerce my account order page’ is closed to new replies.