Home Forums WoodMart support forum Delete user account

Delete user account

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #521880

    zulkafalm
    Participant

    How can user delete the account?

    #522013

    Hello,

    Navigate to the user that you want to delete, hover over the username and a “Delete” button will show under their username.

    Best Regards.

    #522014

    zulkafalm
    Participant

    How can user delete on its own?

    #522157

    Hello,

    Users have the option to log out of their account by navigating to the Account page and clicking on the logout button.

    If you want to add a delete option you need to find a plugin for this purpose but I have not tested not any plugin for this purpose.
    https://wordpress.org/plugins/wp-frontend-delete-account/

    Best Regards.

    #522183

    zulkafalm
    Participant

    is there a way i can edit the content of my account tabs like Dashboard, addresses etc?

    #522194

    zulkafalm
    Participant

    And can we change the order of these Dashboard, addresses on the account page etc

    #522203

    Hello,

    Try to add the below code in the child theme’s functions.php file:

    // Rename, re-order my account menu items
    function fwuk_reorder_my_account_menu() {
        $neworder = array(
            'dashboard'          => __( 'Dashboard', 'woocommerce' ),
            'orders'             => __( 'Previous Orders', 'woocommerce' ),
            'wishlist-link'      => __( 'Wishlist', 'woocommerce' ),
            'edit-address'       => __( 'Addresses', 'woocommerce' ),
            'edit-account'       => __( 'Account Details', 'woocommerce' ),
            'customer-logout'    => __( 'Logout', 'woocommerce' ),
        );
        return $neworder;
    }
    add_filter ( 'woocommerce_account_menu_items', 'fwuk_reorder_my_account_menu' );

    Best Regards.

    #522278

    zulkafalm
    Participant

    Whenever click on product this shows like this…

    Attachments:
    You must be logged in to view attached files.
    #522283

    zulkafalm
    Participant

    Also the header and footer of categories screen looks disturbed

    #522460

    zulkafalm
    Participant

    Did you checked the issue?

    #522573

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you the possible solution.

    Best Regards.

    #522583

    zulkafalm
    Participant

    I have added the wp login details to Extra information (visible to moderators only)

    #522626

    zulkafalm
    Participant

    Also please let me know about the issue so that i will care for the next time

    #522631

    Hello,

    Your issue has been resolved. Check back your site after completely clearing the browser cache.

    Best Regards.

    #522633

    zulkafalm
    Participant

    Did you checked the footer and other issues overlapping on some product categories screen?

    #522814

    Hello,

    Can you please share some screenshots for better understanding. Aso share the page url where the issue is situated so I will check and give you a possible solution.

    Best Regards.

    #522853

    zulkafalm
    Participant

    This is the one that is not working fine.
    https://stylocart.com/index.php/product-category/foam-panel/

    this is the one that is working fine
    https://stylocart.com/index.php/product-category/3d-pvc-panel/

    The bar where the product category is visible, the product card picture radius, footer of the pages are not showing fine

    #522911

    zulkafalm
    Participant

    these the one that are not working fine.
    https://stylocart.com/index.php/product-category/foam-panel/
    https://stylocart.com/index.php/product-category/vases/

    this is the one that is working fine
    https://stylocart.com/index.php/product-category/3d-pvc-panel/

    The bar where the product category is visible, the product card picture radius, footer of the pages are not showing fine

    #522938

    Hello

    Your issue has been resolved. Check back your site after completely clearing the browser cache.

    Best Regards.

    #523895

    zulkafalm
    Participant

    Hi,Now it does not showing the below bottom bar for account login etc
    have attached login details

    Attachments:
    You must be logged in to view attached files.
    #523897

    zulkafalm
    Participant

    How to change footer image?

    #523898

    zulkafalm
    Participant

    User is only able to signin when he place the order soo why it cannot show the register or signin before order as in desktop view it shows

    #523947

    Hello,

    1. I have checked your site mobile bottom navbar is showing on your site:
    https://ibb.co/rQmMrqV

    2. Navigate to Theme Settings > Footer > Check the Footer Content (HTML Block) and edit it with elementor and change the image.

    3. Navigate to WooCommerce > Settings > Account & Privacy > enable the option “Allow customers to place orders without an account”.

    Best Regards.

    #523968

    zulkafalm
    Participant

    No its not showing if you are not logged in. Suppose I have not logged in it will not show. But when add product to cart and then order it will ask to create account and by create account we will logged in. Then the bottom bar show as you have sended screenshot

    #524007

    Hello,

    Actually, the Mobile Sticky Navbar doesn’t work if the Maintenance Mode is turned on under the Theme Settings > Maintenance:

    So, disable the maintenance mode and check the issue.

    Best Regards.

    #524011

    zulkafalm
    Participant

    Hi, Have turned off the Maintenance Mode and tried again using incognito browser but still it does not show.

    #524049

    Hello,

    Please try to disable the “LiteSpeed Cache” plugin and after that recheck the issue.
    If there’s anything else we can do, please get in touch.

    Best Regards

    #524376

    zulkafalm
    Participant

    Hi, Still does not working

    #524377

    zulkafalm
    Participant

    Dont know sometimes it shows and sometime does not

    #524476

    Hello,

    Now i have checked your site the Mobile Bottom Nav Bar is showing on your site:
    Screenshot for clarification:
    https://ibb.co/whQF3Gq

    Please check the site in incognito mode and check the issue.
    Best Regards.

Viewing 30 posts - 1 through 30 (of 30 total)