• Resolved Juanma Aranda

    (@juanmaaranda)


    Hello! I would like to know if it is possible to hide the “registration” tab and leave only the login tab.
    Now, putting the .lrm-login class automatically inserts a popup with two tabs …
    Thank you very much.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi Juanma,

    Use following CSS for complete hide tabs:

    .lrm-switcher { display: none; }

    https://lifterlms.com/docs/add-custom-css-using-wordpress-customizer/

    Thread Starter Juanma Aranda

    (@juanmaaranda)

    Thank you very much Max! The plugin is quite good. But if you allow me a suggestion for an upcoming update, I can advise you as a user:

    – The password, by default, must appear hidden, not show it (it is usual in all forms).
    – Possibility to choose in the configuration if you want to show the option of registration and login or be able to disable one of the two (if you hide it by CSS you end up losing the style and even disappears the title you have configured for the popup).
    – Possibility of choosing in the configuration the destination page to which it must be redirected when the login is correct.

    Thank you for taking it into account and for your work in creating the plugin! regards

    Plugin Author Max K

    (@kaminskym)

    Hi Juanma,

    @– The password, by default, must appear hidden, not show it (it is usual in all forms).@
    Will do

    @– Possibility of choosing in the configuration the destination page to which it must be redirected when the login is correct.@
    Will add

    @– Possibility to choose in the configuration if you want to show the option of registration and login or be able to disable one of the two (if you hide it by CSS you end up losing the style and even disappears the title you have configured for the popup).@
    Need think about.

    Thank you for a suggestions.

    Regards, Max

    Plugin Author Max K

    (@kaminskym)

    Hi,

    @– The password, by default, must appear hidden, not show it (it is usual in all forms).@
    added this in version 1.04

    Plugin Author Max K

    (@kaminskym)

    @– Possibility of choosing in the configuration the destination page to which it must be redirected when the login is correct.@

    added to Pro version

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘only login option in popup’ is closed to new replies.