gVectors Support
@gvectorssupport on WordPress.org
- Member Since: December 7th, 2017
Contribution History
gVectors Support’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to Comment badge, how to have more or custom?, on the site WordPress.org Forums:
Then you should use the wpdiscuz_after_label hook. Here is an example: add_filter("wpdiscuz_after_label", function ($afterLabelHtml, $comment)… -
Posted a reply to Comment badge, how to have more or custom?, on the site WordPress.org Forums:
Dear peopleinside , You can use the wpdiscuz_after_label hook for adding extra badges. More info… -
Posted a reply to Wrong Italian translation, on the site WordPress.org Forums:
It works fine, please watch this video: https://www.screencast.com/t/Yp5NRuCm -
Posted a reply to Issue with Complianz cookie consent plugin, on the site WordPress.org Forums:
We'll check and get back to you ASAP. -
Posted a reply to Comment not added. 403 Forbidden admin-ajax.php, on the site WordPress.org Forums:
It seems the plugin blocks the native (core) WordPress admin-ajax.php file. You should contact plugin… -
Posted a reply to Wrong Italian translation, on the site WordPress.org Forums:
Hi peopleinside, Please check out this FAQ: https://wpdiscuz.com/community/f-a-q/how-to-translate-wpdiscuz/ Pay attention to point 3. -
Posted a reply to Wpdiscuz disappeared, on the site WordPress.org Forums:
Please check each point mentioned in this doc and leave some feedback for each one:… -
Posted a reply to Comment field code, on the site WordPress.org Forums:
Have you deleted the caches before checking? -
Posted a reply to Comment field code, on the site WordPress.org Forums:
Try this one: #wpdcom .ql-editor > *, .ql-editor::before{ font-family: "serifgothiclt", Sans-serif !important; } -
Posted a reply to Comment field code, on the site WordPress.org Forums:
Hi, Use the CSS code below: #wpdcom, #wpdcom .ql-editor::before{ font-family: "serifgothiclt", Sans-serif !important; } Put… -
Posted a reply to Cannot comment on certain days or up to a certain date, on the site WordPress.org Forums:
Hi Jimmy, Please navigate to Dashboard > Settings > Discussion admin page, make sure the… -
Posted a reply to wpDiscuz adding br tag instead of p tag, on the site WordPress.org Forums:
Hi bward, wpDiscuz works in the same way as the native (core) WordPress comments. If… -
Posted a reply to Username Link, on the site WordPress.org Forums:
Hello, Use the hook code below for changing the URL only for the wpDiscuz comment… -
Posted a reply to lack of expression, on the site WordPress.org Forums:
aga2442, Please navigate to Dashboard > wpDiscuz > Settings > Subscription and User Following admin… -
Posted a reply to Error after new update, on the site WordPress.org Forums:
@nitrofox, Please update the wpDiscuz to the latest version (v. 7.3.19) and check again. The… -
Posted a reply to Error stemming from this plugin, on the site WordPress.org Forums:
@softfully, Please update the wpDiscuz to the latest version (v. 7.3.19) and check again. The… -
Posted a reply to new update error, on the site WordPress.org Forums:
@simo2010, Please update the wpDiscuz to the latest version (v. 7.3.19) and check again. The… -
Posted a reply to Error after new update, on the site WordPress.org Forums:
Hi, This issue will be fixed very soon. Please wait for the next update. -
Posted a reply to Error stemming from this plugin, on the site WordPress.org Forums:
Hi @softfully, This issue will be fixed very soon. Please wait for the next update. -
Posted a reply to new update error, on the site WordPress.org Forums:
Hi, This issue will be fixed very soon. Please wait for the next update. -
Posted a reply to Error stemming from this plugin, on the site WordPress.org Forums:
You should replace these lines: $page_object = get_queried_object(); $cat_ID = $page_object->cat_ID; with the following one:… -
Posted a reply to Error stemming from this plugin, on the site WordPress.org Forums:
Hello scatory2, The issue comes from the custom code you're using and doesn't have any… -
Posted a reply to [NSFW] COOKIES CONSENT selects itself, on the site WordPress.org Forums:
Hi Patryk Tarachoń, Could you please clarify a bit? Please provide the link to the… -
Posted a reply to [WordPress 6.0] New bugs on 6.0, on the site WordPress.org Forums:
@arskrigitsioniets, Please open a new support topic in the wpDiscuz.com forum for deeper support. -
Posted a reply to [WordPress 6.0] New bugs on 6.0, on the site WordPress.org Forums:
Thank you for letting us know arskrigitsioniets, We're currently working to release the new version… -
Posted a reply to PHP Fatal error: Uncaught Error: Call to a member function get_children(), on the site WordPress.org Forums:
Bartosz, Please register and open a new support topic in the wpDiscuz.com forum for deeper… -
Posted a reply to Customize the “View Comments” Buttom, on the site WordPress.org Forums:
Hi Yohan Perera, You should use the following selector and apply some CSS roles for… -
Posted a reply to PHP Fatal error: Uncaught Error: Call to a member function get_children(), on the site WordPress.org Forums:
Hi Bartosz, We'll check and get back to you ASAP. -
Posted a reply to Change of the date presentation, on the site WordPress.org Forums:
anthony750 , Use the code below: add_filter("wpdiscuz_custom_field_date", function ($value, $args) { $value = date("d/m/Y", strtotime($value));… -
Posted a reply to Change of the date presentation, on the site WordPress.org Forums:
@anthony750, You can change it using the wpdiscuz_custom_field_date hook. More info here: https://wpdiscuz.com/docs/codex/filters/wpdiscuz_custom_field_date/ -
Posted a reply to Newest-Oldest-Mostwoted ?, on the site WordPress.org Forums:
Hi burhi, We don't follow you well. If the sorting buttons are missing, please check… -
Posted a reply to Does not work with Block only theme like 2022, on the site WordPress.org Forums:
You can use the following Gutenberg tag: <!-- wp:post-comments /-->. So it'll work fine. -
Posted a reply to Comment with texts not visible in Mobile, on the site WordPress.org Forums:
Thank you Sudarshan Kotian, Please follow the solution provided in this support topic: https://wpdiscuz.com/community/troubleshooting/social-login/#post-11474 -
Posted a reply to Front display bug, on the site WordPress.org Forums:
Hi, Please read this FAQ: https://wpdiscuz.com/community/f-a-q/if-design-of-the-wpdiscuz-comment-form-is-broken/#post-10629 -
Posted a reply to Support for WP Event Organizer custom post types?, on the site WordPress.org Forums:
Motljus, Navigate to Dashboard > Comments > Forms admin page, edit the Default Form, make… -
Posted a reply to PHP 8.0 Compatibility Issues, on the site WordPress.org Forums:
Please follow this support topic: https://wpdiscuz.com/community/plugin-update-issues/php-8-0-compatibility-issue/ -
Posted a reply to Issue after Elementor Pro 3.7.0 Updates, on the site WordPress.org Forums:
Hello, Please read this FAQ: https://wpdiscuz.com/community/f-a-q/if-design-of-the-wpdiscuz-comment-form-is-broken/ -
Posted a reply to Approving Comments While On The Page, on the site WordPress.org Forums:
amurigate, Please check out the wpDiscuz – Frontend Moderation addon. This addon allows approving new… -
Posted a reply to User (Author) Already logged in., on the site WordPress.org Forums:
Hi clixabuddy, Please follow this support topic: https://wpdiscuz.com/community/wpdiscuz-integration/user-author-already-logged-in-problem-issuecleared-cached/ -
Posted a reply to Not working with Kadence Theme, on the site WordPress.org Forums:
Please register and open a new support topic in the wpDiscuz.com forum for deeper support. -
Posted a reply to Comments from deleted user accounts, on the site WordPress.org Forums:
Hello, Please read this doc: https://wpdiscuz.com/docs/wpdiscuz-7/privacy-and-gdpr/right-to-erasure-be-forgotten/#deleting-personal-information -
Posted a reply to Not working with Kadence Theme, on the site WordPress.org Forums:
We've just checked and don't see any issues with the theme. The wpDiscuz is shown… -
Posted a reply to Not working with Kadence Theme, on the site WordPress.org Forums:
Hi alexg9, Could you please describe more in details the issue? -
Posted a reply to Nonce problem, on the site WordPress.org Forums:
Anna-Karina, Could you please register and open a new support topic on the wpDiscuz.com forum… -
Posted a reply to Undefined Variable, on the site WordPress.org Forums:
@miguelp11, Could you please register and open a new support topic on the wpDiscuz.com forum… -
Posted a reply to Undefined Variable, on the site WordPress.org Forums:
Hi miguelp11, We'll check the issue and get back to you ASAP. -
Posted a reply to Nonce is invalid, on the site WordPress.org Forums:
Hi squeebo, Please register and open a new support topic in the wpDiscuz.com forum for… -
Posted a reply to Warning: is_dir(): open_basedir restriction in effect., on the site WordPress.org Forums:
Hi Patryk Tarachoń, Please follow the solution provided in this support topic: https://wpdiscuz.com/community/troubleshooting/how-to-reset-fix-the-open_basedir/#post-11321/ -
Posted a reply to Custom Post Type, on the site WordPress.org Forums:
Hi hajimorad, Please register and open a new support topic in the wpDiscuz.com forum for… -
Posted a reply to Collate comments, on the site WordPress.org Forums:
gnfb, I'm really sorry, but wpDiscuz doesn't have such a feature. wpDiscuz uses the default…
Support Rep
-
Comments - wpDiscuz
Active Installs: 90,000+
-
wpForo Forum
Active Installs: 30,000+