• Resolved eltata78

    (@eltata78)


    Hi,

    I just installed your plugin and I think it’s great. I’m thinking about buying some additional such as live booking and payment platform.

    However, while configuring the basic plug in, there’re several errors that I can’t manage to deal with :

    1/ In the “Form Field” section, there’re some fields that I can’t translate, such as category titles, or “Add New” at the very top of the page (looks to be the h1 of the /add-listing page, front-end).
    2/ In the “Form Field” section, there’re some fields that I don’t want to see apparing, but I can’t disabled them so they keep appearing (“location” and “category”).

    Many thanks,

    Eric

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @eltata78,

    Thank you for reaching us out.

    1. We could not reproduce it on our demo site (Directorist v6.5.0). Please check here.
    Here is the frontend view.
    There might be conflicts on your site that are causing the issue. Please debug using Health Check & Troubleshooting plugin and let us know your test results.

    2. There is no default option available to hide the location or category field at the moment. However, you can do that using custom CSS. Please use the following line of codes in your themes additional CSS tab:

    #atbdp_locations {
    display: none;
    }
    #atbdp_categories {
    display: none;
    }
    

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the text on some field & button’ is closed to new replies.