Dave B
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My WordPress Thinks the Latest Version is 5.5.3I finally found that I was using a WP Downgrade plugin from who knows when
Forum: Fixing WordPress
In reply to: Changing Width of the Whole Comment AreaI’m not discouraged by this because I found some code to modify the comment input field in the style.css and it worked.
However I’m trying to change the entire comments area, I think what is called by wp_list_comments
Sorry my knowledge of WP is so limited, but any suggestions would be happily received!
Forum: Fixing WordPress
In reply to: Avatar Shows For All Users / Missing Reply To Comment ButtonI’ve determined this is a theme-specific issue, but the company who sold it to me won’t offer any help.
My comments are behaving like the comments-template.php is called 5 times more than I want, but I still can’t determine why it’s doing that.
I’m at my wit’s end trying to solve this problem, and just can’t do it. Any ideas would be much-appreciated. I’m trying to meet a deadline so I am willing to pay someone to go through the code to help me find a solution.
Forum: Fixing WordPress
In reply to: Avatar Shows For All Users / Missing Reply To Comment ButtonI am attempting to use <?php wp_list_comments(); ?> in comments.php
It seems to be doing everything I want, except all of the comments are called 5 additional times below the first round.
You can see an example on https://traveltransmissions.com/blog/2013/01/a-bittersweet-homecoming/
Thanks again.
Forum: Fixing WordPress
In reply to: Avatar Shows For All Users / Missing Reply To Comment ButtonThanks for looking and sorry to take up your time, but I am just asking for some help with what the code snippet for a reply to comment button would look like. I’m pretty sure I found the place to put the snippet in comments.php, but I’m not sure what kind of call to use or how to use it really. (I’m a big newbie, sorry).
The other problem is that MY avatar shows for all users. Any idea why this might be happening?