chickensalad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Auto height issues in ExplorerI changed all the $post arrays to the one you suggested and kept the code
height="<?php echo get_post_meta($post->ID, "Height", true);?>"
in the IMG tag.Unfortunately it didn’t do the trick. The images are still squeezed vertically in IE ??
Forum: Themes and Templates
In reply to: Auto height issues in ExplorerOk, I “solved” the problem.
I just removed the “height” attribute form the img tag.So the code that calls for my post-img and resizing it to 300px width looks lite this:
<a href="<?php the_permalink(); ?>" rel="bookmark"> <img style="padding-bottom:20px;" src="<?php echo $postimageurl; ?>" alt="<?php the_title(); ?>" width="300" />
Is this a good solution or should I do something else?
Cheers
Forum: Themes and Templates
In reply to: Auto height issues in ExplorerIm starting to think it has something to do with the CSS. So here is the CSS for the affected DIVs
Forum: Themes and Templates
In reply to: Auto height issues in ExplorerOk, here it is!
https://wordpress.pastebin.ca/1742087
Yes, im using a get_posts Loop. I guess Im using three of them.
(Note: credit for the code should go to neoian2, it’s his from the beginning. Im just trying to make if fit my purpose)
Forum: Themes and Templates
In reply to: Auto height issues in ExplorerHmm, that sounds bad.
unfortunately I’m not so good at coding so I dont know what to do. But I guess the problem is more specified and thats good! Thank you very much esmi!
Do you, or anyone else, have a solution or a hint that will push me in right direction of solving this problem?
Forum: Themes and Templates
In reply to: Auto height issues in ExplorerYes, of course!
Forum: Themes and Templates
In reply to: Posts in 3 ColumnsHi!
Is it ok if I borrow this thread for a question? Hope so ??
I’ve recently started with wordpress and Im working on my first site right now. And the code Alchymyth posted helped me alot! Thanks for sharing!
But I have a little problem. Im trying to get a border of 10px at the top and right side of the images in the columns. Im not good at coding at all but the first thing that came to my mind was changing some values in the style.css:
} .post{ padding: 10px 0px 0px 0px; } #col2 { padding: 0 10px 0 10px; )
…. and it didnt work ^^ This is as for as my knowledge reaches though.
If any one could help me with this I will grateful!
Cheers