Conversation
supportHey guys, Last time I visited my site and I found out that the Icon list in WP Stylesheet switcher is not working. The Dropdownlist is working so far. I’ve already checked all the debug logs on wordpress and apache2 but couldnt find a hinch. Also tried with all plugins disabled, but didnt change anything. Is it maybe a issue with my theme or cookie.js? Here is a picture of what I mean: My site: xetorian.de Kind regards, Erkan Isik
Hi, Are the plugins, the theme and WordPress up-to-date? In the console, I see an error. -> ReferenceError: stLight is not defined
Hum, I found something, The icon are there the html page. The the CSS class is set to “display: none”. In main.css, “.widget span” seems to be in cause: .footer_widget span, .widget span { display: none; font-size: 12px; }
Worked perfectly. Thank you very much 🙂
Hi, Are the plugins, the theme and WordPress up-to-date? In the console, I see an error. -> ReferenceError: stLight is not defined
Hum, I found something, The icon are there the html page. The the CSS class is set to “display: none”. In main.css, “.widget span” seems to be in cause: .footer_widget span, .widget span { display: none; font-size: 12px; }
Worked perfectly. Thank you very much 🙂