• Resolved saxina

    (@saxina)


    I disable the “Agencies” option from uListing -> User Roles, expecting to see only user and agent roles in the registration page. But these settings are lost when I refresh the page after save.

    Settings after save
    https://pasteboard.co/QjXlGqK0XG6y.png

    Settings after page refresh
    https://pasteboard.co/SNOtf5QOB3qD.png

    What I want to achive: I need to show only the “user” type of role in registration form option. The agency/admin will be the admin of the website. No secondary admin is needed.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support EricStylemixThemes

    (@ericstylemixthemes)

    Hello @saxina

    We determined a conflict in the plugin regarding the plugin. The needed fix will be available in one of the upcoming plugin updates. As temporarily solution you can apply the following CSS rules to hide agency user role on the form:

    #stm-listing-register .form-field-white:nth-of-type(5) .ulisting-select2 option[value="agency"],
    .select2-results__options li:nth-of-type(2){
      display: none !important;
    }

    Kind regards

    Thread Starter saxina

    (@saxina)

    Thank you!

    This temporary fix is working

    Plugin Support EricStylemixThemes

    (@ericstylemixthemes)

    You are welcome ??

    Feel free to create new topics in case of any other questions.

    Best wishes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changes made to User role settings does not save’ is closed to new replies.