Home › Forums › WoodMart support forum › Delete user account
Delete user account
- This topic has 29 replies, 2 voices, and was last updated 1 year, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 15, 2023 at 10:53 am #521880
zulkafalmParticipantHow can user delete the account?
December 15, 2023 at 4:16 pm #522013
Aizaz Imtiaz AwanKeymasterHello,
Navigate to the user that you want to delete, hover over the username and a “Delete” button will show under their username.
Best Regards.
December 15, 2023 at 4:18 pm #522014
zulkafalmParticipantHow can user delete on its own?
December 16, 2023 at 12:03 pm #522157
Aizaz Imtiaz AwanKeymasterHello,
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.
December 16, 2023 at 2:36 pm #522183
zulkafalmParticipantis there a way i can edit the content of my account tabs like Dashboard, addresses etc?
December 16, 2023 at 3:13 pm #522194
zulkafalmParticipantAnd can we change the order of these Dashboard, addresses on the account page etc
December 16, 2023 at 3:44 pm #522203
Aizaz Imtiaz AwanKeymasterHello,
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.
December 17, 2023 at 1:00 pm #522278
zulkafalmParticipantWhenever click on product this shows like this…
Attachments:
You must be logged in to view attached files.December 17, 2023 at 1:38 pm #522283
zulkafalmParticipantAlso the header and footer of categories screen looks disturbed
December 18, 2023 at 11:26 am #522460
zulkafalmParticipantDid you checked the issue?
December 18, 2023 at 3:26 pm #522573
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and give you the possible solution.
Best Regards.
December 18, 2023 at 3:33 pm #522583
zulkafalmParticipantI have added the wp login details to Extra information (visible to moderators only)
December 18, 2023 at 4:52 pm #522626
zulkafalmParticipantAlso please let me know about the issue so that i will care for the next time
December 18, 2023 at 5:18 pm #522631
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been resolved. Check back your site after completely clearing the browser cache.
Best Regards.
December 18, 2023 at 5:26 pm #522633
zulkafalmParticipantDid you checked the footer and other issues overlapping on some product categories screen?
December 19, 2023 at 10:18 am #522814
Aizaz Imtiaz AwanKeymasterHello,
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.
December 19, 2023 at 12:13 pm #522853
zulkafalmParticipantThis 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
December 19, 2023 at 2:11 pm #522911
zulkafalmParticipantthese 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
December 19, 2023 at 3:39 pm #522938
Aizaz Imtiaz AwanKeymasterHello
Your issue has been resolved. Check back your site after completely clearing the browser cache.
Best Regards.
December 22, 2023 at 8:38 am #523895
zulkafalmParticipantHi,Now it does not showing the below bottom bar for account login etc
have attached login detailsAttachments:
You must be logged in to view attached files.December 22, 2023 at 8:46 am #523897
zulkafalmParticipantHow to change footer image?
December 22, 2023 at 8:53 am #523898
zulkafalmParticipantUser 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
December 22, 2023 at 10:57 am #523947
Aizaz Imtiaz AwanKeymasterHello,
1. I have checked your site mobile bottom navbar is showing on your site:
https://ibb.co/rQmMrqV2. 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.
December 22, 2023 at 12:42 pm #523968
zulkafalmParticipantNo 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
December 22, 2023 at 2:25 pm #524007
Aizaz Imtiaz AwanKeymasterHello,
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.
December 22, 2023 at 2:30 pm #524011
zulkafalmParticipantHi, Have turned off the Maintenance Mode and tried again using incognito browser but still it does not show.
December 22, 2023 at 3:49 pm #524049
Aizaz Imtiaz AwanKeymasterHello,
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
December 25, 2023 at 9:33 am #524376
zulkafalmParticipantHi, Still does not working
December 25, 2023 at 9:41 am #524377
zulkafalmParticipantDont know sometimes it shows and sometime does not
December 25, 2023 at 2:44 pm #524476
Aizaz Imtiaz AwanKeymasterHello,
Now i have checked your site the Mobile Bottom Nav Bar is showing on your site:
Screenshot for clarification:
https://ibb.co/whQF3GqPlease check the site in incognito mode and check the issue.
Best Regards. -
AuthorPosts
- You must be logged in to create new topics. Login / Register