adhamdwikat
Forum Replies Created
-
Jeremy Herve
thanks for your reply
i have solved the issue, i track the css , some of my theme css was over riding the jetpack css
i added couple of css in the CSS Editor and that worked for me
here is the css i have added.genericon-facebook:before { content: '\f203' !important; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 30px/1 'Genericons' !important; font-size: 30px !important; font-family: 'Genericons' !important; color: #fff; vertical-align: top; } .genericon-twitter:before { content: '\f202' !important; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 30px/1 'Genericons' !important; font-size: 30px !important; font-family: 'Genericons' !important; color: #fff; vertical-align: top; } .genericon-instagram:before { content: '\f215' !important; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 30px/1 'Genericons' !important; font-size: 30px !important; font-family: 'Genericons' !important; color: #fff; vertical-align: top; } .genericon-youtube:before { content: '\f213' !important; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 30px/1 'Genericons' !important; font-size: 30px !important; font-family: 'Genericons' !important; color: #fff; vertical-align: top; } .genericon-googleplus:before { content: '\f206' !important; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 30px/1 'Genericons' !important; font-size: 30px !important; font-family: 'Genericons' !important; color: #fff; vertical-align: top; }
and i think that your previous css should solve it too but it should have
font-family besides font , because i think that font canot over ride font-family#Jeremy Herve
hello , i have the same problem
i have edited css as you mentioned above.site-footer-widgets .widget_wpcom_social_media_icons_widget .genericon {
font-family: Genericons;
}but the icons still do not appear
Forum: Plugins
In reply to: [WC Fields Factory] Number Filed always show the validation messageits just a self written plugin , i was trying to write a plugin to have a custom field , i think the issue was in the id attribute of the filed , maybe it was the same for both fields , i did not make sure , i just deactivated it
Forum: Plugins
In reply to: [WC Fields Factory] Number Filed always show the validation messagei found the problem ,
it was another plugin which cause this issue ,
i don’t know why , but any way i deactivated the other plugin and now the problem disappear