schmaart
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Ten menu behind dynamic content gallery in IE7/* fix menu under content */
.container_12 {z-index: 1;}
/* above is the main container div as I’m using 960.gs*/
#access { z-index: 2;}
#access ul ul { z-index: 99999; }Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] OnFocus?Full solution for text and textarea here
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] erase fields onFocus…and for textarea use the Forum post here
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] OnFocus?Solution in forums here
…only works for input type=”text”.
I’ll post again when I find the equivalent for textarea
Forum: Plugins
In reply to: [Plugin: Custom Field Template] store Date ind DB as timestamp@omisson — did you get this working with query_posts(orderby= …
Forum: Plugins
In reply to: [Plugin: Image Widget] Image doesn’t appear on site@jillshough good to know I’m not alone.
@peterchester Would be great to know when you’ll get a chance to look at this for us — just so I can advise others when the feature might be in place.
Many thanks.
Forum: Plugins
In reply to: [Plugin: Image Widget] Image doesn’t appear on siteHi Peter,
I’m using WordPress 3.0.1. and Image Widget Version: 3.1.6 (so I assume I don’t need to implement the fixes described above).
Images upload into media library successfully and I get the ‘Insert into widget’ button, but when I click this button, the ‘Add an image’ popup window goes blank.
When I click the [x] to close this window, no image is inserted into the widget, but the img remains in the Media Library.
Appreciate your help.
Forum: Themes and Templates
In reply to: Content-dependent sidebar menuThis is interesting…
Plugin:
=== Elevate Parent Category Template ===
Contributors: echoz
Author URI: http://and.thirdly.org
Tags: category, loop, templateForum: Themes and Templates
In reply to: Content-dependent sidebar menu@vicentginer any luck with a solution for this?
Forum: Themes and Templates
In reply to: the_category as title exclude categoryawesome. saved my bacon.
Forum: Everything else WordPress
In reply to: Post File Sometimes Won’t Save After Custom Field UpdateI’m using 2.6.3 and am experiencing a similar bug (?).I work around this by clicking back into one of the custom field “value” fields then scrolling up and clicking “Save”.
Forum: Fixing WordPress
In reply to: Some Custom Fields Data Not Showing UpCan we assume you’re using the full URL for the thumb Custom Field Value?
Forum: Plugins
In reply to: Filter Custom Fields (Post Meta)Do any one of you have time to tell me the php I would use in place of <?php the_meta(); ?> to exclude two particular Custom fields from the list generated by the_meta?
thanks in advance
Forum: Fixing WordPress
In reply to: Excluding captionsYou can certainly do this manually when you first insert the thumbnails. Look at your post in the HTML view (rather than Visual) and remove the [caption] [/caption] tags.