• Resolved JeroenK

    (@jeroenk)


    On mobile (mobile theme switcher to twenty sixteen) I get the text of the forgotten password over the submit button. See screenshot: https://www.weylintracking.nl/temp/Screenshot.png

    I temporarily fixed the issue this way:

    wp-members/admin/inc/class-wp-members-forms.php
    ‘link_before’ => ‘<div align=”right” class=”link-text”>’,
    ‘link_before’ => ‘<br><br><br><div align=”right” class=”link-text”>’,

    Added a few linebreaks…

    Hope this could be fixed the proper way in a future update. Thanks so much!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    With the number of possible themes out there, it is impossible for every possibility to be covered. That is why the plugin allows for you to apply custom CSS. (Additionally, WP now has a CSS editor built into the customizer which makes it even easier. This is available if you’re using WP 4.7 or higher.)

    The proper way to address this is via CSS either in the customizer or creating a custom stylesheet for the plugin that blends it with your theme. Editing the plugin’s core is not a good approach for this or any other plugin.

    https://rocketgeek.com/plugins/wp-members/docs/customizing-forms/
    https://rocketgeek.com/basics/do-not-modify-plugin-files/

    Thread Starter JeroenK

    (@jeroenk)

    I’m afraid this goes beyond my capabilities. I can only see the problem when I am logged out, but then the editor isnt working…

    Thanks for your help. I’ll have to dive deeper into this when I have some time for it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile login CSS problem’ is closed to new replies.