New Topic

Two right sidebars

Home › Forum › Customization › Two right sidebars

This topic contains 15 replies, has 2 voices, and was last updated by  StartupWP 5 years, 10 months ago.

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #623

    bialabs
    Participant

    In Startup Pro, how create two right sidebar?

    Exscuse me but I just purchased the theme and I’m not very expert

    #624

    StartupWP
    Keymaster

    When editing a page under Pages, you’ll see a dropdown option under “Page Attributes” called “Template”. Here you can select the two sidebars right template and save.

    #625

    bialabs
    Participant

    i can select a model for all pages/posts?

    thank you

    #627

    StartupWP
    Keymaster

    Sorry, no. Page templates are currently for Pages only. We are working on custom Post templates soon though.

    #629

    bialabs
    Participant

    Really? :(

    I am interested to have all the site with two columns on the right

    there is no change that I can do?
    So I can not use the template ..
    Thank you

    #631

    StartupWP
    Keymaster

    This is how all WordPress themes work. This isn’t a limitation of StartupPro.

    To have two sidebars right across your whole site, you’ll need to setup a child theme:

    https://startupwp.com/topic/child-theming/

    #632

    bialabs
    Participant

    I purchased the Pro version
    Can you tell me (in outline) which steps should I follow?
    I have an average experience with WordPress but this thing I’ve ever done.
    Your theme with two right columns would be perfect for me
    thanks

    #634

    StartupWP
    Keymaster

    It can be done, but first we need to make sure you’re comfortable with code and child theming, otherwise this might be too advanced even with the instructions laid out for you.

    We want what’s best for everyone in the StartupWP community. If you feel that means that the theme won’t work for your needs, no worries. Have a look around for a different premium theme for your project and if you think you’ve found one and you purchased StartupPro in the last 60 days, we’d be happy to give you a refund.

    #651

    bialabs
    Participant

    without two right sidebars this template is not for Me

    Can i have my money back?

    thank you

    #652

    StartupWP
    Keymaster

    It does support a two sidebars right page template.

    But, making literally every webpage of your site have two sidebars is an entirely different thing, though still possible with customization.

    Let us know.

    #653

    bialabs
    Participant

    how can I get the home page and all the posts with two right sidebar?

    for pages is ok

    #658

    StartupWP
    Keymaster

    Okay, we’ve just updated the theme to now include custom post templates:

    https://startupwp.com/topic/changelog/

    This means you can now change the sidebar layout for posts just like you can pages.

    Now, for the homepage, are you using it as the posts page or a static content page? If you’re not sure, please provide the link to your website and we’ll be able to tell.

    #659

    bialabs
    Participant

    ok, now i can set the layout post by post

    can i set a default layout for all?

    the main page shows all new posts

    #660

    StartupWP
    Keymaster

    It’s no different than setting the template in pages. It may seem tedious now if you have a lot of posts, but easy in the future when preparing new posts. We’ll definitely be looking into a global option in the future as well.

    Now, for the homepage:

    1. Setup a child theme:

    https://startupwp.com/topic/child-theming/

    2. Copy index.php over from the parent theme to the child theme.

    3. Find this line and remove it:

    <?php get_sidebar(); ?>

    and then add this code, right below <?php get_header(); ?>:

    <div id="lsidebar-sidebar">
    <?php if ( is_active_sidebar("lsidebar-widget-area") ) : ?>
    <div id="lsidebar" class="widget-area">
    <ul class="sid">
    <?php dynamic_sidebar("lsidebar-widget-area"); ?>
    </ul>
    <div class="clear"></div>
    </div>
    <?php endif; ?>
    </div>

    4. Add to your CSS:

    #lsidebar-sidebar {
    margin: 0 0 0 2%;
    width: 30%;
    }

    https://startupwp.com/topic/customizing-your-theme/

    Please note that the homepage sidebar content will now be controlled by the Left Sidebar area under Appearance > Widgets.

    The Easy Way

    Now that the process had been explained, you can simply download, install and activate the child theme we’ve prepared for you like any normal theme under Appearance > Themes to apply the customizations:

    startuppro-child(sidebar-left-posts-page)

    #774

    bialabs
    Participant

    Can i have my money back?
    I was not able to adapt the theme to my needs
    thank you

    #775

    StartupWP
    Keymaster

    No problem, refund issued.

Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.