D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Full width Layout / Removing Sidebar / Removing Archive, Meta from the Theme

Front Page D5 Creation Forum General Support Full width Layout / Removing Sidebar / Removing Archive, Meta from the Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8970
    D5 Creation
    Keymaster

    Some of our Users want to know how they will set Full Width Layout of our Themes. They face problem to remove the Archive, Meta WidGets from the Sidebars.

    Most of these features are available in all of our Extended Version Themes. You can set Full Width Layout in several ways. Please find the Following Images

    Full Width Layout of WordPress Themes

    Full Width Layout of WordPress Pages

    Full Width Layout of WordPress Posts

    Please remember that These are the features of D5 Creation’s Themes. These may not be found in other Themes.

    You can control the WidGets from WP-Admin > Appearance > WidGets. You can set any WidGets from there. If you want to Add any, you can simply Drug in the WidGet from the Available WidGets or Inactive WidGets Lists. You can remove any WidGet from any Sidebar, just Drug Out

    WidGets in WordPress. Remove Archive, Meta

    You can also show Specific WidGets in Specific Pages using Plugins. We recommend Display WidGets. Using this Plugin you can show/hide specific WidGet in Specific Page you may want

    WidGets in Specific Page

    #9090
    D5 Creation
    Keymaster

    The Template Option is only present in Pages, not Posts. This is WordPress System, not Themes. If you use your desired WidGet from the available from WP-Admin > Appearance > WidGets, the Archive and Meta will be removed. When you will have no WidGets in Right Sidebar, what will be shown in the blank space ? That’s why WordPress shows 02 default WidGets. When you will use any of your choice like a Text WidGet those 02 are removed. But you can completely remove the Right Sidebar. And then you need to show the Content 100% to fill the Blank Space. Please consider all features are not Theme Issues. A Theme may or may not have the Same Features.

    Can I Disable the Sidebar from NewsPress Theme ? The Answer is YES

    Most of our Themes have Layout Options like Full Width, Content+Right Sidebar and Left Sidebar + Content which can be selected from the Theme Options. But NewsPress doesn’t have that option. We didn’t provide it at NewsPress because NewsPress is a special Theme for News Sites. All News Sites should have a sidebar to show popular news, advertisements etc. But, some of our users still want to disable the Sidebar. For Pages you can do it easily selecting the Full Width Template. All of our Themes have Full Width Template for Pages. ( Please remember that Template is not present for Posts by WordPress System )

    Full Width Template of NewsPress

    You can easily Remove the default WidGets from WP-Admin > Appearance > WidGets putting any WidGets from the available items. The Front Page Sidebar and News Page Sidebar should not be left blank until you completely disable the Sidebar. This is a technique which can be used in all of our Themes following This Tutorial.

    If you want to hide the Sidebar from Front Page you can paste the Following in the WP-Admin > Appearance > NewsPress Options > Custom Code within Head Area for Front Page Box

    <style>#right-sidebar { display: none; } #content { width: auto; }</style>

    If you want to hide the Sidebar from Single Page News you can paste the Following in the WP-Admin > Appearance > NewsPress Options > Custom Code within Head Area for Single Page News Box

    <style>#right-sidebar { display: none; } #content { width: auto; }</style>

    If you want to hide the Sidebar from Single Page Video News you can paste the Following in the WP-Admin > Appearance > NewsPress Options > Custom Code within Head Area for Video News Box

    <style>#right-sidebar { display: none; } #content { width: auto; }</style>

    If you want to hide the Sidebar from Category/Archive and Other Pages you can paste the Following in the WP-Admin > Appearance > NewsPress Options > Custom Code within Head Area for Category/Archive and Other Pages Box

    <style>#right-sidebar { display: none; } #content { width: auto; }</style>

    NewsPress Custom Code

    Thus you will get the Site like the following without Sidebar

    NewsPress Remove Sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.