Commentator plugin – UserPro Forums https://forum.userproplugin.com/forums/topic/commentator-plugin/feed/ Sun, 05 May 2024 05:03:50 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35918 <![CDATA[Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35918 Sat, 03 May 2014 12:14:31 +0000 Lucas Atkins Hi,

As many have suggested, use the plugin on Envato called Commentator for an easy sync between UserPro. I have and really like the plugin. However, the plugin author looks to have vanished and no longer supporting the plugin. I have one simple question, but I am unsure how to resolve it with my novice understanding of CSS. If you visit http://videogamemedia.com/screenshots/call-duty-advanced-warfare-screenshots-trailer-leaked/ and look at the comment it shows the user name and such dropping below and slightly behind the avatar. What CSS code can I correct or add via child theme to correct this error? Anyone that can help I would be very grateful!

Cheers,

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35921 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35921 Sat, 03 May 2014 12:19:26 +0000 admin Is this css issue related to userpro or Commentator plugin? Because If it is related to commentator plugin, only the plugin author can give support regarding its elements.

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35934 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35934 Sat, 03 May 2014 12:29:49 +0000 Lucas Atkins I’m not entirely sure. That’s what I was hoping to solve 🙂

Thanks,

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35938 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35938 Sat, 03 May 2014 12:33:52 +0000 admin I’m fixing it in the inspector now, and will give you solution asap 🙂

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35939 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35939 Sat, 03 May 2014 12:38:36 +0000 admin I tried this custom css in console and it solved the css problem:

#comments .comment {
padding: 0 20px 0 65px;
}

🙂

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35952 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35952 Sat, 03 May 2014 12:45:32 +0000 Lucas Atkins Thank you very much!! You are awesome 😀

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35958 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-35958 Sat, 03 May 2014 12:48:37 +0000 admin You are welcome. 🙂

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-36309 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-36309 Tue, 06 May 2014 09:54:36 +0000 test I am experiencing the EXACT SAME problem. I just bought the userpro plugin this morning.

Ahmed, can you please tell me exactly how did you fix the ‘avatar overlapping with username’ problem? Where do I have to make the css changes?

(ps: I am not at all technical).

To see the problem you can visit the following link:
http://www.consumerpolice.pk/ufone-feedback-complaints/

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-36318 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-36318 Tue, 06 May 2014 11:46:19 +0000 test My theme is explicit. Quiet similar to Lucas’s theme (created by the same author).

]]>
https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-36319 <![CDATA[Reply To: Commentator plugin]]> https://forum.userproplugin.com/forums/topic/commentator-plugin/#post-36319 Tue, 06 May 2014 12:14:03 +0000 @test try adding this to your custom CSS in your theme. This should solve your problem:

.commentator-comment-text {
padding: 25px 0px 15px 0px;
}

.commentator-comment-content .commentator-comment-header {
padding-left: 60px;
}

]]>