Join our new community forum for support & discussion

Join Now

Home Support General HivePress Click on add listing and show categories

Click on add listing and show categories

  • Author
    Posts
  • viniciusbh.soares

    I dont know what happen, before when I click on add listing button appears categories and after select one category the sub categories, but now when I click on add listing button go directly to the “submit-listing/details/” and the category selection now is a simple dropdown menu. 🙁

    how to make the button add listing go to the category selection and after select a category go to submit-listing/details?

    alexif

    Following. I have the same issue. Most probably because of an update?… I also want to revert to previous option to go through categories. The problem in my case is that I do not want to have listings added in categories, but in the subcategories which have specific fields.

    ihor developer

    @viniciusbh.soares Please make sure that “Display subcategories instead of listings” is not marked for these categories, you can also try refreshing the browser cache.


    @alexif
    Please use this code snippet to return the old Select Category step:

    add_filter(
    	'hivepress/v1/templates/listing_submit_category_page',
    	function( $template ) {
    		return $template;
    	}
    );

    There’s also a new update that doesn’t allow selecting parent categories so it should be ok now, in the same way as on the Select Category page.

Viewing 3 posts - 1 through 3 (of 3 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.