Kanger
Forum Replies Created
-
Forum: Themes and Templates
In reply to: single post template filesActually I’ve just been a complete idiot, was looking at 3.4 version I had locally, it hasn’t worked afterall 🙁
hmmm… can I use the same get_template_part (‘content’ ‘single’)
?
thanks in advance
Forum: Themes and Templates
In reply to: single post template filesYay it worked… That’s great, thanks everso!
wish there was somewhere that had all the differences between different tags in different versions etc 🙂
Thanks once again
Forum: Plugins
In reply to: Contact Form 7 – clearing fields on inputdon’t know if playing around with this would work…
let me know how you get on
Forum: Plugins
In reply to: Contact Form 7 – clearing fields on inputOoh sounds like a cool thing to do..I don’t know how to do it I’m afraid, but I’m sure it’s possible…maybe start another thread.
Forum: Plugins
In reply to: Contact Form 7 – clearing fields on inputare you using contact form 7?
should have something like this…
[text* your-name “Your Name….”]
and whatever between “” will show up infield.
If that’s what you mean…not sure
Forum: Plugins
In reply to: Contact Form 7 – clearing fields on inputD’oh!!
Ok on all the solutions I couldn’t find the line for text area…realised I had to edit textarea.php file as well as text.php would help if I could read 😉
so yes link here works great, just realise that the top half is refering to changes in text.php file and the second half the text
- area
.php file
Forum: Plugins
In reply to: Contact Form 7 – clearing fields on inputI think it was line 88…i can’t remember now…and can’t find where I got it from…basically part that says ‘html = input type…
this link may help
I’ll look through my history and try and find originally post where I got my half solution from
Forum: Plugins
In reply to: Contact Form 7 – clearing fields on inputif ( $value != '' ) { $atts .= ' onfocus="if (this.value == \'' . esc_attr( $value ) . '\') {this.value = \'\';}" onblur="if (this.value == \'\') {this.value = \'' . esc_attr( $value ) . '\';}"'; } $html = '<input type="text" name="' . $name . '" value="' . esc_attr( $value ) . '"' . $atts . ' />';Forum: Fixing WordPress
In reply to: Using 'pages' to create home pageThanks all for help much appreciated
Forum: Fixing WordPress
In reply to: Using 'pages' to create home pageI’ve just installed in domain.com
so hopefully that’s ok?
Forum: Fixing WordPress
In reply to: Using 'pages' to create home pagearh great thanks…so if I install wordpress using cpanel and fantastico should I install it in http://www.mydomain.com
and then in wordpress dashboard put it into http://www.mydomain.com/blog
Forum: Fixing WordPress
In reply to: Calling latest post thumbnail to page outside loopthanks – sorted!
Forum: Fixing WordPress
In reply to: Option to 'Add New' Plugin has disappearedactually think I may have sorted it, seems I have to go to network admin to add new plugin…guess cos I’m using muli-site…
thank you
Forum: Fixing WordPress
In reply to: Option to 'Add New' Plugin has disappearedThanks for the response…
I just tried doing all of those and it hasn’t worked unfortunately…
hmm…may have a cup of tea and a think
Forum: Themes and Templates
In reply to: How to edit 'div . comment-contentooh thanks, didn’t realise I could use those pseudo class…yes that would probably work…
big thanks!!