jimm4444
Forum Replies Created
-
Forum: Plugins
In reply to: redirect page after submitI am using a wordpress template webpage. Right now, we are receiving the email, and the sendor is also getting a copy of the email (not intentional – just seems to be working that way). There is no message of acknowlegdement of receipt of the email. We figured just having the thank you page would be enough.
When they click submit, the form itself is still seen – the form doesn’t change, and all data remains on the page – the user would not know that the email was sent, unless they checked their email sent mail.
Forum: Plugins
In reply to: redirect page after submitThis is the form I would like to redirect to when the submit button is clicked: http://xx.xxx.xxx.xxx/domainname/thank-you/)
This is all of the code in the file (I don’t know what js code I need to include in this file):
<h1>Join Our Fan Club</h1>
<form action=”mailto:xxxx@xxxx.net?subject=Join Our Fan Club” enctype=”text/plain” method=”post”>
<table border=”0″ cellspacing=”0″ cellpadding=”2″>
<tbody>
<tr>
<td align=”right”>Please enter your email: </td>
<td><input name=”email” size=”60″ type=”text” /></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><input checked=”checked” name=”subscribe” type=”radio” value=”yes” /> Subscribe</td>
<td><input name=”subscribe” type=”radio” value=”no” /> Unsubscribe</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><input type=”submit” value=”Submit” /></td>
<td><input type=”reset” value=”Clear” /></td>
</tr>
</tbody></table>
</form>Forum: Plugins
In reply to: redirect page after submitI am unclear on your answer. Here is the code I am using:
<input type=”submit” value=”Submit” / >
<input type=”hidden” name=”redirect” value=”http://66.147.244.153/~minnesq4/thank-you/” />
Not sure how to add the code you mentioned above.
Forum: Plugins
In reply to: [Plugin: JS Banner Rotate] UpdateThat didn’t work either. My biggest problems are:
1. Being able to move this banner down 3 or 4 lines AND
2. Being able to center the banner on the webpage OR
3. Being able to put our logo to the right of the banner.Thanks.
Forum: Plugins
In reply to: [Plugin: JS Banner Rotate] UpdateI just loaded JS Banner Rotate version 1.1.1 and it is great! I am trying to position the baanner on my home page and I wanted to put our team logo just to the right along side of the banner. Regardless of the size I make the banner, I am not able to add my logo along side. (It always drops below it.) I also tried putting the banner inside a table and it did not work. I also wanted to add a space above the banner so it was not so close to the top of the page. There must be a way of doing this.
Any ideas?
Thanks.
Forum: Themes and Templates
In reply to: panorama theme – modify menu pathThat worked!
Thank you
Forum: Themes and Templates
In reply to: panorama theme – hide page titileI found this in the page.php to comment out the page title and breadcrumbs.
Forum: Themes and Templates
In reply to: panorama theme – where is the page idGreat!
Thank you!
Forum: Themes and Templates
In reply to: panorama theme – hide page titileI didn’t see anything in there. What I am trying to do is hide the page title name one page (in this case the page called “Home”).
Forum: Themes and Templates
In reply to: panorama theme – modify menu pathMy last post was incorrect – I checked the header.php for the wp_list menu. I don’t knw=ow the code to put in this section. Can you help? I think it is in the functions.php:
function buildMenu(){
$mo = ap_getPageMenuOrder();
$exc = get_option(‘ap_pagesOmit’);$excString = (!empty($exc)) ? ‘&exclude=’ . $exc : ”;
wp_list_pages(‘title_li=&sort_column=’.$mo. ‘&depth=-1’. $excString);
return NULL;Forum: Themes and Templates
In reply to: panorama theme – modify menu pathI only want to exclude it on the home page – not all pages