lunddesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 100% HeightI figured it out! If you just take a wrap around the content divs (main-content and sidebar) and put a picture which is as wide as those two together within that wrap and repeats it y it works perfectly! Put be sure you make it float if your main-content and sidebar floats.
Thanks for the help! 🙂
Forum: Themes and Templates
In reply to: 100% HeightThanks a lot! But that just pushes my footer down to bottom. I still want my sidebar (which is shorter than the main content) to go all the way down to the footer with one background colour. Now the colour wont repeat, but just be where I have some text at the sidebar…
Forum: Fixing WordPress
In reply to: Read more/Comments link problemsI’m gonna bump this just in case someone wants to help me out. 🙂 Plz!
Forum: Fixing WordPress
In reply to: Read more/Comments link problemsBut why does everything else work? I don’t understand. That margin/padding code is necessary if I want by right content to extend all the way down to the footer. Some more hints would be nice so I maybe can fix it myself. 🙂
Forum: Fixing WordPress
In reply to: Read more/Comments link problemsThanks a lot! My site is in Norwegian, that’s why I didn’t post it, but the files are pretty much English except where the text that shows up on the page.
Just to help you out a little.
Enlgish – Norwegian
Read more – Les mer
Comments – Kommentarer (In this case; No comments – Ingen kommentarer)
Contact – KontaktI hope this helps. If not just let me know and I’ll do anything so it’s easier for you to fix it!
And here’s the PHP that’s makes the links (read more – les mer, comments – kommentarer)
<?php the_content(‘Les Mer »’); ?>
<p><?php comments_popup_link(‘Ingen Kommentarer »’, ‘1 Kommentar »’, ‘% Kommentarer »’); ?></p>
I guess it’s here the problem lies…
Again, thanks for the help!