fcc2021
Forum Replies Created
-
Thank you.
Hi, thanks for your answer
Can you explain how can I extract the theme CSS override ? I’m not sure how to do it.
Thank you.Hello, the page URL is https://fétichic.fr/store-manager/messages, but you need a vendor account to see it.
Here is one:
john_doe
WPDARKMODESUPPORT
Thank you.Forum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewHello thanks for the code, the problem is half resolved we still see name+username on top, I made a screenshot https://prnt.sc/17fyrkh.
Waiting for an answerForum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewLike I told you he told me to ask you because he can’t do anything more.
How can I hide the username if its possible ?Forum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewHi thanks for your answer but I don’t want to change it, I just want to show the username instead of the name + second name of the customer.
Thanks.Forum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewIts named WCFM Marketplace.
ThanksForum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewHi, I have contacted the plugin author that gave me code snippet to fix it but nothing worked. He even tried with admin user but it does not work. That’s why I’m asking you here, the plugin author told me to.
This is the code that is supposed to fix it :add_filter('get_comment_author', 'wcfm_comment_author', 10, 1); function wcfm_comment_author( $author = 'Anonymous' ) { $comment_ID = get_comment_ID(); $comment = get_comment( $comment_ID ); if (!empty($comment->comment_author) ) { if($comment->user_id > 0){ $user=get_userdata($comment->user_id); $author=$user->user_login; } else { $author = __('Anonymous'); } } else { $author = $comment->comment_author; } return $author; }
Can you please help me with this.
Forum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewtell me if you need more information.
waiting for an answerForum: Themes and Templates
In reply to: [HoneyWaves] Name in reviewhttps://fétichic.fr/profil/modele2/avis-vendeur
Its a exemple of reviews of a vendor from my site.
Like you can see the reviews, it show the name of customer instead of username.