Join our new community forum for support & discussion

Join Now

Home Support General HivePress Reviews without reg, vendor block

Reviews without reg, vendor block

  • Author
    Posts
  • tehnique

    Hello! Great plugin and theme! Will be happy to buy premium in future!

    And a few questions:
    1) how can i remove vendor block on listing page?
    2) is it possible to make people write reviews without registration?
    3) how can be changed listing url?
    Mysite.com/listing/my_cool_company/

    ihor developer

    Hi, thanks!

    1. Please try using this CSS snippet to hide it:

    .hp-listing--view-page .hp-vendor {display:none;}

    2. There’s no such option at the moment, but I plan to add it, although it would be hard to prevent spam without requesting registration.

    3. Please add this code snippet to the child theme functions.php file and then refresh permalinks in Settings/Permalinks section:

    add_filter('hivepress/v1/post_types', function($args) {
        $args['listing']['rewrite']['slug']='custom-slug-here';
    
        return $args;
    });
Viewing 2 posts - 1 through 2 (of 2 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.