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!
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
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
@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
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!
will this solution works for my requirement also …
https://forum.tagdiv.com/topic/custom-posts-template-for-specific-category/
http://screencast.com/t/jGGbVQqC
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