• Hello all,
    Im starting on my other pages now in wordpress. I have created a page.php for page templates. Which all shows up. Then when I created a folder of “Page Templates” and my second page to create say like Contactus.php. I put that in that folder Page templates. But why is it when I tryed creating a element box. It won’t show up at all? I have it set up in my css. And I added a div id in the Page templates folder contactus.php n it won’t show up at all.
    Can anyone please help me what is going on how to fix this?
    Thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • what is the full code of Contactus.php?

    are you checking the page which is using the Contactus.php template?

    Thread Starter Kristen30

    (@kristen30)

    Here is my code. Its for another page im trying to do. Called termsofsales.php

    <?php
    /*
    Template Name: My Custom Templates
    */
    ?>

    <div id=”sectionboxtext”>
    <p>Payment Terms:

    We accept Paypal, Visa, Mastercard and Discover. Payment must be made at time of ordering. We accept payment on our secure site which is safe and charges the credit card real time when you order. </p>
    </div>

    And that won’t show up at all. And here is my css style to:

    #sectionboxtext {
    background-color:purple;
    width:1002px;
    height:50;
    border-bottom: 1px solid #CCC;
    border-radius: 6px;
    margin-top:200px;
    }

    So how do i fix this to get it to show up? I am trying everything and notthings working:(
    Please help!

    there is definitively the call of the header template missing which means that the stylesheets don’t get loaded;

    possibly add <?php get_header(); ?> befor the div …

    Thread Starter Kristen30

    (@kristen30)

    Nope tryed it and still notthin won’t show up:(

    Thread Starter Kristen30

    (@kristen30)

    Ok, So how come the code I was trying to do works in page.php but notthing won’t work in my page templates page the termsofsales.php?
    When I have it in my page.php it keeps moving my container with it why is that?
    This is really fustrating me!!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘HELP! With Page Templates.’ is closed to new replies.