• Resolved daebak74

    (@daebak74)


    I am interested in purchasing the plugin but would like to know if these points can be fixed:

    1 Tags should be managed like categories, ie have the possibility to assign them to the “Directory Type”.

    2 All plugins, list with map have the function that the “mouse hover” shows the corresponding pin of the map. Here it is absent.

    3 The description of the “Private Directory” you make, “Selected items and sections of the theme can be displayed for special users only.” This is incorrect because I don’t have the option to select which directory_type to password protect. this affects all directories [directorist_all_listing logged_in_user_only = “yes”].
    And also the solution in answer to a question a few days ago “Hide / Unpublish Directory” to password protect the page is not correct because you can access that directory by guessing the name of the directory type from this url / all-listings /? directory_type = << hidden directory type >>.

    Solutions:

    – Add in directory builder “protect by password” at the specific directory level.

    OR

    – Add exceptions in the shortcodes via ids [directorist_all_listing view = “listings_with_map” directory_type = “general” map_height = “800” exclude = “21,23”]

    Then give the option to put a directory type in Draft I think it should be integrated. However the last solution with id exclusion, which I believe is also the fastest, would also solve the problem of “unpublish” some directory types.

    I am very interested in purchasing and using your plugin so I hope to receive an answer with solutions for at least the first 2 points. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Greetings!

    Thanks for reaching us and showing your interest in our product.

    (1) Right now we do not have this feature available where you can assign Tag to directory type. Yet I am going to pass along the thought to the product development team for consideration.

    (2) Right now this feature is not available in the core functionality of the plugin. However, this can be done with some custom modification. We can make this feature available in your site if you want.

    (3) Have you tried this shortcode, [directorist_all_listing view = “listings_with_map” directory_type = “general” map_height = “800” logged_in_user_only = “yes”]

    I think that will be the best solution for the scenario you have just described.

    Feel free to reach us with any of your issues and queries. We are happy to help you.

    Kind Regards.

    Thread Starter daebak74

    (@daebak74)

    Thank you for your reply and I am very pleased to hear that the availability you offer to your customers and those who want to become so.
    
    (2) Perfect. Anyway you should implement a map and marker customization. Among other things "list with map" you present it as a premium plugin so a customer would expect something complete. Then many plugins of listing have fewer functions than yours but for the graphical aspect more accurate. If you dedicated yourself to improving this aspect, you would have a lot more sales.
    
    (3) [directorist_all_listing view = "listings_with_map" directory_type = "general" map_height = "800" logged_in_user_only = "yes"] Sure I tried but this solution means password protecting everything.
    
    Scenario
    
    I have directory_type_1 with id 1 and directory_type_2 with id 2 and directory_type_3 with id 3.
    
    I want to password protect the one with id 3.
    
    The ideal thing would be for the user to be able to choose, for example through a checkbox, in the builder settings directory, which one to protect but there is some code to write. So the most immediate solution would be the following:
    
    On the main page of all the listings, use a shortcode like quseta
    
    [directorist_all_listing view = “listings_with_map” directory_type = “general” map_height = “800” exclude = "3"]
    
    and on another page with the protected directory
    
    [directorist_all_listing view = “listings_with_map” directory_type = “general” map_height = “800” logged_in_user_only = “yes” include = "3"]
    
    I hope I have explained.
    
    Thank you

    Hi @daebak74,

    2. We plan to introduce more customization options like colors and stuff for the map marker. Thanks for your feedback, it’ll help us make a better decision.
    3. Thanks for the explanation. I understand what you want but unfortunately, we do not have this option available. What you can do is just include the one with the ID of 1 and 2 on the page, like this:

    
     [directorist_all_listing view = “listings_with_map” directory_type = “slug-of-1, slug-of-2” map_height = “800”]
    

    And for the one with the ID of 3, which will be password protected, just like this:

    
     [directorist_all_listing view = “listings_with_map” directory_type = “slug-of-3” map_height = “800” logged_in_user_only = “yes”]
    

    Hope this helps, let me know if there’s anything else.

    Regards,
    Mahdi.

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

The topic ‘Pre Purchase Considerations.’ is closed to new replies.