Full Width Page without Widgets ?

Discussion in 'VideoCraft WordPress Theme' started by comedyclubhouse, Jul 24, 2015.

Thread Status:
Not open for further replies.
  1. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Can you help me I need a full width page without a widget area, could you sort me a code please ;)

    Regards

    Julian
     
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Could you please provide your site URL along with some edited screenshots so that I can assist you accordingly. If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.

    Do let me know.
     
  3. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    What ? simple question really but here you go http://myfitnesslife.co.uk/?page_id=2247 as I said in main post ^^ "Can you help me I need a full width page without a widget area" I just need a full width page no widget area.

    ** Now my question/thread is very simple indeed for you guys just to reply and not delaying the question with you wanting "screenshots" come on guys, you know what I mean ;) **
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Julian,

    We have got your concern,

    Your requirement can be fulfilled only through some customization in the source code of the theme.
    So, send us your website WordPress login details at [email protected] along with the thread link.

    We will customize it for you :)

    Thanks,
    Praveen
     
  5. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Thanks for reply

    Can you just put the code in here please, I am not giving access to anybody when it's not needed and if others would like to do this they can just come back here and add the code instead for making another thread and taking up your time, and as I did state in original post "could you sort me a code please" as this would save us all wasting each others time, just like we have already.
    I am not trying to be funny it's just I hate people wasting my time over things when you could just get to the point like in my posts.
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Julian,

    Please create a template-fullwidth.php file in the root folder of the theme.
    Now, paste the code given below in this file.
    Code:
    <?php
    /**
     * Template Name: Fullwidth
     *
     */
    ?>
    <?php get_header(); ?>
    <div class="page_container">
      <div class="container_24">
        <div class="grid_24">
          <div class="page-content">
            <div class="grid_24">
               <div class="content-bar">
      <div class="page-heading">
            <h1><?php the_title(); ?></h1>
          </div>
                            <?php if (have_posts()) : the_post(); ?>
                    <?php the_content(); ?>
                <?php endif; ?>
                        </div>
            </div>
          </div>
        </div>
        <div class="clear"></div>
      </div>
    </div>
      <?php get_footer(); ?>
    After this, you will be able to select fullwidth template for the pages.

    Thanks,
    Praveen
     
    comedyclubhouse likes this.
  7. comedyclubhouse

    comedyclubhouse Member

    Joined:
    Apr 18, 2012
    Messages:
    72
    Likes Received:
    2
    Many Thanks Praveen :)
     
Thread Status:
Not open for further replies.

Share This Page