Login Modal Broken

Posted in: Newspaper
Post count: 40

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

Post count: 20687

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

Post count: 40

Thanks the custom code fixed it

Post count: 40

Hi, I just logged out and the problem remains, it looks fine when it loads but goes back to the old state when i try to type in.

Post count: 20687

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

Post count: 40

Thanks, it worked like a charm.

Post count: 40

Okay the problem is back!!!
Check it here, also the search button
https://www.pcbuilderbd.com

  • This reply was modified 7 years by zseo.
Post count: 20687

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

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.