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.
- AuthorPosts
- April 4, 2013 at 3:25 PM #623
In Startup Pro, how create two right sidebar?
Exscuse me but I just purchased the theme and I’m not very expert
April 5, 2013 at 12:48 AM #624When 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.
April 5, 2013 at 1:28 AM #625i can select a model for all pages/posts?
thank you
April 6, 2013 at 12:57 AM #627Sorry, no. Page templates are currently for Pages only. We are working on custom Post templates soon though.
April 6, 2013 at 1:14 AM #629Really? :(
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 youApril 7, 2013 at 3:22 AM #631This 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:
April 7, 2013 at 3:29 AM #632I 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
thanksApril 7, 2013 at 7:48 AM #634It 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.
April 16, 2013 at 5:22 AM #651without two right sidebars this template is not for Me
Can i have my money back?
thank you
April 16, 2013 at 5:39 AM #652It 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.
April 16, 2013 at 5:49 AM #653how can I get the home page and all the posts with two right sidebar?
for pages is ok
April 16, 2013 at 11:12 AM #658Okay, 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.
April 16, 2013 at 11:37 AM #659ok, now i can set the layout post by post
can i set a default layout for all?
the main page shows all new posts
April 17, 2013 at 5:17 AM #660It’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:
May 27, 2013 at 5:11 AM #774Can i have my money back?
I was not able to adapt the theme to my needs
thank youMay 27, 2013 at 7:49 PM #775No problem, refund issued.
- AuthorPosts
You must be logged in to reply to this topic.