So, loving the plugin after a few weeks of use, clean and very fast, great job! Couple of questions/suggestions:
1. Can you provide the CSS I’d need to amend the comment font to the same as my blog? I’ve tried to locate, but unsure of what it would be. My blog uses the following CSS for the main body:
article .entry-content {
margin: 70px auto 50px auto;
display: block;
font-family: ‘Lato’, sans-serif;
font-weight: 350;
text-align: left;
font-size: 20px;
color: #5f5858;
}
2. Is there a way to make the “Comments” meta at the top of a post link directly to the comments section when clicked? This is something I’ve found an issue with Disqus and Livefyre – I was wondering, since your plugin is tied to native WP Comments, if it would be easier to make the “Comments” link jump straight to the comments section when clicked.
Thanks again for a great plugin!
Danny.
https://www.ads-software.com/plugins/wpdiscuz/
]]>I’m using theme Twenty Ten. I have already created the CSS for the styling and it is good. I have seen it done once with styles that were over 3 different types, but can not find that blog again. I am trying to create a loop/array of comment styles.
Because it is set to odd comments it can only alternate between two. I need to find some other method. Any ideas on how to proceed.
Here is the current alternating code below.
—————
<?php if ($comments) : ?>
<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
<ol class="commentlist">
<?php foreach ($comments as $comment) : ?>
<div class="<?=($i%2)?"img2comment":"img1comment";$i++;?>">
<?php
$isByAuthor = false;
if($comment->comment_author_email ==
'email1') {
$isByAuthor = true;
}
?>
<?php
$isByauthor2 = false;
if($comment->comment_author_email ==
'email2') {
$isByauthor2 = true;
}
?>
————————–
you can see it here: https://artandillumination.com/2012/black-swamp-arts-festival-gearing-up-for-20th/
From there I would like to find a way to stop the loop/array if made by specific author.
Thanks for your help!!!!
]]>https://postimage.org/image/4qmn7dkj7/
Does anyone know how i go about changing this?
Do I swap some bits of code in comment-template.php or should i achieve this with css?
]]>Unfortunately something has gotten messed up and the comments styling isn’t quite right. See below:
https://www.motobulbs.co.uk/products/philips-x-treme-vision-100-headlight-bulbs-pair/
There is one comment on that page, but some how its styling is messed up.
Can anyone help in correcting this?
Thanks
]]>I am using the latest version of the Target theme.
Image: https://i.imgur.com/yS2d3.jpg
]]>What I would like to achieve is have a link at the bottom of each post on the homepage that says “Start the Discussion!” with a speech bubble to the left of it when there are no comments, this would obviously link to the comment section for the post.
when a post does have comments I would like the number of comment to appear within a speech bubble along with the user name of the last couple of people to comment, this would be followed by the phrase “…are discussing.”
please could someone help me out on this as its the last element of my new theme to be completed, and I dont want to launch without it.
Thanks in advance.
]]>.authcomment {
background-color: #050C00;
}
.oddcomment {
background-color: #EFE7FC;
}
.evencomment {
background-color: #B3FCE8;
}
Now, I want to use authcomment for author comment, oddcomment for all odd no. comments and even comments for all even no. comments.
Can someone please share the code for achieving this. I am not able to implement this properly.
My blog : Pallab dot Net
My full comment file
You’ve seen it before – how some blogs highlight comments by the author or admin.
]]>