daktau
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Redirect Not WorkingI figured it out!
At first, I had my own javascript submitting the form when the user clicked a div.
Once I changed the div into a button with type=”submit” it started to work. phew!
To the original poster: Sorry I hijacked your thread. Have a look at this, http://stackoverflow.com/questions/10342012/wordpress-putting-e2808e-at-the-end-of-my-url-howcome
Forum: Plugins
In reply to: [Contact Form 7] Redirect Not WorkingThis code just doesn’t work for me at all.
e.g. I get the green box saying “Your message was sent successfully. Thanks.” yet AJAX is working (tested using http://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/) and the on_sent_ok: stuff looks fine and is saved.
?????
I’m tested it using Chrome, Firefox and Safari.
Still no joy.
Anyone have any suggestions please?
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1Ha Ha (groan),
That was it. Seems so obvious now.Thanks a lot, very helpful of you!!!
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1test.php
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1yeah, just done that and still nothing. 🙁
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1Still nothing!
I have this code
<?php /* Theme Name: Test */ ?> <?php get_header(); echo "Boo!"; get_footer(); ?>in a file called test.php within wp-content/themes/custom_theme/ and still there is no option to choose this in the page attributes.
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1No it seems not. I copied the file into the twentythirteen folder, swopped to that theme and still nothing shows up in the page attributes in the page edit screen.
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1This is a custom theme that I have created using twentythirteen as a base then altering header.php, page.php and footer.php
Forum: Themes and Templates
In reply to: Missing template attribute in WordPress 3.7.1I’ve done this but no joy.
Still no options under page attributes.
Is the name of the file ‘rightHandColumn.php’ at all important or does wordpress scan all files in a theme folder for ‘Theme Name:’ regardless?
Hi, I’d also like to dynamically define where the files end up. I want to use this swish looking plugin but need to upload the files to a completely different url. Can you point me in the direction of where to alter the php please?