Bob H
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Hueman – Move "post comment" to top of comment sectionI found the answer.
The comment list is output via “wp_list_comments()” and the comment-reply form is output via “comment_form()”. You just have to move the “comment_form()” before “wp_list_comments()” in the comment.php file.
Be sure to work in the child theme or you will lose the change with any updates.
Forum: Themes and Templates
In reply to: [Hueman] Social Share buttons in post pagesOn this same topic. I know how to get the share buttons to show up but it shows up as Facebook, Twitter, Google Plus and Pinterest. How do I remove Google Plus and Pinterest?
Forum: Themes and Templates
In reply to: [Hueman] Hueman table shadingI was able to fix this one myself. There is probably a cleaner way to do it but this worked. Add the following code to the Customer CSS.
tr:nth-child(odd) td, tr:nth-child(odd) th {
background-color: white;
}tr:nth-child(even) td, tr:nth-child(even) th {
background-color: white;
}Forum: Themes and Templates
In reply to: [Hueman] Hueman sidebar font changesSure thing!
I started out editing the CSS to manage fonts around my site but then came across a plugin “Easy Google Fonts”. After I downloaded the plugin, it gave me very easy control over adjusting fonts in any area of my site. The plugin provided access to a lot of fonts, adjust size, color, weight, letter spacing and more and you can see a preview as you make each change so you can quickly decide if you like it or not.
Forum: Themes and Templates
In reply to: [Hueman] Hueman sidebar font changesI figured this one out myself.
Forum: Themes and Templates
In reply to: [Hueman] Hueman Menu background (gradient)Thanks everyone. I figured out the answer to my second question.
Forum: Themes and Templates
In reply to: [Hueman] Hueman Menu background (gradient)SWEET! Worked great. Thanks for the help.
Forum: Themes and Templates
In reply to: [Hueman] Hueman Menu background (gradient)Thanks for the quick response Emily. The gradient generator is pretty slick. I created the background, unfortunately I am not familiar enough with code work to know what to do with it.
Any simple suggestions?
Thanks for getting back to me.
Yeah, I tried that first but got no response.