Notifications
Clear all

[Solved] Link Back Comments Creating Void on Mobile

10 Posts
3 Users
1 Reactions
1,716 Views
(@madhattersnyc)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter  

I have attached a screen shot of the issue.

Screenshot

   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4209
 

This title should be cut with “…” suffix. You can enable this using the code below. Put this code in Dashboard > Comments > Settings > Styling > Custom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on front-end:

#wpcomm .wc-comment-author a {display: block !important;}
@media screen and (max-width:800px){
#wpcomm .wc-comment-author a {display: block !important;}
}

   
ReplyQuote
(@madhattersnyc)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter  

This worked perfectly, Tom. Really appreciate your assistance.


   
ReplyQuote
(@madhattersnyc)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter  

Hi Tom,

Sorry to bother you again, but suddenly this issue has cropped up again. I completed your instructions again, but I'm not get any result. Any ideas? FYI: the screen shot I provided previously reflects the issue as it appears now. 

Thanks,

Justin


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4209
 

Please leave your website URL to allow us debug CSS conflicts. Also please remove the old custom CSS code.


   
ReplyQuote
(@madhattersnyc)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter  

Hi Tom,

The old CSS has been removed. URL is  http://madhattersnyc.com/

Thanks for your assitance!

Justin


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4209

   
ReplyQuote
(@madhattersnyc)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter  

Here are some examples. Obviously, it looks even worse on mobile, but you can still see examples on desktop in the comments section. Thanks again.

http://madhattersnyc.com/2017/01/13/chuck-close-2nd-avenue-subway/

http://madhattersnyc.com/2017/06/23/sun-surf-street-art-visit-coney-art-walls/

http://madhattersnyc.com/2017/07/13/astoria-welling-court-mural-project/


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi MadHattersNYC,

Please put the following CSS code  in Dashboard > Comments > Settings > Styling > Custom CSS Code textarea, delete all caches and check again. 

#wpcomm .wc-comment-author{
width:100%;
}
#wpcomm .wc-comment-author a{
display: block !important;
}

   
ReplyQuote
(@madhattersnyc)
Active Member
Joined: 7 years ago
Posts: 6
Topic starter  

Thank you so much! This worked. Would you mind explaining what might have changed? Is there something I need to keep in mind for the future?

-Justin


   
ReplyQuote
Share:
Scroll to top