Forum Replies Created
-
AuthorPosts
-
kenalixParticipant
Option “For each article in a feed, show” is set to “Full text”
The problem is, I guess, that in HTML mode there are no paragraph tags at all. For example in post http://kenalix.com/2012/11/14/black-ops-ii-mnenie-ekspertov/ there are only -strong- -em- tags, but post looks fine.
I’ve tried to put tags manually in HTML mode but post looks the same in RSS feed. Maybe it will work with new posts but it is kinda weird to do it manually.
kenalixParticipantThx Andrew.
Some more questions. How I disable thumbnail image inside posts? I tried
display: none in both lessframework.css: 345 and style.css: 562 but it removes thumbnail from home page too.Is there any possibility to set video from youtube as a thumbnail?
All my posts in RSS are without any paragraphes. Any idea how to fix this? On my old theme RSS worked perfectly.
kenalixParticipantSo I fixed it.
All you need is go to lessframework.css and delete
max-height: 400px
in
.post-wrapper iframe {
max-width: 624px;
max-height: 400px;
} -
AuthorPosts