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
- This topic has 19 replies, 2 voices, and was last updated 4 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
October 31, 2020 at 7:28 am #237433
soga172ParticipantWe 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! !
October 31, 2020 at 12:13 pm #237504
Artem TemosKeymasterHello,
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
October 31, 2020 at 12:33 pm #237510
soga172ParticipantThis 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.November 1, 2020 at 5:29 am #237631
soga172ParticipantWhat 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/15a6325b8a454f4e91a605d7dd0db830November 2, 2020 at 2:32 am #237780
soga172ParticipantDo you still need permissions to solve the problem?
Because we want to turn off permissions.November 2, 2020 at 7:20 am #237809
Artem TemosKeymasterHello,
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
November 2, 2020 at 8:17 am #237835
soga172ParticipantWhat 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/15a6325b8a454f4e91a605d7dd0db830What about this problem? Can you give me css syntax?
November 2, 2020 at 8:23 am #237839
Artem TemosKeymasterWe are not able to log in to your website now to check the problem and prepare the CSS code.
November 2, 2020 at 8:47 am #237848
soga172ParticipantYou can log in, please help me solve it. Thank you
November 2, 2020 at 10:38 am #237883
Artem TemosKeymasterTry 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; }
November 2, 2020 at 10:45 am #237890
soga172ParticipantI tried it, but his style of action is different from yours.
The theme key word is white, and the color is the background!November 2, 2020 at 10:47 am #237891
soga172ParticipantI tried, but his behavior is different from the subject.
The theme text is white, the mouse will change the background color in the past!November 2, 2020 at 11:21 am #237909
soga172ParticipantI 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 changedAttachments:
You must be logged in to view attached files.November 2, 2020 at 11:49 am #237922
soga172ParticipantI 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;
}November 2, 2020 at 12:09 pm #237934
soga172ParticipantCan 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!
November 2, 2020 at 12:17 pm #237936
Artem TemosKeymasterWe 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.
November 2, 2020 at 12:26 pm #237938
soga172ParticipantYou can see it now. ^^
November 2, 2020 at 12:34 pm #237942
Artem TemosKeymasterReplace 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; }
November 3, 2020 at 3:37 am #238079
soga172ParticipantExcuse 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
November 3, 2020 at 7:20 am #238121
Artem TemosKeymasterIf you want to make all buttons with your active color you can customize this in Theme Settings https://prnt.sc/vcczuu
-
AuthorPosts
Tagged: https://hsiangh1.sg-host.com/
- You must be logged in to create new topics. Login / Register