Forum Replies Created

Viewing 15 replies - 16 through 30 (of 49 total)
  • Thread Starter thebindlestick

    (@thebindlestick)

    So should I be editing page.php or index.php in my Theme folder, to effect my pages?

    Thread Starter thebindlestick

    (@thebindlestick)

    I 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?

    Thread Starter thebindlestick

    (@thebindlestick)

    what are the bbpress forums?

    Thread Starter thebindlestick

    (@thebindlestick)

    fishes them out of where? Why do they disappear in the first place?

    Thread Starter thebindlestick

    (@thebindlestick)

    what does that mean?>

    Thread Starter thebindlestick

    (@thebindlestick)

    What 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?

    Thread Starter thebindlestick

    (@thebindlestick)

    yes but what is the difference? Which one do I edit to see changes, both? Mine are both the exact same code, why is this?

    Thread Starter thebindlestick

    (@thebindlestick)

    Okay 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">
                &nbsp;&nbsp;&bull&nbsp;<a href="addresschange.php">Change Your Address</a><br/>
                &nbsp;&nbsp;&bull&nbsp;<a href="renew.php">Renew Your Subscription</a><br/>
                &nbsp;&nbsp;&bull&nbsp;<a href="lostmag.php">Report Lost Magazine</a><br/>
                &nbsp;&nbsp;&bull&nbsp;<a href="payinvoice.php">Pay An Invoice</a><br/>
                &nbsp;&nbsp;&bull&nbsp;<a href="retail.php">Sell CRAWL At Your Shop</a><br/>
                &nbsp;&nbsp;&bull&nbsp;<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">
                &nbsp;CRAWL Magazine<br/>
                &nbsp;PO Box 1416<br/>
                &nbsp;Tacoma, WA 98401<br/><br/>
                &nbsp;PH: &nbsp;253.272.2171<br/>
                &nbsp;FX: &nbsp;253-272-3239<br/>
                </div>
              </td>
            </tr>
          </table>
        </td>
      </tr>
      <tr height="10">
        <td colspan="4" height="60" bgcolor="#f5f5f5">&nbsp;</td>
      </tr>
      <tr>
        <td colspan="4" height="20" bgcolor="#f5f5f5"><div class="cs_formheader">&nbsp;Send Us A Message</div>
          <div class="cs_formsubheader">
          &nbsp;&nbsp;We Usually Respond Within 48 Hours</div>
        </td>
      </tr>
    
      <tr height="10">
        <td colspan="4" height="20">&nbsp;</td>
      </tr>
      <tr height="10">
        <td align="right">&nbsp;&nbsp;&nbsp;&nbsp;Name:&nbsp;&nbsp;</td>
        <td align="right"><input size="15" name="name" type="text"></td>
        <td align="right">&nbsp;&nbsp;&nbsp;&nbsp;Company:&nbsp;&nbsp;</td>
        <td align="right"><input size="15" name="company" type="text">&nbsp;&nbsp;&nbsp;&nbsp;</td>
      </tr>
      <tr height="10">
        <td colspan="4" height="8">&nbsp;</td>
      </tr>
      <tr>
        <td align="right">&nbsp;&nbsp;&nbsp;&nbsp;Email:&nbsp;&nbsp;</td>
        <td align="right"><input size="15" name="email" type="text"></td>
        <td align="right">&nbsp;&nbsp;&nbsp;&nbsp;Phone:&nbsp;&nbsp;</td>
        <td align="right"><input size="15" name="phone" type="text">&nbsp;&nbsp;&nbsp;&nbsp;</td>
      </tr>
      <tr>
        <td colspan="4" height="20">&nbsp;</td>
      </tr>
      <tr>
        <td align="right">Subject:</td>
        <td colspan="3" align="right">
          <select name="subject" style="width: 90%;">
          <option selected="selected">&bull; </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> &nbsp;&nbsp;&nbsp;
        </td>
      </tr>
      <tr>
        <td height="20" colspan="4" align="left" valign="bottom">
        </td>
      </tr>
      <tr>
        <td colspan="4" align="right">Question / Comment:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
          <textarea style="width: 86%;" name="message" rows="10" wrap="virtual"></textarea>&nbsp;&nbsp;&nbsp;&nbsp;
        </td>
      </tr>
      <tr>
        <td colspan="4" align="right"><br/><input name="new_ticket_final" type="submit" class="btn_med" value="Submit" />&nbsp;&nbsp;&nbsp;&nbsp;
        </td>
      </tr>
      <tr>
        <td colspan="4" height="20">&nbsp;</td>
      </tr>
    </table>
    </form>
    </div>
    
    <?php get_footer(); ?>
    
    </body>
    </html>
    Thread Starter thebindlestick

    (@thebindlestick)

    Edit: 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?

    Thread Starter thebindlestick

    (@thebindlestick)

    Could it be my layer that the form is on sliding over the links and making them inaccessible?

    did you pick that username at the bottom of a bottle too? 😛

    Thread Starter thebindlestick

    (@thebindlestick)

    Anyone? Beuler?

    The validation may fix it. My site was all wacked out until I validated a few simple things and IE shaped right up.

    Thread Starter thebindlestick

    (@thebindlestick)

    Alright 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!?!?

    Thread Starter thebindlestick

    (@thebindlestick)

    Cool, thx.

Viewing 15 replies - 16 through 30 (of 49 total)