• Resolved jeffreysmith1500

    (@jeffreysmith1500)


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

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

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

    (@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 jeffreysmith1500

    (@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.