Home › Forum › Customization › Extra right-sidebar and extra footers
- This topic has 17 replies, 2 voices, and was last updated 12 years, 1 month ago by
StartupWP.
-
AuthorPosts
-
January 8, 2014 at 3:30 AM #1337
StartupWP
KeymasterActually, the simplest thing to do here, would be to upgrade to Pro because the custom templates are possible for posts in Pro, so you’d be able to have two sidebars right on articles.
However, important note, we’ve just updated to version 2.0. While all your theme options should port over nicely, the theme file code itself has been greatly improved, so could pose a problem if you’ve made any advanced customizations.
The design has also been mildly reworked as well, have a look:
If you want to test it out, you have 60 days to request a full refund.
Thanks
January 8, 2014 at 5:34 AM #1341idontgot
ParticipantAah, now I noticed that text:
Change the sidebar layout of posts too.So maybe I need only buy this theme. Thanks for information. I have not yet made any major changes, fortunately.
January 8, 2014 at 5:57 AM #1342StartupWP
KeymasterGreat, should be a smooth upgrade then.
January 9, 2014 at 12:25 AM #1351idontgot
ParticipantHi,
Pro theme works fine but I have still little thinks to ask.
First that two sidebar think. I have now assign in front page new article and for that article activated that two right template. But I am not seeing that on my front page, only when I open that article, after that I see two right sidebars. So what I make wrong?
Second thing that Nivo Slider not showing those little arrows, only next and back text?
January 9, 2014 at 2:30 AM #1352StartupWP
Keymaster1. Currently, the templates only work on individual pages and posts, not site wide.
2. First, make sure that you’ve setup the new pro slider (https://startupwp.com/topic/setting-up-the-slider/). Second, you can adjust the slider settings and change the slider theme and so forth to give the slider arrows, a different look etc.
January 9, 2014 at 3:50 AM #1353idontgot
ParticipantHmm Damn, because I wanted that two side bar to front page. I need check that if I can modified that site someway.
Edit. Maybe I modified that index.php to same as that two right sidebar post template.
January 9, 2014 at 7:54 AM #1354StartupWP
KeymasterAbsolutely, through child theming pretty much anything is possible.
Let us know if you need any help.
January 9, 2014 at 12:07 PM #1355idontgot
ParticipantI tested that little bit. I got two sidebars on front page but didn’t got widgets there. I got widgets only first sidebar but not the second one. Is those widget places logged via css?
January 10, 2014 at 2:29 AM #1358idontgot
ParticipantHi,
I copied that post template right right to index.php and I used child theme.
But now when I edit content style:
#content {
width: 64%;
padding: 0 2%;
float: left;
}to this
#content {
width: 64%;
padding: 0 0%;
float: left;
}That content is attaches to left side, so how I can detach that?
January 10, 2014 at 3:22 AM #1359StartupWP
KeymasterCan we get the link to your website please?
January 10, 2014 at 4:17 AM #1361idontgot
ParticipantI don’t have yet published that site, I am only using my internal web server. But I here is picture.

So problem is now that content is attaches to left.
January 10, 2014 at 5:26 AM #1362idontgot
ParticipantNow I got all right.
/* Mods */
.comments-link{display:none}
.cat-links{display:none}
.meta-sep{display:none}
.meta-prep-author{display:none}
.the_author{display:none}
.author.vcard{display:none}#content {
width: 64%;
padding: 0 1%;
float: left;
}.page-template-templatestemplate-sidebar-right-right-php #content, .post-template-templatestemplate-sidebar-right-right-post-php #content, .page-template-templatestemplate-sidebar-right-right-php #lsidebar-sidebar, .post-template-templatestemplate-sidebar-right-right-post-php #lsidebar-sidebar {
margin: 0 1%;
}#lsidebar-sidebar, #rsidebar-sidebar {
width: 15%;
margin: 0 1%;
float: left;
}li {
margin: 0.5em 0;
}January 12, 2014 at 3:53 AM #1363StartupWP
KeymasterJust to confirm, you’re saying you were now able to fix with a few styles?
January 12, 2014 at 11:32 PM #1364idontgot
ParticipantHi,
Yes I now got are working fine. Litlle bit working and studing but now all works.
But how I can force the font to Google Open Sans? Is the correct way to Open Sans or Open+Sans?
January 13, 2014 at 6:13 AM #1366StartupWP
KeymasterSince you’re already child theming, the most direct way (that will take precedence over all other styles) would be to add the following to your child theme’s stylesheet:
@import url(https://fonts.googleapis.com/css?family=Open+Sans); h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{font-family:'Open Sans',sans-serif}On Google Fonts you can choose different fonts and font weights/styles as well:
https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans
January 14, 2014 at 12:22 AM #1367idontgot
ParticipantHi,
Thanks, those worked fine. Seems that StartupPro options can’t overwrite all fonts.
January 14, 2014 at 5:24 AM #1368StartupWP
KeymasterThat’s correct, the options are sufficient for most users, but those requiring more advanced customization definitely want to look into child theming as you’ve done.
-
AuthorPosts
- You must be logged in to reply to this topic.
