lilacsun
Forum Replies Created
-
Great, thank you so much!
Forum: Themes and Templates
In reply to: [Sugar and Spice] Comments adding extra tags in source code.Hi.. Thanks for your response!
The reason why I wanted to fix this is because it is the only thing preventing my site from validating..
It’s not a big deal, but everything is validating on my site except for the pages that have comments.These are the errors from the W3 validator:
1) Stray end tag span.
</span><!– .comment-metadata –>
2) End tag article seen, but there were open elements.
</article><!– .comment-body –>
3) Unclosed element div.
<div class=”comment-box”>
You can see this on the demo here:
https://webtuts.pl/test/sugarspice/about-2/page-with-comments/As I wrote above, no big deal if it gets left as is. Thank you also for your beautiful theme.
It does, thank you!
Thank you!
This worked perfectly.
Really appreciate your assistance. Thanks.Great. Thank you.
Could you please tell me the correct way to fix this?
Hello again,
I was able to change it so the Site Title displays only once in the Feed.
I went to:
wp-includes/feed-rss2.phpI found this line:
<title><?php bloginfo_rss(‘name’); wp_title_rss(); ?></title>And I changed it to this:
<title><?php bloginfo_rss(‘name’); ?></title>The Site Title is now displaying only once.
Hello again!
I figured it out… I was able to remove the the ribbon flags that are on the end of the menu with this:#navigation:before, #navigation:after {
display: none;
}Thanks again for the great theme! Best regards.