Hi, my login modal is broken for a while,
Here is a screenshot
https://imgur.com/PqtmvuQ
Here is a link to it (check top bar)
pcbuilderbd.com
Hi,
Seems that one of the inputs (the username input) is not displayed, only the password field appears. After inspecting the issue I see that the inputs and labels used by the theme are replaced by a different CSS (maybe by a plugin or custom code) One of the inputs is set to invisible and also the design is affected.
I could give you a code to fix this
– https://www.screencast.com/t/mX5z0uVbQQNm
– https://www.screencast.com/t/oGMycGbzi
Enter the code in Theme panel->Custom CSS
#td-mobile-nav .td-register-section .td-login-input,
.mfp-content .td-login-input:invalid {
display: inline-block;
}
.td-login-inputs label {
padding: 0!important;
}
Thanks
Hi,
Indeed it does, I did not see that at the time. Add this in the custom CSS and it will be fixed
– https://www.screencast.com/t/j3FU97Bq
.mfp-content .td-login-input {
display:inline-block;
}
Thanks
Okay the problem is back!!!
Check it here, also the search button
https://www.pcbuilderbd.com
-
This reply was modified 7 years by
zseo.
Hi,
The login seems fine – https://www.screencast.com/t/69ysfivob3C1
The search is broken however. I can give you a code to fix that as well
– https://www.screencast.com/t/UGRYg75gTns
.td-head-form-search-wrap #td-header-search{
display:inline-block;
}
All these issues seem to originate in this custom code you use
– https://www.screencast.com/t/xKMigoZn