Hi @nascas
tell me the URL of your site: I have to look into the page code.
Let me know.
Firstly, delete the styles you have already added, then paste these lines:
.pis-li {
margin-bottom: 20px;
}
.pis-title {
font-size: 140%;
font-weight: bold;
}
Change 20px and 140% to values you like.
Let me know, please.
Thread Starter
Rico
(@nascas)
Looking great, thank you!
Is there a way to decrease the text leading for a couple of pixels?
How about using the same fonts as are on the central page? Is this perhaps possible?
Have a nice day!
Delete previous lines and paste these:
.pis-li {
margin-bottom: 20px;
}
.pis-title {
font-family: 'PT Sans', sans-serif;
font-size: 140%;
font-weight: bold;
}
.pis-li p.pis-excerpt+p {
font-size: 14px;
}
Let me know.
Thread Starter
Rico
(@nascas)
Thank you, we’re almost there. π
The title leading setting? Is it available?
Delete previous lines and paste these (change every value according to your need – the title leading is line-height):
.pis-li {
margin-bottom: 20px;
}
.pis-title {
font-family: 'PT Sans', sans-serif;
font-size: 140%;
line-height: 140%;
font-weight: bold;
}
.pis-li p.pis-excerpt+p {
font-size: 14px;
}
Thread Starter
Rico
(@nascas)
One more thing, this one is more complicated. π
The plugin looks great now. There is one more functionality I’d like to have. The posts are now in 6 categories. You write a post, select a category (1-5) and the post is visible on the main page. The 6th category is showing on your plugin (sidebar on the right).
I’d like to get rid of the 6th category and somehow create a ticker which would redirect a post within 5 categories to the right sidebar.
Is this perhaps doable?
I’d like to get rid of the 6th category and somehow create a ticker which would redirect a post within 5 categories to the right sidebar.
I must confess that didn’t understand what you want to do (I’m tired, I know…).
Could you explain better?
Thread Starter
Rico
(@nascas)
Hi,
Yeah, my english is lousy, sorry for that. π
This theme supports categories. When I add a post I select a category for each post. These posts are then visible in the main page. I’d like some of this posts in the sidebar. So I assume there should be a thicker when adding a post that would allow the post to be shown in the sidebar.
The way page works now is only posts belonging to one specific category are visible in the sidebar.
If you provide my an email I could send some pictures for better understanding. π
In this plugin you can choose to display posts belonging to multiple categories, for example posts from “books” or “e-books” categories, or even posts that have these two categories “books” and “e-books”. In the plugin admin I explain how to do this.
Tell me if I have correctly understood your needs. π
Thread Starter
Rico
(@nascas)
I created my own categories and I can identify them with numbers. If this plugin can display posts belonging to those categories I would gladly hear the explanation. π
In “Get posts with these categories” insert the slugs of the categories you want to get posts from. Separate slugs with commas, for example:
books, information-technology, italian-recipes
Slugs are a particular form of a category name, so make sure to use slugs, not name (nor IDs). You can find the exact slug in the categories management page of your dashboard.
In the example above, WordPress will get posts that have one or more of those categories. If you want that each post must have all of the categories above, use this syntax:
books+information-technology+italian-recipes
Let me know.
Thread Starter
Rico
(@nascas)
Yes, I found that and it’s great. But now the posts are duplicated. The posts that are shown in the sidebar should not be visible in the main page.