dgraves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thumbnails not showing on first page. Something with the img src.Yeah I tried to preview both of the original themes and I couldn’t see any thumbnails 🙁
Forum: Fixing WordPress
In reply to: How to include a form from theme directory?Thanks again keesiemeijer. I removed the whole div because it’s only affecting the “input [media=all]” but the form still breaks apart when I add the line
<form action="<?php echo get_template_directory_uri().'/mail.php'; ?>" method="post">I did though get it all working by adding this url instead wp-content/themes/colorway/mail.php . But it doesn’t seem like a smart way to solve it. Do you have any ideas?
Forum: Fixing WordPress
In reply to: How to include a form from theme directory?Thanks keesiemeijer, I really appreciate your help!
Well I tried your line of code but it breaks my form somehow 🙁
Here’s a link of the form (and how it should look, I changed the form action to simply: <form action=”mail.php”> because it’s the only way that doesn’t break the form):
http://wingmedia.se/springgaiters/order-form/Here’s the code for mail.php which is under template/mail.php: http://pastebin.com/2pAdGWpA
And here’s the actual form code (it’s a little messy because the structure was difficult to get formated correctly): http://pastebin.com/2TR5BgBB
Thanks again for your help! I deeply appreciate it!
Forum: Fixing WordPress
In reply to: How to include a form from theme directory?Thank you for your help keesiemeijer but unfortunately it doesn’t solve my problem. Now it simply echoes the field values into the addres bar and breaks the form so my layout doesn’t work 🙁
The problem is that I’ve tried all the available contact form plugins but none works, because I want the visitor to fill in measures for a certain type of product, and the best way to fill these measures up is by making 18 fields divided into 2 rows, so there’s 9 fields on each row. This isn’t possible with the plugins (the maximum i’ve reached with the plugins is 3 fields per row). So I have to do it manually by making them all <td>’s.
PLEASE tell me if you know another solution or have an idea on how to solve this.
Thanks!
Forum: Fixing WordPress
In reply to: Making a custom form fit correctlyI solved it through changing the td-settings in style.css. Nothing else was built with td’s so the design is maintained 🙂 Thanks!
Forum: Fixing WordPress
In reply to: Making a custom form fit correctlyThanks webdevsonline,
I will check it out. It’s just that I don’t want to change the global settings for <td> <tr> and <table>.
Maybe it won’t be a problem, I’ll try it out 🙂 Thanks