WPIntell

Source evidence

Icon list not working

WP User Stylesheet Switcher · support · 2016-11-04T16:57:00+00:00

mixedsentiment
mediumseverity
0.72relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
isikerkan resolved
Hey 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 🙂

Comments

3 shown
vgstef 2016-11-05T04:26:00+00:00

Hi, Are the plugins, the theme and WordPress up-to-date? In the console, I see an error. -> ReferenceError: stLight is not defined

vgstef 2016-11-05T04:30:00+00:00

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; }

isikerkan 2016-11-05T17:15:00+00:00

Worked perfectly. Thank you very much 🙂