thebindlestick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Page.php vs. Index.phpSo should I be editing page.php or index.php in my Theme folder, to effect my pages?
Forum: Themes and Templates
In reply to: Page.php vs. Index.phpI did read it, asking the same question gets annoying too.
What I read tells me that as long as I have my page.php Template in place, and all my other Templates, and home.php or index.php is in the root WP directory, I can delete theme/index.php because it is just there for redundancy, correct?
Forum: Fixing WordPress
In reply to: Database Connection in WordPresswhat are the bbpress forums?
Forum: Fixing WordPress
In reply to: Database Connection in WordPressfishes them out of where? Why do they disappear in the first place?
Forum: Fixing WordPress
In reply to: Database Connection in WordPresswhat does that mean?>
Forum: Requests and Feedback
In reply to: WordPress forums issueWhat is going on here? I can start posts but when I try to reply to a post, one I wrote or even other people’s post, it says they are close, but they are not. Also I cannot add anything to my favorites, it still gives me that error. What gives?
Forum: Themes and Templates
In reply to: Page.php vs. Index.phpyes but what is the difference? Which one do I edit to see changes, both? Mine are both the exact same code, why is this?
Forum: Themes and Templates
In reply to: Links don’t work on TemplateOkay I think I may have found it, but how could I change that without screwing up my form positioning?
Is it on line 13 where it says
<div style="top: 40px; left: 16px; position: relative; height: 840px;">???I put that inline because it was easier to edit hen tweaking… still, if I use a tag there, is that the problem?
<?php /* Template Name: cs_pagetemplate */ ?> <?php get_header(); ?> <div class="main_right"> <?php include (TEMPLATEPATH.'/cs_right.php') ?> </div> <?php get_sidebar(); ?> <div style="top: 40px; left: 16px; position: relative; height: 840px;"> <form action="em_form.php" method="post" name="em_form" id="em_form"> <table width="448" height="200" bgcolor="#dcdcdc" cellpadding="0" cellspacing="0" align="left" valign="bottom" border="0"> <tr> <td colspan="4"> <table width="448" cellpadding="0" cellspacing="0" align="left" valign="top" border="0"> <tr> <td width="20" bgcolor="#f5f5f5"></td> <td width="240" bgcolor="#f5f5f5"><div class="cs_formheader">Customer Service</div><br/> <div class="cs_links"> &bull <a href="addresschange.php">Change Your Address</a><br/> &bull <a href="renew.php">Renew Your Subscription</a><br/> &bull <a href="lostmag.php">Report Lost Magazine</a><br/> &bull <a href="payinvoice.php">Pay An Invoice</a><br/> &bull <a href="retail.php">Sell CRAWL At Your Shop</a><br/> &bull <a href="staff.php">Staff Directory</a><br/> </div> </td> <td width="188" bgcolor="#f5f5f5"> <div class="cs_formheader">Contact Our Team</div><br/> <div class="cs_address"> CRAWL Magazine<br/> PO Box 1416<br/> Tacoma, WA 98401<br/><br/> PH: 253.272.2171<br/> FX: 253-272-3239<br/> </div> </td> </tr> </table> </td> </tr> <tr height="10"> <td colspan="4" height="60" bgcolor="#f5f5f5"> </td> </tr> <tr> <td colspan="4" height="20" bgcolor="#f5f5f5"><div class="cs_formheader"> Send Us A Message</div> <div class="cs_formsubheader"> We Usually Respond Within 48 Hours</div> </td> </tr> <tr height="10"> <td colspan="4" height="20"> </td> </tr> <tr height="10"> <td align="right"> Name: </td> <td align="right"><input size="15" name="name" type="text"></td> <td align="right"> Company: </td> <td align="right"><input size="15" name="company" type="text"> </td> </tr> <tr height="10"> <td colspan="4" height="8"> </td> </tr> <tr> <td align="right"> Email: </td> <td align="right"><input size="15" name="email" type="text"></td> <td align="right"> Phone: </td> <td align="right"><input size="15" name="phone" type="text"> </td> </tr> <tr> <td colspan="4" height="20"> </td> </tr> <tr> <td align="right">Subject:</td> <td colspan="3" align="right"> <select name="subject" style="width: 90%;"> <option selected="selected">• </option> <option value="Subscription Inquiry">- Subscription Inquiry </option> <option value="Advertising Inquiry">- Advertising Inquiry </option> <option value="Merchandise Inquiry">- Merchandise Inquiry </option> <option value="Event Invite ">- Invite Us To Your Event </option> <option value="Website Comment">- Comment on Website </option> <option value="Staff Feedback">- Feedback For Our Staff </option> </select> </td> </tr> <tr> <td height="20" colspan="4" align="left" valign="bottom"> </td> </tr> <tr> <td colspan="4" align="right">Question / Comment: <br> <textarea style="width: 86%;" name="message" rows="10" wrap="virtual"></textarea> </td> </tr> <tr> <td colspan="4" align="right"><br/><input name="new_ticket_final" type="submit" class="btn_med" value="Submit" /> </td> </tr> <tr> <td colspan="4" height="20"> </td> </tr> </table> </form> </div> <?php get_footer(); ?> </body> </html>Forum: Themes and Templates
In reply to: Links don’t work on TemplateEdit: I see it now in the toolbar, red square… where would that div tag be, in my theme of course, but in the Header, or Template Page for thet Page?
Forum: Themes and Templates
In reply to: Links don’t work on TemplateCould it be my layer that the form is on sliding over the links and making them inaccessible?
Forum: Requests and Feedback
In reply to: Please delete my accountdid you pick that username at the bottom of a bottle too? 😛
Forum: Themes and Templates
In reply to: Links don’t work on TemplateAnyone? Beuler?
Forum: Themes and Templates
In reply to: A little help for an IE layout problemThe validation may fix it. My site was all wacked out until I validated a few simple things and IE shaped right up.
Forum: Themes and Templates
In reply to: Links don’t work on TemplateAlright guys… my site validated just fine, fixed all the errors that it found and went through and really cleaned up my code. I figured I’d find the root cause of my original problem but I cannot. Here it is:
http://www.crawlmag.com/wordpress/?page_id=38
That is a Page and it uses a custom Template. The Template is an exact copy of my main Template (which works fine) except that the Main Page section is changed; I added the blue links and an HTML form. Those, ironically, work fine. The form works great.
I cannot click on the links on the left sidebar in green; as well as the links in my footer; anything that is included() – but the main body links (change of address etc) work fine. To me the others are just static text and not hyper-linked. I tried the page in Mac Safari and Mac FireFox, as well as Windows Firefox and IE6 and IE7 and cannot click the links. Several people report that they can indeed click on the links, is there any browser specific problem you can see with my code that would cause this? Thinking caps time!
I used hyperlinks in the Sidebar instead of the get_pages because I have more control over them. Would this affect things?
<div class="subnav1"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?> <?php if (function_exists('wp_theme_switcher')) { ?> <h1>Themes</h1> <?php wp_theme_switcher('dropdown'); ?> <?php } ?> <ul> <li><a href="<?php bloginfo('url'); ?>">Home</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=31">Subscribe</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=32">Renewals</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=39">Back Issues</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=38">Customer Service</a></li> </ul> <div class="subnav2"> <ul> <li><a href="http://www.crawlmag.com/wordpress/?page_id=34">Advertise</a></li> </ul> </div> <br/><br/><br/> <h1><?php _e('Staff Blogs');?></h1> <?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?> <div class="subnav2"> <ul> <li><a href="http://www.crawlmag.com/alex">Alex Gauthier</a></li> <li><a href="http://www.crawlmag.com/alex">Brandon Foster</a></li> <li><a href="http://www.crawlmag.com/alex">Justin Lucero</a></li> <li><a href="http://www.crawlmag.com/alex">Tim Piele</a></li> <li><a href="http://www.crawlmag.com/alex">Tom Clark</a></li> </ul> </div> <div class="subnav2"> <ul> <li><a href="http://www.timbercrawler.com">Timbercrawler Forums</a></li> </ul> </div> <br/><br/> <div class="subnav3"> <ul> <li><a href="http://www.crawlmag.com/wordpress/?page_id=40">Photo Gallery</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=41">Desktop Wallpapers</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=42">Our Covers</a></li> <li><a href="http://www.crawlmag.com/wordpress/?page_id=43">Event Calendar</a></li> </ul> </div> <?php endif; ?> </div>Because the footer doesn’t work either, I am thinking it is higher up the food chain, like in one of the Page Template Pages? But I am at a loss, help!?!?
Forum: Themes and Templates
In reply to: escaping an ampersandCool, thx.