• I have set my pages to full width (and promptly forgotten just where I did that—I’m not used to working with a template like WordPress, just plain html and I’ve coded for years…:o)

    In any case, on a site where the owner has no intention of ever blogging or getting any comments or archiving anything, when you click on the calendar page to look at a specific entry, the page gets less wide and there is the side bar with tabs for “categories,” “archives,” and “tags.”

    How to I get rid of the sidebar, period?

    I’ve tried deleting code in page.php and footer.php (<?php get_sidebar(); ?>) but that does nothing.

    The site is liberation-chiropractic.com.

    Help! (thanks in advance)

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there,

    If your theme supports a “full width” page template, then you can adjust these settings by going to the specific page in admin and editing it. From the edit page view there should be a meta box on the right hand side that has a drop down menu of what type of template to use. One of the options if your theme allows, is “Full width”

    Let me know if you have any questions.

    Mike

    Thread Starter madcat11

    (@madcat11)

    Thanks for your reply.

    First of all, I set the full-width someplace over on the left, one of the little menus that WP has available and can’t remember where it was set.

    I went to the page, found the meta drop-down menu and took the checks out of all the boxes and nothing happened—the sidebar, with its three tabs, is still there.

    I do remember that I had a choice when I selected full page, and it wasn’t exactly “full page”; I think it was “full width” or something like that.

    If you can tell me how/where I can go back in there and try to set something else up.

    Thanks

    Hey there

    I installed the Voyage theme on my test environment and see the settings to do this on the actual edit page section. On the right hand side of the page (where you edit the page details before publishing it) you will find a meta box titled “Page Attributes”

    There is a drop down (not a check box) that is defaulted to “Default template” Click that drop down menu and then select “Full Width Page” Let me know if you need any further help

    Mike

    Thread Starter madcat11

    (@madcat11)

    That’s what it’s already set on, but it’s “Full Width page” and has been (thanks for letting me know where it was…:o)

    But it’s on the calendar page, and when the event is chosen, the page goes to column size and the sidebar appears.

    So, yup, I could use a little more help. But, thanks for trying…

    OK, I don’t see an option to create a calendar in voyage theme. Is this a plugin? Either way, this is the code that has the sidebar and is why its showing up

    <div id="sidebar_one" class="grid_4 widget-area blog-widgets" role="complementary">
    		<ul class="xoxo">
    <li class="widget-container voyage_navigation">
    	<ul id="vntTab" class="nav nav-tabs">
    		<li class="active"><a href="#category" data-toggle="tab">Categories</a></li>
    		<li><a href="#archive" data-toggle="tab">Archives</a></li>
            <li><a href="#tag" data-toggle="tab">Tags</a></li>
        </ul>

    I can’t understand exactly but it appears when clicking an event that it is actually a POST? If that is the case, you will have to go to the posts section of admin and edit the event post and do the same as you did for the calendar page.

    Thread Starter madcat11

    (@madcat11)

    This sidebar was on all the pages (except the homepage) before I made the pages full width. (it might have been on the homepage, but I don’t think so…)

    My only POSTS are the sliders; the calendar entries (and, yes, it’s a plugin, the all-in-one calendar plugin by Timely…) are EVENTS. There’s no way I can edit a POST and affect what’s happening here.

    Sorry…no help yet…

    OK, well I am trying to be helpful ..sorry im sucking at it on this issue ?? Not sure how this plugin works and what type of page the “Events” are being handled on. But once you find out how these events are being created then you will be able to fix this. The page template for “Events” is the one calling for that sidebar. I would ask Time.ly Good luck!

    Mike

    Thread Starter madcat11

    (@madcat11)

    Thanks for looking, Mike.

    I will keep checking in the editor and see what I can find.

    If you come up with anything—anything you think of—just let me know…

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘removing sidebars (Voyage theme)’ is closed to new replies.