Lajos
Forum Replies Created
-
The only thing I tried is rolling back to 3.27. I looked at the settings before that, but couldn’t really find any relevant settings. Related posts were automatically inserted at the bottom of a post. Is that the “automatic insertion option” you mention?
I could re-upgrade to the latest version and check all options and settings again, but it may be a few days before I have time for that.
I just rolled back to 3.27 and the related posts are working again, so it is indeed something that went wrong in an update after that.
Sorry, but I wasn’t notified of your replies for some reason. The issue isn’t resolved. Related pages are still not listed at the bottom of my posts (like they used to be).
Forum: Themes and Templates
In reply to: [Yuki Blogger] Recent update emptied side menuOn my site it’s working again. Thanks.
Forum: Themes and Templates
In reply to: [Yuki] css of blockquote quote marksI found the relevant css selectors myself already. In case anyone else wants to do this, here is the necessary css code to put into “Additional css” box:
blockquote ::before, blockquote ::after{
font-size: 1px !important;
color: #______ !important;
}Replace “______” with the background color used on your site.
Forum: Themes and Templates
In reply to: [Yuki] show tags on postsNo, I mean tags for posts. Normally, at the bottom of a post, all the tags for that post are shown, but they do not show up and I can’t find how to fix that. (The tag cloud works fine, but that’s not what my question was about.)
Forum: Plugins
In reply to: [Page Visit Counter] reports page blank (v4.7)Thanks for the reply.
I found out what was wrong and fixed it a few minutes ago. It turned out that I had made a mistake in some code related to the page header. Oddly, the only (negative) effect of that mistake (at least as far I know) was that it blanked the reports pages.
So, the problem was entirely my own fault.
Forum: Themes and Templates
In reply to: [Akyl] print cssPerfect, thanks. (It looks like I don’t have to change or add anything.)
Forum: Themes and Templates
In reply to: [Akyl] print cssThanks for pointing out the footer thing. I’ve been so busy playing around with the CSS that I completely missed that option.
And thanks in advance for a print style sheet.