SDM36
Forum Replies Created
-
Forum: Plugins
In reply to: How can I create flexible slider header images? [Promotion Slider YOKO]Hi Micah,
I’m having exactly the same problem here.
The site (in development) is cssrecycling.co.uk/stage/The promoslider is there at the top.
so far i have used:
div.promo_slider img { width: 100%; height: auto; } div.promo_slider { height: auto; min-height: 47px;}to make the image responsive, however the min-height rule is the only thing height-wise it seems to take notice of; if i remove it the promo slider thinks it’s 0px high and disappears.
Would love to be able to get rid of the gap underneath the slider, when the screen is less than 100%.
p.s. there is no gap currently beacuse min-height is set to 47px, however it is also chopping off most of the image when the screen is sized larger…Forum: Fixing WordPress
In reply to: Permalink problems!hmmmm le sigh, I’ve managed it in the past, without any such issues!
Having had a quick look through the two docs you mentioned I couldn’t see any obvious information relating to forms?
I did however find these:
http://ww.wp.xz.cn/support/topic/frustration-using-forms?replies=4
and this
http://ww.wp.xz.cn/support/topic/how-to-use-forms-in-wordpress?replies=3
both of which are useful, so i’m changing to resolved..
Forum: Fixing WordPress
In reply to: Permalink problems!er nope not yet, I was hoping to discover why the post action of my form gave me the wrong url everytime! Until I get some data out of it I can’t even begin to test anything.
Is it not a permalink problem?
The form is currently sitting within a page..Forum: Fixing WordPress
In reply to: Permalink problems!yep quite happy writing the php, already got my fields sanitized and I wanted to insert the successful message into the db, hence I started writing it myself as I couldn’t find one which logged responses!