6999 comments found.
Hey, Discy Team, Can i set Poll Questions Answers like Multiple Choice Question on Examination purpose.
Hi,
This is not available, only one choice.
Thank You for your Quick response,,,,,, “only one choice ” This Choice can be predefined which is preset the actual answer is ?
You can change the title of the poll and add the answer on it.
Hello, It seems I have the same problem, the login button returns infinitely and does not direct me to the site. When I close the login popup and click a link, I seem as logged-in. Thank you.
Hi,
Please send me in my profile your site to check it.
Issue alert: Comments on answer is also counted as answer. For example, if a question has one answer, and this answer has 2 comments, the UI shows 3 answers for that question. It should show only 1 answer.
Hi @kpvipin!
Thanks for using Discy.
We have the option to make it, https://ahmed.d.pr/15mtc9
Thank you, we look forward to serving you!
Best Regards.
هل اقدر اغير الاسم فوق على حسب اللي اضغط عليه
يعني لما اروح اخر الاسئلة يجيني فوق اخر الاسئلة
https://ictexp.com/?show=recent-questionsمابغاه يجيني الرئيسية
ثاني شيء
هل اقدر اضيف عنوان الصفحة بميات H1 حتى لو كان على اللوقو او اي شيء
Hi @arabslaptop!
Thanks for using Discy.
ماهو ال recent questions لو اول تابه هتيجي الصفحه الرئيسية برضه
عمتا تقدر تغير الكلام بتعديل الصفحه الرئيسية وهتلاقي options لكل ال slugs
انت عاوز بس في الهوم يكون فيه H1؟
Thank you, we look forward to serving you!
Best Regards.
بكل الصفحات وفي التابة ذي لو تكرمت عشان اغيرها
مش فاهم قصدك ،، ايه اللي يكون في كل الصفحات ،، اي تابه تقدر تغير ال slug بتعها من انك تعمل تعديل لصفحه الهوم من الادمن وهتلاقي اعدادات كل ال slugs اللي موجودة في الهوم
انت عاوز بس في الهوم يكون فيه H1؟
انا ابغاها بكل الصفحات
مش في كل الصفحات ،، هو موجود في صفحات الاسئلة والمقالات الداخلية ودول هما اهم حاجه
لاني كل مااجيب احد عشان يشوف مشاكل الموقع بيقولو مافي H1 في الرئيسية وفي ريكوست كثير جافا و CSS وفي مشاكل استعراض جوال
وكلهم يقولو لازم مبرمج يعدل بالبرمجيات
وكل المشاكل البرمجية سببت انه مافي زوار للان من البحث فانا ابغا اشوف ايش اللي تقدرو تساعدوني فيه والباقي بشوف فيه مبرمج
الزوار بتيجي من المحتوي ،، لازم يكون فيه محتوي كويس علشان يكون فيه زوار وال H1 مش مهم في الهوم ،، اهم حاجه الصفحات الداخلية اللي فيها المحتوي ،، ومواقع الاسئلة المحتوي بتاعها مش بيكون اسئلة فقط ،، لازم اسئلة واجابات
Hello,
I want to show users on homepage in “WPQA – Users widget ” with monthly scores. ( I can do that )
I want to show users categoric points in their profiles ( I can do that )
I want to show users whole categoric points ( not monthly ), while WPQA widget shows monthly scores ( I cannot do that )
How can I do this last item ?
Hi,
If you want to show the users based categories by points monthly, this is not available.
Hmm this is sad for me, do you think that can I solve this with simple php codes ?
Or do you have a price for this specific code addititon ?
No, not easy to do that.
Ok , do you have a price for this specific code addititon ?
Do you want the widget to show the number of points which user get it in the month based on categories? because It will show one number only of the categories per user.
For example, User 1 has 500 points in the general category.
No I want that: For example user gains 500 points in A category since the beginning, gains 100 points in A category since last month.
I want to show 100 points in widget ( monthly points )
500 points in profile ( total points )
At present, if I choose monthly I can show 100 points both in widget and profile, if I do not choose specific date then I can show 500 points both in widget and profile. But I want to show monthly in widget, total in profile.
But in the widget will not count the points for all the categories, if he gets for the first category 100 in this month and 50 for the second category will show the top number only 100 points not 150 points.
Yes I understand it. Let me use it few weeks and ask with a better explanation.
But let me ask a different question:
For example I have one main category - Vehicles
One sub category of vehicles - Cars
One sub category of cars — Volvo
If a user gets 5 points in Volvo, I see 5 points for Vehicles, 5 points for Cars, 5 points for Volvo in their profile. Can I hide subcategories points or the main category points in the profile page?
So, it will show the highest points of categories in the widget, the user has 2 categories with points 100 and 50 points will show 100 points only and the name of this category.
In the profile you want to show only the main categories?
In profile, I want to show subcategory ( last step of hierarcy ) , but if I cannot do this I want to show main categories.
But in the profile, it shows the categories already.
I want to show just one subcategory. But right now it shows all of the categories.
Vehicles—Cars—Volvo ( If user gets 5 points in Volvo, all of 3 shows 5 points in the profile)
I want that just Volvo subcategory shows 5 points.
You want the main categories and one subcategory only.
No I want just one subcategory. Only one subcategory. ( The lowest hierarcy subcategory )
- IF I cannot do subcategory, then I want just main category.
Use this code in your functions.php in the child theme
add_filter("wpqa_user_points_categories","discy_child_user_points_categories",1,2);
function discy_child_user_points_categories($return,$term) {
if (isset($term->parent) && $term->parent > 0) {
$return = false;
}
retrun $return;
}
Note: this code will work with you in the next update. I’ll upload it within the next 24 hours.
Great thank you
You are welcome.
Hello, did you upload it ? I cannot see the update.
Hi,
You can update it from here https://ahmed.d.pr/NpwoyI but maybe you can wait in the next 24 hours to show it because the cache or you can update easily by this plugin https://envato.com/market-plugin/
Okay thank you
You are welcome.
Hello again, I use this code in my functions.php, but it shows only the main category. I wanted only subcategory brother 
3 days ago — No I want just one subcategory. Only one subcategory. ( The lowest hierarcy subcategory ) IF I cannot do subcategory, then I want just main category.
Okay I change it to this and now it shows only subcategories.
*add_filter(“wpqa_user_points_categories”,”discy_child_user_points_categories”,1,2); function discy_child_user_points_categories($return,$term) { if (isset($term->parent)&& $term->parent < 2) { $return = false; } return $return; }Yes, only the main categories.
Hello,
After the update, in communities page, the breadcrumb menu ( Popular, Followers, Name ) is not working. I click on them but the page stay same nothing happening.
Hi @bad0!
Thanks for using Discy.
https://ahmed.d.pr/dq9Kc7Note: After updating, please Clear your site cache if you use a plugin cache and clear the browser’s cache or hard reload the page ( for Win Ctrl+F5 or CMD+Shift+R on Macs), or simply try accessing the page with another browser that hasn’t yet cached the website.
Also, Save the Options in the Discy Setting.
Thank you, we look forward to serving you!
Best Regards.
Okay thank you.
You are welcome any time.
user recieve notification like this https://prnt.sc/vvuvz5 . how to delete – admin_add_points. yesterday this function was working well
Hi @findsupreme!
Thanks for using Discy.
It must show like that, The administrator added points for you.
Thank you, we look forward to serving you!
Best Regards.
plz see carefully
– admin_add_points.
Give me your FTP account to check it.
i just sent you message
I’ve just tried it on your site and see it works well https://ahmed.d.pr/T627X8
Not working . Please see at home page notification section
Ok, Got it, it works well now.
i am trying to add some points to one of my user . i am facing this error https://prnt.sc/vvt0fi . user gets points dont recieve notification.
APACHE ERROR LOGS Fri Dec 04 14:10:49.488890 2020 pid 25736 AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function wpqa_get_pagenum_link(), 1 passed in /home/503413.cloudwaysapps.com/myvccjxhkq/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /home/503413.cloudwaysapps.com/myvccjxhkq/public_html/wp-content/plugins/WPQA/functions/functions.php:3209\nStack trace:\n#0 /home/503413.cloudwaysapps.com/myvccjxhkq/public_html/wp-includes/class-wp-hook.php(287): wpqa_get_pagenum_link(‘https://thatpag...')\n#1 /home/503413.cloudwaysapps.com/myvccjxhkq/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(‘https://thatpag...', Array)\n#2 /home/503413.cloudwaysapps.com/myvccjxhkq/public_html/wp-content/plugins/w3-total-cache/Util_PageUrls.php(515): apply_filters(‘get_pagenum_lin…’, ‘https://thatpag...')\n#3 /home/503413.cloudwaysapps.com/myvccjxhkq/public_html/wp-content/plugins/w3-total-cache/Util_PageUrls.php(459): W3TC\\Util_PageUrls::get_pagenum_link_admin(2)\n#4 /home/503413.cloudwaysapps.com/...’, referer: https://thatpages.com/wp-admin/user-edit.php?user_id=62&wp_http_referer=%2Fwp-admin%2Fusers.php%3Fs%3Damna%26action%3D-1%26new_role%26paged%3D1%26action2%3D-1%26new_role2
Hi @findsupreme!
Thanks for using Discy.
Update your theme and WPQA plugin to the last version.
Thank you, we look forward to serving you!
Best Regards.
theme and plugin is updated already
Version 4.4?
Your plugins are all up to date.
Your themes are all up to date.
both of them 4.4?
Yes
Ok, you can try now.
if many users make their question sticky in same category then what will happen ? many user will find that their question is not sticky. How to manage this ?
Hi,
Stop to allow for them, or make the time until the question shows as a sticky short time.
how to fix this ? https://prnt.sc/vvsnec
Hi,
You need to activate the pay to sticky to can activate it on the checkout page.
Can you please show me the section of code where the editor is configured for the UI? I want to add markdown support for Question and Answer. Plugins are not working for the editor in UI.
Hi,
I sent you already two plugins that work well, no problem.
And you can find on google which plugins can work with WordPress editor.
Thanks, Urvanov Syntax Highlighter (https://wordpress.org/plugins/urvanov-syntax-highlighter/) seems to be working very well. You can safely suggest to other if they need.
Great, thank you so much.
How to change the Edit Comment breadcrumb and page title to Edit Answer? I have changed the slug to edit-answer to fix the url.
Hi @kpvipin!
Thanks for using Discy.
You can use the loco translate plugin or poedit program
You can check from here https://2code.info/docs/discy/translation-plugin/ and https://2code.info/docs/discy/translation-theme/
You can use them for the same language, not only for translation to another language.
Thank you, we look forward to serving you!
Best Regards.
Do you have any code syntax highlighting plugin which works in the Question and Answer form in the UI? I tried adding “Enlighter – Customizable Syntax Highlighter”, but seems to be not working in the front-end.
Hi @kpvipin!
Thanks for using Discy.
Try to check if this plugin has the option to show it in the front end because some plugins by default show in the admin only, but they have the option to show it in the front end.
Thank you, we look forward to serving you!
Best Regards.
No, the plugin does not have much options. Can you please suggest one which works? I saw that you had recommended this https://wordpress.org/plugins/crayon-syntax-highlighter/ earlier, but it is a very old plugin, last updated 5 years back. Anything new?
But still no problem with it, also you can try this one, https://wordpress.org/plugins/syntaxhighlighter/
Both crayon-syntax-highlighter and syntaxhighlighter is not giving options in the editor in front-end, any suggestions?
No, it has already the option.
After I updated theme loco translate plugin lost “Discy” and “Discy child” settings . Here is no English language package that I added and translated
Due to bot attacks cloudways disabled “XMLRPC” and set Cron job new rules. Is it ok ??
Loco Bundles https://prnt.sc/vvgyhh
Loco Discy https://prnt.sc/vvgzh5
APACHE ERROR LOGS Fri Dec 04 03:56:25.993855 2020 pid 24156 AH01071: Got error ‘PHP message: [Loco.warning] “Child theme declares the same Text Domain as the parent theme” in src/error/AdminNotices.php:93’, referer: https://thatpages.com/wp-admin/admin.php?bundle=discy-child-theme&page=loco-theme&action=view
Hi,
I didn’t get your meaning totally, anything related to the file languages. They work well no problem.
i have lost loco translation after i updated theme
translation in WPQA is available but other two packages “Discy” and ” Discy child ” does not show.https://prnt.sc/vvgzh5
In this case I think when you created the file with the loco translate plugin, it was made on the theme folder, and you didn’t move it outside the theme file to don’t lose them.
now what i need to do?
If you take a backup, put them, and don’t save the files in the theme folder, I’ve added this more in my docs in the translation pages.
how to to move move it outside the theme file ?
when i create new budle this option show, you want to say that i have to create new bundle ? i created bundle like this but now dont show.
come to the point,, Now i need to create new bundle and translate again?
and tell me after creating bundle how to to move move it outside the theme file ?
so again these bundles should not disappear
While you opening the file will see in the links, move, to can move the file outside the theme folder.
i cant see move option https://prnt.sc/vvigdp
Not here, in this page directly choose custom or system.
if i create like this way https://prnt.sc/vvik99
Yes, this is good.
after this how to move it outside the theme file to don’t lose them.
Now it’s outside already, and you don’t need to move it.
Hello,
After the update, the login button returns infinitely and does not direct me to the site.
When I close the login popup and click a link, I seem as logged-in.
I deactivate all plugins, clear cache and history. But the problem still continues.
Okay I define the problem, it is not about Discy sorry.
Hi @bad0!
Thanks for using Discy.
Ok, no problem, you are welcome any time 
Thank you, we look forward to serving you!
Best Regards.
Actually maybe it causes from the theme. I got this error message:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function SIB_Manager::sib_wp_login_identify(), 1 passed in /home/hubyrcom/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 2 expected in /home/hubyrcom/public_html/wp-content/plugins/mailin/sendinblue.php:266 Stack trace: #0
This is the function : function sib_wp_login_identify( $user_login, $user )
So $user_login or $user returns empty. Do you think that it causes from the theme? Because I got this error after update ?
I’ve just sent to you a new file on your email, check it.
Problem solved thank you 
But did I get this error because of a mistake of mine ? I am asking to find out that I will not make the same mistake again.
No, not from you 
Okay great then ..
You are welcome 
I need to change the color of the header.
but I have only three options dark, light, and colors. How can I customize the header color? other than 3 option
Hi @Fahadk7!
Thanks for using Discy.
You can use this code
.hidden-header .header {background-color: #F00 !important;}
Thank you, we look forward to serving you!
Best Regards.
where is located this option ? “Added a new option in the question setting if you want to set a custom price or custom points to allow the users to pay to answer for the specific question, or you can stop the payment for this question only.”
Hi,
When you edit the question from admin.
Sorry i cant find this option can you send me screen shot plz?
Did you activate the pay to answer option from the Discy Settings/Payment settings?
No ,,,
Ok, you must activate it.
i am confused that why you added this option ? why a user will pay and then will add Answer ?
This option will show only to admin or author can also see ?
The admin only can see it.
If you don’t know why it’s available, this means you don’t need to use it 
There are a lot of clients who need it.
اخي العزيز حدثت الثيم والبلقن الان مايفتح ولا سؤؤال
https://ictexp.com/يعطيني صفحة 404 كانه تغير اسماء الصفحات
ارجو المساعدة العاجلة
انا كاتب note في صفحه الثيم ان انه بعد كل تحديث لازم Discy Settings and click on the save options button.
ماانتبهت للنوت ذي
شكرا لك بس سؤال اخير هل استطيع اظهار وقت ارسال السؤال يعني الساعة جنب التاريخ ؟
ولا يهمك تقدر تسال في اي وقت 
اسف بس ده مش متاح
معليش سؤال اخير
الان لما ادخل راحت ال Favicon اللي المفروض تكون في المتصفح فوق
رجعت حقت الوورد برس رفعت الصورة ثاني وسويت اوك وكل شيء
انت رفعتها من فين؟
من لوحة التحكم حق discy كانت قبل التحديث موجودة
Check this article please, https://www.wpbeginner.com/wp-tutorials/how-to-add-a-favicon-to-your-wordpress-blog/
How can add this /wp-includes/js/tinymce/skins/lightgray/skin.min.css?wp-mce-49100-20200624 in <link rel=preload>
Hi,
Why do you need to add it? It’s not available.
getting suggestion at pingdom to add skin.min.css in preload to improve site loading speed
We don’t control that, it comes directly from WordPress core files.
Is it possible to have a video tutorial. I feel lots of questions are repeated here, which is a waste of time for you (unless a bot is answering
). A video tutorial playlist seems to be a good idea. I can help with that if required 
Hi,
What do you need to know?
I cant seem to find option to edit the answer which I submitted. Can you show me if there is any settings which enables/disables it?
From here Discy settings/Comments and answers/Comments/User can edit the comments/answers?