norwik
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] JS Overview charts not working AND what’s its DB QueryHello,
I had the same problem (JS overview). Changing the “Days” to “Month” solved it.
Great plugin and support 🙂
Forum: Plugins
In reply to: [WP-Spreadplugin] Warenkorb Button fehlende Grafik oder LinkDanke Thimo für die schnelle Rückmeldung!
Per Custom CSS leider ohne Erfolg, der Button bleibt transparent.
EDIT: Folgendes hat funktioniert, !important; hatte gefehlt.
.spreadplugin-article input[type=”submit”], .spreadplugin-article button[type=”submit”], .spreadplugin-article input[type=”button”] {
background-color: black !important;
}Grüße
Markus
Forum: Plugins
In reply to: [WP-Spreadplugin] Weitere Informationen Link und iconDanke für Deine Hilfe!
Das mit dem Bild Überschreiben hatte ich noch selbst hinbekommen und das mit dem Link entfernen hat gut funktionert!
Grüße aus Berlin
Forum: Plugins
In reply to: [WP-Spreadplugin] Products All Showing in One Line!Got it… my fault 🙂
I just added “float:left” to the Original CSS without removing the lines before.
Everything works fine now 🙂
Thank you again!
Forum: Plugins
In reply to: [WP-Spreadplugin] Products All Showing in One Line!Thanks for the quick response but we have already tried out the solution since version 3.8.6 but it doesn’t work for us.
.spreadplugin-article, .spreadplugin-article-detail, .spreadplugin-design {
float:left;
}