AdvancedCoding
Forum Replies Created
-
Forum: Plugins
In reply to: [Statistics Widgets] New Requirement with Social SharingHi mallville,
We are sorry but that feature can’t be edit even if for an extra cost, because in order to get such feature we should customize all existing files. We hope for your understanding and support.
Thanks again.
Forum: Plugins
In reply to: [Statistics Widgets] New Requirement with Social SharingHi mallville,
Unfortunately the feature you have described has no relation with this plugin. Please take that into consideration. Thanks for the question.
Forum: Plugins
In reply to: [Comments - wpDiscuz] No URL in Facebook ShareHi thethunderbird99,
this is known issue, we’ve already noticed about this problem. It’ll be fixed in next 3.3.0 version.Forum: Plugins
In reply to: [Statistics Widgets] Views count next to each post title on homepage?Hi Divvy,
Sorry for the late answer.
It is impossible to do that, because we can’t control the appearance of views. as it may show either in the end of post title or in the widget. Which depends on used active theme or plugin structure.Forum: Plugins
In reply to: [Statistics Widgets] how to remove index page from displaying in widget?Hi isloooboy,
Please update to version 2.0.2 and take a look on
“Widgets” tab in plugin settings page.Forum: Plugins
In reply to: [Statistics Widgets] how to remove index page from displaying in widget?Hi isloooboy,
Thanks for contacting.
However, can you please clarify what exactly do you need?
As far as we see, you do not want views to be increased in home page. Right?thanks
Forum: Plugins
In reply to: [Comments - wpDiscuz] Live update does not trigger for early participantsHi ssebech,
If live update works when there are no comments on post, there will be too many requests for server. However, we can add an option in our future releases when there is no comment on post and live update will work.Thanks!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Buddypress RepliesHi sudopacman,
Can you tell us what exactly do you mean saying with “false replies” in BuddyPress?Thank you!
Forum: Plugins
In reply to: [Comments - wpDiscuz] No reply button?Hi getmechamot, It seems you havn’t enabled nested comments. Please see this topic.
https://gvectors.com/forum/how-to-and-troubleshooting/reply-button-not-present/#post-983
Forum: Plugins
In reply to: [Comments - wpDiscuz] Character countHi mainpleine, wpDiscuz already has that option with min/max values.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Commets made by admin or author in different backgroundHi EDV11,
you should put this css in wpdiscuz settings page Background And Colors Tab Custom Css Code area
1. post author
#wpcomm .wc-blog-post_author > .wc-comment-right{ background-color: #f00!important; }
2. blog admins
#wpcomm .wc-blog-administrator > .wc-comment-right{ background-color: #f00!important; }
3. blog editors
#wpcomm .wc-blog-editor > .wc-comment-right{ background-color: #f00!important; }
4. blog authors
#wpcomm .wc-blog-author > .wc-comment-right{ background-color: #f00!important; }
5. blog contributors
#wpcomm .wc-blog-contributor > .wc-comment-right{ background-color: #f00!important; }
6. blog subscribers
#wpcomm .wc-blog-subscriber > .wc-comment-right{ background-color: #f00!important; }
7. blog guests
#wpcomm .wc-blog-guest > .wc-comment-right{ background-color: #f00!important; }
and etc for other custom user roles
Forum: Plugins
In reply to: [Comments - wpDiscuz] moderate commentsHi fivestarfisher,
WpDiscuz uses wordpress moderate options, please see this image
Hi tungnvsteel,
Try to set small value.
1 – for first opened tab,
2 – for second,
3 – for third…Hi tungnvsteel,
Try to set small value.
1 – for first opened tab,
2 – for second,
3 – for third…Forum: Plugins
In reply to: [Comments - wpDiscuz] How to assign different color texts to different users?This logic also works for other users, try it with different values, like code above
#wpcomm .wc-blog-admin > .wc-comment-right ... #wpcomm .wc-post-author > .wc-comment-right ... #wpcomm .wc-blog-member > .wc-comment-right ... #wpcomm .wc-blog-guest > .wc-comment-right ...