Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Ultimate › how to remove WCFM_home Dasboard link on shop screen?
- This topic has 11 replies, 2 voices, and was last updated 6 years, 2 months ago by
WCFM Forum.
- AuthorPosts
- April 21, 2019 at 3:40 am #58765
djks74
ParticipantDear WCFM,
Sorry for this question, I noticed this Dashboard link appear on my Shop Page as shown in pic.
Could you help me how to remove this? try look on internet or googling it but cannot find it.Please advise me.
Really appreciate and Thanks - April 21, 2019 at 6:17 am #58797
djks74
ParticipantOk, it replaced the logo I put before and now it showing logo that edit and put again via FTP.
but how to remove it from the page? Thanks - April 21, 2019 at 6:55 am #58807
WCFM Forum
MemberHI,
Please add this line to your child theme’s functions.php –
add_filter( 'wcfm_is_allow_home_in_menu', '__return_false' );
Thank You
- April 21, 2019 at 7:09 am #58816
djks74
ParticipantHi,
Thanks for the reference! added to the function.php.
but it still there as shown here : http://prnt.sc/nesp1cregards,
Sandi - April 21, 2019 at 7:39 am #58819
djks74
ParticipantAhh… not the dashboard in the menu, but dashboard link which shown as our logo in the product page or Shop page.
pic : http://prnt.sc/nesxgk it shown there is dashboard link with our logo on the arrow!Thanks.
- April 21, 2019 at 7:52 am #58824
WCFM Forum
MemberOK, please disable this option form WCFM Admin Setting -> Dashboard – https://ibb.co/PFJNBss
Thank You
- April 21, 2019 at 7:53 am #58826
WCFM Forum
MemberHi,
You may disable product edit links from catalog pages as well by using this code snippet –
add_filter( 'wcfm_is_allow_catalog_product_manage', '__return_false' );
Thank You
- April 21, 2019 at 8:11 am #58833
djks74
ParticipantOk, it was I try to look for too actually which we cannot edit on the cataloquq. very cool!
Many Thanks.
- April 21, 2019 at 8:27 am #58839
WCFM Forum
MemberGreat .. you are welcome 🙂
- April 22, 2019 at 3:49 am #58910
djks74
ParticipantOne more question if you dont mind? 🙂
I try to find the string with loco transaltor, but cannot find this “store” string to make a changes in this filed.the “store” string is as shown here at https://prnt.sc/nf3ees
Please advise how to filter those to change the string word of “STORE”.
Thanks in advance!
- April 23, 2019 at 5:08 am #58992
djks74
ParticipantOk… found it. it was on marketplace settings actually. wkwkwk….
- April 23, 2019 at 5:23 am #58993
WCFM Forum
MemberYeah right, you may even set this different for different Group of Vendors.
Thank You
- AuthorPosts
- The topic ‘how to remove WCFM_home Dasboard link on shop screen?’ is closed to new replies.