• Resolved mogeh

    (@mogeh)


    Hello and thanks for this great plugin.

    I have looked through the documentation and forum to see how this can be achieved but no help so far.

    I am trying to re-order the ads details page which i understand it’s arranged using actions.

    I want to un-group and remove the add favorites, report abuse and the social sharing buttons from their current location ( do_action(‘rtcl_single_listing_inner_sidebar’, $listing); ) and position them under the seller information section or around different areas of the ads page .

    I highly appreciate your help in advance.

    Thanks

    • This topic was modified 3 years, 6 months ago by mogeh.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    hello,

    You can remove the hook

    remove_action('rtcl_single_listing_inner_sidebar', [ Rtcl\Controllers\Hooks\TemplateHooks::class, 'add_single_listing_inner_sidebar_action' ], 20);

    Hope this will help you.

    Thank

    • This reply was modified 3 years, 6 months ago by RadiusTheme. Reason: Php code error
    Thread Starter mogeh

    (@mogeh)

    Thanks. Your help is very appreciated as the problem has been solved.

    Plugin Author RadiusTheme

    (@techlabpro1)

    ok Thanks too !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove, add or create new actions’ is closed to new replies.