Home Forums WoodMart support forum When the login screen is displayed (the page pops up from the side), the 2FA log

When the login screen is displayed (the page pops up from the side), the 2FA log

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #237433

    soga172
    Participant

    We tested that the normal woocommerce login page can be displayed normally, but the “side pop-up window” in the theme does not work, but just like the login failed to the normal page, please enter the account, password and 2FA again.
    “Side pop-up window” >> When you press once to log in, you will not be able to enter the 2fa input code field correctly, which will result in failure.

    After logging in, can the “side pop-up window” be modified to display 2fa? It looks like a normal screen, please re-import the 2FA field! !

    https://www.loom.com/share/b6426d4bbb8a427bb921499e98b93e53

    #237504

    Artem Temos
    Keymaster

    Hello,

    Sorry, but your problem is not quite clear for us. Do you use some extra plugin for this functionality? Could you please send us your website link so we can test it? And provide us with your admin access also.

    Kind Regards

    #237510

    soga172
    Participant

    This is the administrator authority (I will turn off the 2fa security login first), and then you can open the test mode.
    It is normal for the original page to function, but it is not normal to encounter the bounce login page you designed.

    #237631

    soga172
    Participant

    What if you need to set the style of the button to be the same as the theme?
    Below is the button video of the page I want to change
    The theme is with dark buttons. The rest of our buttons want to be the same as the theme, how can I change it?
    https://www.loom.com/share/15a6325b8a454f4e91a605d7dd0db830

    #237780

    soga172
    Participant

    Do you still need permissions to solve the problem?
    Because we want to turn off permissions.

    #237809

    Artem Temos
    Keymaster

    Hello,

    As we can see, you are using some extra plugin to add 2 Factor Authorization to your website. This plugin adds a custom field on the my account page only. It is not adapted to work in other places with other themes. Sorry, but we can’t fix this in our theme and it is how the plugin works. You can try to contact plugin’s developers for help on this matter.

    Kind Regards

    #237835

    soga172
    Participant

    What if you need to set the style of the button to be the same as the theme?
    Below is the button video of the page I want to change
    The theme is with dark buttons. The rest of our buttons want to be the same as the theme, how can I change it?
    https://www.loom.com/share/15a6325b8a454f4e91a605d7dd0db830

    What about this problem? Can you give me css syntax?

    #237839

    Artem Temos
    Keymaster

    We are not able to log in to your website now to check the problem and prepare the CSS code.

    #237848

    soga172
    Participant

    You can log in, please help me solve it. Thank you

    #237883

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .button.simbatfa_settings_save,
    .button.rs_gift_voucher_submit_button {
    	background-color: #558063;
    }
    .button.simbatfa_settings_save:hover,
    .button.rs_gift_voucher_submit_button:hover {
    	color: white;
    }
    #237890

    soga172
    Participant

    I tried it, but his style of action is different from yours.
    The theme key word is white, and the color is the background!

    #237891

    soga172
    Participant

    I tried, but his behavior is different from the subject.
    The theme text is white, the mouse will change the background color in the past!

    #237909

    soga172
    Participant

    I revised the css, thank you for your reference
    .button.simbatfa_settings_save,
    .button.rs_gift_voucher_submit_button {
    color: white;
    background-color: #558063;
    }
    .button.simbatfa_settings_save:hover,
    .button.rs_gift_voucher_submit_button:hover {
    background-color: #486d54;
    }
    ——————————————–

    I also want to ask you to help
    The color of the button that will appear when the shopping cart is over 500 yuan
    a. Picture 1>> keep changing to the same color changing action as No. 2.
    Assuming that when the key is in effect, the background will change color when the mouse is moved
    b. Picture 2>> is changed to the same as the theme.
    c. If this is changed, only this page is changed

    Attachments:
    You must be logged in to view attached files.
    #237922

    soga172
    Participant

    I use the following, but this will all appear in the entire domain. How to limit it? Below I just want to change the “number 2 in the picture” to the theme style!

    .button.button {
    color: white;
    background-color: #558063;
    }
    .button.button :hover {
    background-color: #486d54;
    }

    #237934

    soga172
    Participant

    Can you ask about your side login information page? Is it principle? how to work? Because we want to provide the plug-in staff with more detailed information so that he can understand and update it!

    #237936

    Artem Temos
    Keymaster

    We don’t see these buttons at the moment http://prntscr.com/vbt412

    Our login sidebar uses the standard WooCommerce login form function. So it looks like the plugin works on the “my account” page and doesn’t recognize the form on other pages.

    #237938

    soga172
    Participant

    You can see it now. ^^

    #237942

    Artem Temos
    Keymaster

    Replace the code with the following one

    .button.simbatfa_settings_save,
    .button.rs_gift_voucher_submit_button,
    .woocommerce .cart-table-section .cart-actions .button {
    	color: white;
    	background-color: #558063;
    }
    .button.simbatfa_settings_save:hover,
    .button.rs_gift_voucher_submit_button:hover,
    .woocommerce .cart-table-section .cart-actions .button:hover {
    	color: white;
    }
    #238079

    soga172
    Participant

    Excuse me, if the checkout page is also changed to the form upstairs >>>https://hsiangh1.sg-host.com/checkout/

    You can provide “.woocommerce .cart-table-section .cart-actions” what should be changed? Thank you

    #238121

    Artem Temos
    Keymaster

    If you want to make all buttons with your active color you can customize this in Theme Settings https://prnt.sc/vcczuu

Viewing 20 posts - 1 through 20 (of 20 total)