Can we Modify Post-Style

Posted in: Newspaper
Post count: 220

Hi,

is there any option to modify the post style based on the category, post style for different categories will yield a good look for the website

Post count: 7909

Hi,

I’m not sure what you mean. Unfortunately you can set a post style only from post backend there is no option to set this from category section, you can only set a custom sidebar and background for articles from the same category: http://screencast.com/t/o9kSG3q3

Thanks!

Post count: 220

thanks for the information ..

my question is can we have a category based post style feature on the theme

for post template style 2 is it possible to have the image on the other side of the post content
http://awesomescreenshot.com/0194pa0ucb

–Srikanth

Post count: 6600

Hi,

Not sure what you mean by category based post style Please provide more details on that.
Not sure if this is what you meant but for post template style 1 you can use the css below to make the image on the right, like this: http://screencast.com/t/xSE1rCYgVf

.single_template_1 .td-post-featured-image {
float: right !important;
}

Thanks

Post count: 220

@kucian,

i mean same post style to be visible across all post from the category

and also i have some problem with this .. can u make the content start after the image as of now its coming in middle of the post inline ads and image http://awesomescreenshot.com/0054pndwd2

thanks
Srikanth

Post count: 7909

Hi,

There is an option to set the default site post template but this is overwritten by the post template from the backend when you add/edit a post: http://screencast.com/t/oNcWv836D0
Unfortunately this cannot be set from category settings, but we will think to add an option if more users will ask this. We have over 200 features on our list we have to pick very carefully what we implement. Thanks for suggestion!

Please try this custom css for that issue: http://screencast.com/t/dr7NTR9W

.single_template_1 .td-post-text-content p{
clear: left !important;
}

Hope this helps!

Post count: 220

Thanks for considering the inputs …

the css is working fine …

thanks a lot

Post count: 220
Post count: 220

any update

Post count: 6600

Hi,

It can work by adding a condition to the single file to use a specific template if the current post has assigned a specific category.
This is not easy, and we cannot provide custom work. I suggest you hire freelancer to do this for you if you can’t do it yourself or set the post style manually.
We haven’t decided anything on this yet.

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.