Remove Dates from Comments

Posted in: Newspaper
Post count: 238

Hi there, Pls I will like to remove the date that display in front of Comment Author name.

Post count: 22421

hello,

Our theme does not have any setting for this so you will have to edit the theme code to remove the comment time. Here is how to do it: http://screencast.com/t/yKzkgKuI

Thank you!

Post count: 238

Thanks @bogdan-b, I removed the code as the image explained but the dates still appear on posts.

Post count: 22421

Hi,
please clear your cache as I have tested this myself before providing the solution and the date on comments was gone. Please make sure you remove the correct part of the code
look:
before: http://screencast.com/t/pB1Wx4GR
after: http://screencast.com/t/5uuJvO31lM

Thanks.

Post count: 238

Ohhhhh I have to remove <?php comment_date() ?> as well to get rid of both the date and time. Thanks.
Pls I will like to customise the H2 to H6 in post area of the mobile plugin. I want to use CSS but i don’t know the class of h2 to h6 on mobile

Post count: 22421

Hello,

Unfortunately css cannot change a html tag. It only styles tags, it does not change them.
I could only find one h2 tag in the mobile theme code and that is on smart lists: http://screencast.com/t/jhYEIYKOXy

Thank you!

Post count: 238

It seems you didn’t get what I am saying. On Theme Panel I changed the look of h2 to h6 (font color, size, add icon and others). I made use of a custom css with
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6

but When I used same thing as above in mobile custom editor it didn’t work. But I can see the mobile has h2 to h6 configurations.

So how can I customize the h2 to h6???

Post count: 22421

Pleas provide a link to your site pointing at such a heading tag that will not get changed so I can inspect it and see why this happens.
Thank you!

Post count: 238

On this post https://goo.gl/CzxXcC I made use of only one h2 in the post content. The text with h2 is Top Reasons Why Blog Images are Essential and Can Improve SEO.
The web version shows outcome of the customized h2 settings that I added but the mobile version didn’t.

Post count: 238

The code in my Theme Panel is the one below. But it didn’t work for mobile theme custom css.
.td-post-content h2,
.td-post-content h3,
.td-post-content h4,
.td-post-content h5,
.td-post-content h6 {
background-color: #008CBA; /* Blue */
border: none;
border-radius: 0;
color: white;
margin: 3px 3px 3px 3px;
text-align: left;
text-decoration: bold;
display: block;
font-family: helvetica;
font-size: 18px;
}

Post count: 22421

Hi,

Please make sure you add the custom css in the mobile theme;s custom css spot as well : http://screencast.com/t/W2kNK0yKv If this still does not fix it, please contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate the issue. Also include a link to this topic so we can identify you.

Thank you!

Post count: 238

Still did not work. Mail sent.

Post count: 238

Now working two rbrace } was missing in previous codes.
Thanks.

Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.