AdvancedCoding
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] First comment redirectHi antresoldo,
Which version of wpDiscuz do you use? Could you please leave some test url for us?Forum: Plugins
In reply to: [Statistics Widgets] Puts my site downHi Eric,
This plugin has been tested on dozens test WordPress site and it’s being used on thousands online websites. We’ve never faced with such a problem. This is definitely a plugin conflict, you should deactivate one by one and check after each deactivation to find the one which cause this. If you can’t do this check please send admin login details to support[at]gvectors.com email address.Forum: Plugins
In reply to: [Comments - wpDiscuz] Bugs in translating newest versionHi wzshop,
We have just released new version of wpDiscuz, please, update and check it again.Forum: Plugins
In reply to: [Comments - wpDiscuz] Different color for rankHi docteurdread,
We have just released new version of wpDiscuz, you could set different colors by ranks via Custom CSS Code in options page like this:#wpcomm .wc-blog-admin{ background: #f00; }
#wpcomm .wc-post-author{ background: #f00; }
#wpcomm .wc-blog-member{ background: #f00; }
#wpcomm .wc-blog-guest{ background: #f00; }
Please, update.
Hi Svend Rugaard,
We have just released a new version of APSW. Please update and check it again.Forum: Plugins
In reply to: [Comments - wpDiscuz] Twentythirteen theme comment width issueHi sc414,
You can achieve this just changing custom css code in wpdiscuz settings page, hope this code will work for you, if not just change the properties.
Just put this css code in Custom CSS Code section in settings page
.comments-area { margin-left: 100px; max-width: 85%; padding: 0 376px 0 60px; }
Forum: Plugins
In reply to: [Comments - wpDiscuz] Showing images in commentsHi CodeWx,
It seems you only insert image URL, you don’t insert image HTML like this:
<img src="https://example.com/image.jpg">
Please make sure you insert full HTML code of image, coz it works on our tested sites.
Forum: Plugins
In reply to: [Comments - wpDiscuz] admin section, redirect to option.phpHi mastahtheboss,
We just fixed this issue. However as far as we see all your posts’ comments are desabled. We only activated one of those for displaying wpDiscuz form. please open this URL to check/2015/01/31/10-ingressi-omaggio/
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] newest comments firstHi aguerram,
WooDiscuz 1.1.3 just has been released and the option you mentioned already added.
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] Restrict reply to specific user?Hi emielm,
If you want to restrict replying to product author comments, just change this line -> if ($this->is_guest_can_reply() && $this->is_customer_can_reply())
to -> if ($this->is_guest_can_reply() && $this->is_customer_can_reply() && $comment->user_id != get_post($comment->comment_post_ID)->post_author) in comment-form/tpl-comment.php (line 80)Hope this will help you.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Update 1.0.3 broke the pluginHi blips,
We are sorry for that error, it was a mistake by chance. Please update your plugin to version 1.0.4.Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] CAPTCHA was not showingHi Nel,
Please, give us your web page’s url.Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] timezone differenceHi zerofreeze.
Thank you for your post. Currently we are planning to fix and update the plugin.