A couple bugs (Blog Feed Buttons and Sidebar Text Formatting)
-
First of all thanks for a great theme. I think I may have found a couple bugs.
1) The first one has to do with the “Comment” buttons in the blog feed with the small image on the left. This started happening after the most recent update(s). In “Customize” when I select “Yes” to show the buttons in the blog feed, then only the “Read More” button is shown. The comments button does not appear! Only when I delete one of the labels (“Comment, Comments”, or “Leave Comment”) does the button show up. I managed a quick and dirty fix by changing the following line of code in content.php of the theme code, towards the bottom in the “Post Buttons” section:
Changed:
if($nocomments == ” || $comment == ” || $comments == ”)
To:
if($nocomments == ” || $comment == ” || $comments == ” || true)… but this is certainly not the optimal fix.
2) For some reason, for all posts before the update the sidebar font is bold. For the one post since the update, the sidebar font is how it supposed to look (not bold).
Here is the website: realfoodflavor.com
And a quick question:
Which class will affect the font size, style, etc. of the comments themselves (they are also bold)? In the code I only see they are surrounded by <p></p>.Thanks!
- The topic ‘A couple bugs (Blog Feed Buttons and Sidebar Text Formatting)’ is closed to new replies.