• Resolved Jeffrey Smith

    (@jeffreysmith1500)


    On listing detail page, at bottom of contact info, “Offline Now” appears. How can I hide this badge?

    • This topic was modified 3 years, 2 months ago by Jeffrey Smith.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Muhammad Ali Akbar

    (@alireyad)

    Hi,
    Add below code in child theme functions.php file to remove online/offline status –

    use RtclPro\Controllers\Hooks\TemplateHooks; // movie it to top
    remove_action( 'rtcl_listing_seller_information', [ TemplateHooks::class, 'add_user_online_status' ], 50 );

    Thank You

    Thread Starter Jeffrey Smith

    (@jeffreysmith1500)

    Thanks Ali Akbar, that works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide Offline Now Badge’ is closed to new replies.