Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › how to remove WCFM_home Dasboard link on shop screen?
- This topic has 11 replies, 2 voices, and was last updated 5 years, 7 months ago by WCFM Forum.
- AuthorPosts
- April 21, 2019 at 3:40 am #58765djks74Participant
Dear 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 #58797djks74Participant
Ok, 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 #58807WCFM ForumMember
HI,
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 #58816djks74Participant
Hi,
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 #58819djks74Participant
Ahh… 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 #58824WCFM ForumMember
OK, please disable this option form WCFM Admin Setting -> Dashboard – https://ibb.co/PFJNBss
Thank You
- April 21, 2019 at 7:53 am #58826WCFM ForumMember
Hi,
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 #58833djks74Participant
Ok, 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 #58839WCFM ForumMember
Great .. you are welcome 🙂
- April 22, 2019 at 3:49 am #58910djks74Participant
One 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 #58992djks74Participant
Ok… found it. it was on marketplace settings actually. wkwkwk….
- April 23, 2019 at 5:23 am #58993WCFM ForumMember
Yeah 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.