Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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
    #1175647

    Hey amanrajveer,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1175724
    This reply has been marked as private.
    #1175848

    Hello, did you check the issue?

    #1176130

    Hi,

    Yes, but to check my account page we also need an account, which you didn’t provided for us.

    Best regards,
    Basilis

    #1176146
    This reply has been marked as private.
    #1176406

    Hi amanrajveer,

    Best regards,
    Victoria

    #1176425

    Hello, 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.
    #1176476

    Hi amanrajveer,

    Sorry, I got confused.

    Best regards,
    Victoria

    #1176500

    Hi 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.
    #1176987

    Hi,

    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,
    Ismael

    #1177236

    I can remove the view button but how will user see their orders details in mobile device after that? :)

    #1177954

    Hi,

    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,
    Ismael

    #1177955

    Thanks for the code. its fine now. thanks for your efforts.

    can you please see these structure data errors. links are in private.

    #1178546

    Hi,

    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,
    Ismael

    #1180421

    Alright. Thanks. you can close this thread now by marking it resolved. many thanks ismael.

    #1180777

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Responsiveness Issue on mobile device on woocommerce my account order page’ is closed to new replies.