• Resolved danielkn

    (@danielkn)


    I have a problem with the plugin. I’ve run it on two different pages to customize the dashboard. Although the plugin is up to date on both sides, they differ. For one thing, the menu item “Admin Page” is missing on a page. but that’s not that bad, the real problem is that the plugin wants to edit the login page, but it shouldn’t, I have another plugin for that. On the other hand, that’s all good, because the login page looks the way it should, but on the other hand, the plugin changes the settings. Why is that and how can I prevent your plugin from changing the login page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author David Vongries

    (@davidvongries)

    Hi @danielkn,

    you can add a filter to your child-theme’s functions.php to disable the Login Customizer feature completely.

    add_filter( 'udb_login_customizer', '__return_false' );

    We will add a setting with one of the next releases so you can disable the feature within the plugin ??

    Best,
    David

    Thread Starter danielkn

    (@danielkn)

    Yes, I tried this, but it didn’t work.

    The strange thing is, that on the other page I dont have the issue with the login form, but its your plugin, if I disable it, it works.

    Plugin Author David Vongries

    (@davidvongries)

    I’ve just tested the filter and it worked perfectly fine on my end. Where have you added the filter?

    Thread Starter danielkn

    (@danielkn)

    In the function php of my child theme

    Plugin Author David Vongries

    (@davidvongries)

    Hi @danielkn,

    I’ve figured it’s not working in some cases. We’ll provide an option so you can turn off the feature within the plugin with the next release.

    Thanks for pointing this out!

    Will re-open this until it’s resolved.

    Best,
    David

    Thread Starter danielkn

    (@danielkn)

    When is the Update Coming, where I can disable the function?

    Plugin Author David Vongries

    (@davidvongries)

    Hi Daniel,

    no estimate for when this is going to be added but we’re trying to squeeze it into one of the next releases.

    Best,
    David

    Plugin Author David Vongries

    (@davidvongries)

    You can now enable/disable certain features in the plugin under Ultimate Dashboard -> Modules ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problem with Login Page’ is closed to new replies.