bnewburger
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Font Awesome Share Icons] PHP Error MessagesI had this too. Looks like a programming bug in the conditional logic. I solved it in the Settings page for this plugin by setting “Display shares counter” to “Right” instead of “No.” Then I hid the unwanted counter by setting “Minimum shares to show” to a very high number.
I solved the problem. It was not related to Javascript. There was a CSS conflict with my theme, which I solved by overriding one of your styles by adding this to my site’s custom CSS window:
.tml * {
box-sizing: content-box !important;
}That overrides the conflicting style:
.tml * {
box-sizing: border-box;
}that appears in theme-my-login.css. The look of the fields is a bit different, but I don’t mind. Thanks!
Yes, if I switch to another theme, the typing works. So clearly there is some conflict with my theme. But other aspects of the site work with the theme I have. Ideally I would like to fix this without changing my theme, as there is considerable customization. Do you have any suggestions to do that? Thanks!