Habe YAPB problemlos installieren können.

Wenn ein neuer Beitrag erstellt und veröffentlicht wird, gibt es keine Fehlermeldung. In der "Admin-Übersicht" der Beiträge erscheint vor dem Beitrag auch ein Mini-Thumb.

ABER im veröffentlichten Beitrag erscheint KEIN THUMBNAIL-Bild, obwohl es generiert worden ist. Das habe ich durch einen rechtem Mausklick "Grafik anzeigen" auf das Symbol überprüft. Die Verzeichnis-Rechte sind wie empfohlen auf "777" gesetzt (und werden in der Diagnose-Übersicht auch mit "o.k." bewertet). Hat jemand eine Idee, wie man dieses Problem lösen könnte? Vielen Dank im Voraus.
Gruß,
J.
Hallo -
Please post an url to your blog and the page not showing the thumbnails / Bitte schick einen Link zu der Seite in deinem Blog, die das Thumbnail anzeigen sollte.
Greets from Salzburg,
Johannes
Ooops, sorry! You can find the website (which is under construction) under the following url:
http://www.ideenlog.de
Thank you all in advance for any hint!
Best regards,
Josef
Did you change something? With IE6, i see YAPB-images on your homepage (although you have a little layout issue) and on the article-detail-page?
Maybe you should
download version 1.4.2 which i released today: There is an issue with some themes and their css if no width and height are given for the image. The new version renders width and height attributes into every image tag.
Greets from Salzburg,
Johannes
Johannes Wrote:Did you change something? With IE6, i see YAPB-images on your homepage (although you have a little layout issue) and on the article-detail-page?
Maybe you should download version 1.4.2 which i released today: There is an issue with some themes and their css if no width and height are given for the image. The new version renders width and height attributes into every image tag.
Greets from Salzburg,
Johannes
Hi Johannnes,
I've installed your latest version of YAPB (1.4.2) today but there is no improvement regarding the thumbnail issue on my website. As you have mentioned correctly with IE it seems to work. But as many users nowadays prefer to navigate with other browsers as Mozilla Firefox (like myself), it seems to be something different. And frankly spoken, I have no clue what it could be.
Best,
Josef
Your theme does have some "very special" css code included, which doesn't allow the thumbnail display. Don't know the reason, but i may show how to correct it (for firefox):
In your style.css, change
Code:
.primary img {
margin-left: -5px;
padding: 4px;
border: 0px solid #ccc;
max-width: 100%;
}
to
Code:
.primary img {
/* margin-left: -5px; */
padding: 4px;
border: 0px solid #ccc;
/* max-width: 100%; */
}
and you'll see the images. Firefox and every other good browser tend to interpret such values.
Enhance
Code:
.itemhead {
margin-top: 10px;
}
to
Code:
.itemhead {
clear:left;
margin-top: 10px;
}
and you won't see that ugly pagebreak glitches.
Sorry, but i can't give your further assistance in adapting your template - You'll have to try out what looks best on your page.
Hope that helped and
Greets from Salzburg,
Johannes
Hi Johannes,
that did it!

PROBLEM SOLVED!

After changing the code accordingly, the thumbnails were shown in Firefox browser too! Thank you very much for your quick and successful solution of this issue!
Have a good time!
Best regards to Salzburg,
Josef