konstit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Name of category doesn´t show ?Thank you very much, it seems so simple to some, but could have spent hours and days seeing that !
/konstit
(I wonder how I managed to get that line pasted in there in the first place….)Well, it seems it was all in the archive.php – I swapped it with a file from BranfordMagazine Pro, which I bought a long time ago, but never got around to implement, and problem is, well… not solved since i haven´t checked which lines are different, “but halfsolved” since the problem is no longer there.
Forum: Themes and Templates
In reply to: Magazine Basic, framing pictures ?Well, this wordpress thing is really fun, and as it turns out even a complete novis as myself can read and understand some CSS… My problem is solved by a small dive into the stylesheet where I found the relevant lines to edit.
So, instead of changing the overall handling I had to change it in:
.post img
#leftcontent .post .entry img and
.ind-post imgNot sure if this is the way to do it correctly, but it sort of works, and as a bonus I learn something 😉
/konstit
Forum: Themes and Templates
In reply to: Magazine Basic, framing pictures ?Are you saying I could find the cause/solution somewhere in here ?
/* Header Elements */ #header{ background: #fff; float: left; width: 100%; } #headerad { width: 468px; } #login { height: 16px; font-size: 12px; color: #fff; text-align: right; padding: 10px 20px 15px; background: url(images/login.png) repeat-x; } #login a { color: #fff; } #login ul { padding: 0; margin: 0; } #login ul li { display: inline; } .dot:before { content: url(images/whitedot.png) " "; } #title { font-size: 48px; margin: 20px 16px 0; padding: 0; line-height: 50px; } #title a { color: #222; } #title a:hover { color: #cc0000; text-decoration: none; } #description { font-size: 14px; margin: 10px 16px 0; padding: 0; } #navigation { margin: 20px 0 3px; float: left; clear: both; width: 100%; background: url(images/nav.png); position: relative; z-index: 1000; }Forum: Themes and Templates
In reply to: Magazine Basic, framing pictures ?hmmm.. that made the border around the header image thicker, so I suppose you are on to something here !
I haven´t a clue about php and css but I do appreciate oyur help !Forum: Themes and Templates
In reply to: Magazine Basic, framing pictures ?I pasted the following into the stylesheet:
img {
border:#cc9 1px solid;
padding:3px;
}
a img {
border-bottom: #b8860b 1px solid;
}The images in the post look as I want them to, the header looks not so good with the border and the emty space…
/konstit
Forum: Themes and Templates
In reply to: Brandford Magazine: thumbnails on Category pages?I had exactly the same issue with BranfordMagazine, and decided to use the “Thumbnail For Excerpts”-plugin. However, when activated it produced 2 images everyplace where the theme itself showed an image.
Not being familiar with php (or WP for that matter) I tried one ugly “workaround” – I simply copied the code (all of it) from the plugin, and pasted it into the archive.php, at the very top. Presto, it works !
It needs some tweaking with spacing text from thumbs, but I´m quite sure that could be done.
/konstit
http://www.konstit.dk