• Resolved wpbetsy

    (@wpbetsy)


    How to edit listing form if I want to remove Ad Type and Prices?

    Also, how to remove “Payment” tab on My Account page if no charges will be applied for listing on the site?

Viewing 15 replies - 31 through 45 (of 47 total)
  • Thread Starter wpbetsy

    (@wpbetsy)

    Which line of functions.php should I put the code in?

    Plugin Author RadiusTheme

    (@techlabpro1)

    Any line place bottom of file.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Please update latest version added more control.

    Thread Starter wpbetsy

    (@wpbetsy)

    Unfortunately, the code doesn’t work at all! The contact details fields still appear on the listing form. No change.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Please update latest version now without state field all fields can hide.

    Thread Starter wpbetsy

    (@wpbetsy)

    I have updated the plugin but “state” field still can’t be hidden.

    Thread Starter wpbetsy

    (@wpbetsy)

    Any updates?

    Thread Starter wpbetsy

    (@wpbetsy)

    If “state” field still can’t be removed, users can’t submit listings as it can’t be saved.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Have you added code properly I tested it work?

    Copy this code again see https://prnt.sc/l3vx5b

    function remove_classified_listing_actions(){
    remove_action('rtcl_listing_form', array(\Rtcl\Controllers\ListingHook::class, 'listing_contact'), 30);
    }
    add_action('init','remove_classified_listing_actions');
    Thread Starter wpbetsy

    (@wpbetsy)

    You’ve made all the fields can hide in the plugin, only one field “state” is left. Why not enable this to hide in plugin as well? Just one more, please.

    Plugin Author RadiusTheme

    (@techlabpro1)

    It is required field.

    Need to one field atleast required otherwise user submit without any contact form then who want to interest about the ad user can not contact with them.

    You want to hide all fields so your issue is solved right?

    Thread Starter wpbetsy

    (@wpbetsy)

    The users can contact each other by message.

    With only the field of “state”, the users won’t be able to contact anyone. So, it’s unnecessary. It’s just for listing/directory. Anyone who wants to contact the site can go to the websites. No problem.

    Please provide options to hide all contact fields.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Please mail [email protected] your site url and tell me which fields you need in contact area.

    Thanks

    Thread Starter wpbetsy

    (@wpbetsy)

    I want you to enable the option to hide “state” field in contact.

    Thread Starter wpbetsy

    (@wpbetsy)

    I don’t need any fields in contact area as visitors will always go to the listed sites. No need to contact list owners as users are not selling physical items on our site.

Viewing 15 replies - 31 through 45 (of 47 total)
  • The topic ‘edit listing form’ is closed to new replies.