[ad_1]
How do I write a short note on the listing page, like a “disclaimer”. It’s not a field were the user has to input information. It’s a text by the admin like a “disclaimer” showing up on all listings. How do I archive this?
Hi,
1. Admin area already restricted for subscriber user. Could you access admin area when logged in as Subscriber?
2. Yes, we have this feature https://prnt.sc/9AvoL16LueKK
3. Yes, you can remove offline/online status using hook. Add below code in child theme functions.php file
remove_action( 'rtcl_listing_seller_information', [ \RtclPro\Controllers\Hooks\TemplateHooks::class, 'add_user_online_status' ], 50 );4. Sorry, we don’t have any disclaimer feature to show on each listing page. You can achieve it by custom work.
NB: I see, you are using pro version of plugin. Please, create ticket from our site as a pro user.
Thank you
