Login Bug - by Oddpod - on WordPress WooCommerce support

This topic has 5 replies, 4 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler

  • Avatar: Oddpod
    Oddpod
    Participant
    December 23, 2020 at 20:13

    In the login page/sliding login, Remember me just shows as Remem..
    Please rectify the same

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 24, 2020 at 08:39

    Hello,

    This is not a bug – https://prnt.sc/w8y8hn , but predefined displaying.
    You can add the next code in Theme Options > Theme Custom CSS, to change the displaying:

    .et-off-canvas.et_b_header-account input#rememberme + span {
        overflow: inherit;
    }

    Regards

    Avatar: MichaelB
    MichaelB
    Participant
    December 24, 2020 at 22:20

    Rose,

    I think it is bug with the demo used.

    I am using the watch demo and don’t have this issue and never had to use CSS code to change the pre-defined display.

    Regardless of whether the above bit I said is true or not.

    It just doesn’t make sense to have the pre-defined bit to only show the partial text within a phrase when there is enough space to show all the wording.

    Please tell developer team to fix in next update.

    Avatar: FastFormations
    rj
    Participant
    December 26, 2020 at 05:48

    Correct its not a bug. its intentionally done but actually not needed. I tried on various screen resolutions and devices and found that there is enough space to show full text. So this property to show partial text can be safely removed.

    I suggest adding below code also:

    .lost-password {
        text-transform: capitalize;
    }
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 26, 2020 at 09:50

    Thanks for the notice.
    Feel free to ask if you have any other questions

    Regards

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.