Home › Forums › WoodMart support forum › Problem on social login buttons
Problem on social login buttons
- This topic has 15 replies, 4 voices, and was last updated 3 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
September 4, 2021 at 1:44 pm #316436
CandiceParticipantHi,
The logo and text on social login buttons are overlapping as attached picture.
I tried this code but it doesn’t work.
.wd-social-login .login-fb-link:before, .wd-social-login .login-goo-link:before {
left: 10px;
}It will be normal only on register page.
https://studioyasmina.com/my-account/?action=registerCould you check anything wrong on my site? Thanks.
Attachments:
You must be logged in to view attached files.September 4, 2021 at 8:23 pm #316481
Elise NoromitMemberHello,
Please, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent or default theme. This testing may take up to 15 minutes. You would better make the full backup of your site.
Best Regards
September 5, 2021 at 1:11 am #316502
CandiceParticipantHi,
I’m afraid that I can’t provide my site admin access since it has officially launched. Could you advice how to check the problem so that I can check it by myself? Thanks.
September 5, 2021 at 5:30 pm #316582
Elise NoromitMemberHello,
Please make a copy of your site and move it to a staging platform where we can test, then we will tell you how to solve and fix it without stopping your site.
Best Regards
September 6, 2021 at 5:53 am #316643
CandiceParticipantHi,
Staging site is ready for you. Thanks.
September 6, 2021 at 11:43 pm #316872
Elise NoromitMemberHello,
I deactivated the child theme and all the plugins not related to the theme, I have got this result: https://gyazo.com/20da84ad511901fa56360a24068e4ba3
Please activate the plugins one by one checking the login page to detect which plugin causes the problem and then activate the child theme.Best Regards
September 7, 2021 at 12:34 am #316889
CandiceParticipantHi,
I activated the plugin Breeze first and cleared all cache then the same error appeared on social login buttons again. Breeze is provided by cloudways which I setup my site on it. Could you check any problem between Breeze and Woodmart theme? Thanks.
September 7, 2021 at 9:34 am #316956
Artem TemosKeymasterHello,
Please, activate the plugin so we can see the problem now and try to help you.
Kind Regards
September 7, 2021 at 11:20 am #316971
CandiceParticipantSeptember 7, 2021 at 12:13 pm #316982
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
:root { --btn-shop-brd-radius: 0px !important; }
September 7, 2021 at 1:40 pm #317007
CandiceParticipantHi,
I added the code to the custom CSS area. It doesn’t work. Any other solution I can do? Thanks.
September 7, 2021 at 1:56 pm #317014
Bogdan DonovanKeymasterHi,
Try to replace previous custom code with the following one and clear site cache
:root body { --btn-shop-brd-radius: 0px !important; }
Kind Regards
September 7, 2021 at 1:59 pm #317018
CandiceParticipantHi,
I replaced the code and cleared site cache but it still doesn’t work.
September 7, 2021 at 2:39 pm #317025
Artem TemosKeymasterThe CSS is not applied because your pages are in the cache. Please, clear your cache and test again.
September 8, 2021 at 1:00 am #317088
CandiceParticipantHi,
I use Breeze to clear cache but the social login buttons show icon issue after activating Breeze. It seems this plugin has confliction with Woodmart social login function. Could you access to my staging site again and fix the problem? Thanks.
September 8, 2021 at 6:24 am #317125
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings instead
.login-form-side .social-login-btn .btn:before { left: 8px; }
-
AuthorPosts
- You must be logged in to create new topics. Login / Register