Matthias Kohlhoff
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Leaf] Slider – "all categories" not workingI have done the same 🙂
Forum: Themes and Templates
In reply to: [Leaf] Slider vs. FirefoxDer Einfachheit halber schreibe ich mal auf Deutsch …
Beim Slider gibt es einen Bug, der immer mal wieder dafür sorgt, dass das letzte Wort eines Artikel-Titels nicht angezeigt wird. Das liegt wohl an der falschen Berechnung der Breite des Titels.
Dieser Fehler tauchte auch bei Dir auf dem Blog auf (beim FF).Dein Problem mit der Anzeige der Artikel ist – vermute ich – kein Bug, sondern von den Autoren so gewollt. M.E. macht es auch Sinn, im Slider die absoluten Top-Artikel zu zeigen und darunter die nachfolgenden.
Wenn Du das ändern möchtest, müsstest Du das in den PHP-Dateien tun. Leider konnte ich auf die Schnelle nicht rausfinden, an welcher Stelle …
Gruß,
MatthiasForum: Themes and Templates
In reply to: [Leaf] Slider vs. FirefoxI went to your blog at http://forsakenxe.de/wordpress/ and it works good. The Caption is shown on full width.
Perhaps you have to reload the page?Forum: Themes and Templates
In reply to: [Leaf] Slider vs. FirefoxHere is a quick fix for this bug. Not very handsome, but it will suffice for some days – I hope not more 😉
Go to the “design – editor” section and insert this little snippet in the main css-File “style.css”. I inserted the snippet just above the “Print”-Section in the CSS.
/* ————————————————————–
* = quick fix bug in Slider
* ———————————————————– */
.iview-caption.caption3 {
width:660px;
}It’s tested on:
Mac: FF, Safari, Opera, Chrome
Win: IE 9I hope, it will work for some of us,
MatthiasForum: Themes and Templates
In reply to: [Leaf] Slider vs. FirefoxI will wait for an update of the leaf theme. The bug is not too heavy … I don’t want to use a Childtheme
Forum: Themes and Templates
In reply to: [Leaf] how to change the "Full Article." textJust have a look at here: http://wordpress.org/support/topic/translation-31
This tip helped meForum: Themes and Templates
In reply to: [Leaf] Slider vs. FirefoxI think the width off the DIV-Container with the class “caption-contain” is not set to the right value. Sometimes it is too small, sometimes it is wide enough. I could not figure out when.
Is there a possibility to change the slider to a look like the one on this blog http://www.kanzlei-lagerpusch.de ?
Forum: Themes and Templates
In reply to: [Leaf] Translation ?Thanks for your replies.
I forgot, that I have to create a new language for the leaf theme. Thanks @keesiemeijer for the tip!
I hope, I will remember the tip the next time I need a localisation ;-))
Forum: Themes and Templates
In reply to: [Leaf] section "more articles" not shown on homepageThanks! Now it works.