Change My account link - WCFM (Woocommerce) - wordpress

Maybe someone knows how to Change "Account" button link here in Woocommerce. I want that it takes user to Pro dashboard ( WCFM ) not on my account ( standart Woocommerce my account ) . We can set it easily in settings- set my account pages as "Pro dashboard"but then it automatically changes adresses, and password recovery doesn't work, because its linking via standart My- account.
So i just need when i click on it, it goes to pro dashboard, and we are not seeing "my account"

I'm only new to WP but I think if you go to the WP Dashboard > Woocommerce > Settings > Advanced > Page Setup you can change the My Account page
Hope this is helpful and not too late :)

Related

Woocommerce user account is taking to wpadmin

I have set-up an eCommerce site on WordPress, when someone clicks on the user account icon it's taking to wp-admin but it should take the user to the user account (for login or creating a new account)
In WooCommerce > Settings > Advance (I can see My account page is set-up to the user account) but still, it's not going to the user account.
You create a new page using elementor or page editor. After that, add the short code below and add that page as my account page in woocommerce
[woocommerce_my_account]

appearance and plugin not available in wordpress admin panel

I have created online store in word press. I logged in to admin panel with my admin login and i have verified that login is having admin rights also. Now,I want to change banner image and some font color but I can't see plugin and appearance tab in sidebar.please help. screenshot of the admin panel
User admin
An issue that some users have mentioned is that when they have entered their WordPress admin panel that they have been unable to locate their plugins menu from within the dashboard. This should appear about half way down the menu on the left of the screen below appearance and should have an icon that looks a little like a domestic plug. However for multisite users you may have to login as network admin to view this tab.
If however this tab is still missing you may wish to try the following:
See if the following exists:
http://www.example.com/wp-admin/plugins.php (where you should
replace example.com with the name of your site. If this does not
exist then it is missing from your theme and needs to be replaced or
you should swap your theme.
Also check in your FTP for a folder called wp-plugins where your plugins should reside, if this does not exist then you should create
it.
If you do have a wp-plugins folder deactivate it by changing its name and then check your WordPress admin panel as your problem could
be caused by a faulty plugin.
Are you sure that you are the admin and you have all rights to access?
Try checking with default admin login while you installed the wordpress, it seems you don't have complete permissions.
In your attached screenshot notification showing "Wordpress update available. Please notify administrator" clearly showing that you are not having the complete admin rights

wordpress plugin is not working in the user admin panel

I've made a plugin for my WordPress and its working fine with the admin panel.
I've given a collaborator access to a user and that user can login with his details, he has limited options on the admin menu which he can use.
The plugin is not showing on that menu can anyone tell me is it possible to give users or a specific user access of that plugin?
i need help thank you in advance.
You can use the Adminimize plugin https://wordpress.org/plugins/adminimize/ and you can set the privileges whom you need to show up the plugin when the login is successful at their sign up accounts.

Different Login for WooCommerce

In my Wordpress website I am using one directory plugin (Sabai Directory) and WooCommerce.
Now when user register for directory, users are able to use same login detail for WooCommerce (shopping) or if a user buy and product and register at the time of shopping , he is able to user same login on directory.
I want different login for directory and shopping . Means different database user table for both .
If a user register for directory he will not able to use same login for WooCommerce .
Please help me ! If there is any plugin that create separate table for WooCommerce registration , that will be great .
In WordPress the list of all users is maintained in table wp_users. User role/capability can differ ( like by default woocommerce registers a user as "customer" ). So it doesn't matter whether you register through woocommerce or anything else, all users will end up at same place unless the third-party plugin you are using is maintaining separate table or other mechanism for users.
Conclusion:
You can have different login for directory and shopping, iff "Sabai Directory" plugin maintains separate user record (Woocommerce does not). Or develop a plugin that does the thing you need :)
It looks like a capabilities issue. you'll need to add a capability for doctors and then on all your doctors pages add
if (!current_user_can('doctors') {
echo 'You shouldn't be here;
} else {
//doctor page stuff
}
to your pages that you want doctors to view but not shoppers.
Depending on how complex you need it you may need to even add a role

WordPress Buddypress User roles and capabilities and Protected contents for specific user levels

I am trying to set specific role/permissions for users in BuddyPress using plugin 'role manager' (http://www.im-web-gefunden.de/wordpress-plugins/role-manager/) but some how it's not working as it should be. Here is my settings in WP dashboard:
Am I setting the wrong user level?
Also, how can I setup password protected contents for specific user roles?
The only thing I have tried so far is 'role manager' settings in WP dashboard (as shown in above image)
Any suggestions / help will be appreciated.
~ Dipak G.
BuddyPress currently doesn't make use of WordPress roles and capabilities. What does this mean? You can set/edit capabilities for certain roles, like in your screenshot above, and it'll only affect that user trying to access default WordPress content or admin features.
It won't have any impact at all on BuddyPress, or any of its features.

Resources