Results 1 to 2 of 2

Thread: Add Sidebar

  1. #1
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    Thanks
    2
    Thanked 1 Time in 1 Post

    Add Sidebar

    I would like to add a sidebar to a page that doesn't have one.
    I have tried several ways but it always seems to bump the footer. Can anyone give me the exact code to use? I would like to add to the order-summary page....
    PHP Code:
    <?php
        $post 
    get_queried_object();
        
    $order appthemes_get_order$post->ID );

        
    $redirect_to jr_get_redirect_to_url$order );
    ?>
    <div class="order-wrapper">

        <?php do_action'appthemes_notices' ); ?>

        <div class="section-head">
            <h1><?php _e'Order Summary'APP_TD ); ?></h1>
        </div>

        <div class="order-summary completed">
            <p><?php the_order_summary(); ?></p>

            <p class="thank-you"><?php _e'Thank You!'APP_TD ); ?></p>
            <p><?php _e'Your order has been completed.'APP_TD ); ?></p>
            
            <form class="main_form">
                <p><input type="submit" class="submit" value="<?php esc_attr_e'Continue'APP_TD ); ?>" onClick="location.href='<?php echo $redirect_to?>';return false;"></p>
            </form>

        </div>

    </div>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,966
    Thanks
    169
    Thanked 3,406 Times in 3,277 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Homepage static page without sidebar (while website has sidebar) possible ?
    By modyssee in forum JobRoller General Discussion
    Replies: 2
    Last Post: August 13th, 2013, 08:18 AM
  2. Replies: 1
    Last Post: August 12th, 2013, 10:09 AM
  3. [SOLVED] Page sidebar wont work properly, Showing Main page sidebar Widgets
    By perspective in forum Help Using Vantage (Legacy)
    Replies: 7
    Last Post: June 14th, 2013, 01:01 PM
  4. job sidebar and resume sidebar ?
    By garyb in forum Help Using JobRoller
    Replies: 2
    Last Post: October 19th, 2011, 06:16 AM