Discussion on Discy - Social Questions and Answers WordPress Theme

Discussion on Discy - Social Questions and Answers WordPress Theme

Cart 3,594 sales
Well Documented

2codeThemes supports this item

Supported

6995 comments found.

Why is reCaptcha loaded multiple times just because I want to use the captcha in different forms?

https://screenshots.work/vfs0LzJj https://screenshots.work/lrx0WkyY

And why doesn’t the theme have a meta description?

Fix for Touch targets do not have sufficient size or spacing

function force_touch_target_fix_css() {
    if (!is_admin()) {
        echo '<style>
        /* Global minimum sizes */
        .header-search input[type="search"],
        .header-search button[type="submit"] {
            min-width: 48px !important;
            min-height: 48px !important;
            box-sizing: border-box !important;
        }

        .header-search button[type="submit"] {
            margin-left: 8px !important;
            font-size: 16px !important;
            line-height: 1.2 !important;
        }

        /* Focus indicator */
        .header-search button[type="submit"]:focus,
        .header-search button[type="submit"]:active,
        .header-search input[type="search"]:focus {
            outline: 2px solid #005fcc !important;
            outline-offset: 3px !important;
        }

        /* Centered icon */
        .header-search .search-wrapper {
            position: relative !important;
        }

        .header-search .search-wrapper input[type="search"] {
            padding-right: 40px !important;
        }

        .header-search .search-wrapper button[type="submit"] {
            position: absolute !important;
            top: 0 !important;
            bottom: 0 !important;
            right: 8px !important;
            margin: auto 0 !important;
            height: 24px !important;
            width: 24px !important;
            background: transparent !important;
            border: none !important;
            padding: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            cursor: pointer !important;
        }

        .header-search .search-wrapper button[type="submit"] i {
            font-size: 18px !important;
            color: #fff !important;
            line-height: 1 !important;
        }
        </style>';
    }
}
add_action('wp_head', 'force_touch_target_fix_css', 50);

Fixed for [user-scalable=“no”] is used in the <meta name=“viewport”> element or the [maximum-scale] attribute is less than 5.

I copied the header.php into the child theme and adapted the viewport:

<meta name=“viewport” content=“width=device-width, initial-scale=1”>

Thank you so much for your hard work, Good luck for your work.

Hi, I know my support has expired but I’ll appreciate if you help me understand on these two questions: 1. Can I restrict users to post questions and answers to a particular category? For example, only users who have paid for a particular plan or package can post in some selected categories while other categories remain free for all?

2. How can I enable nested categories in this theme ? Or have the ability to select more than one category when posting a question just like you would do in blog posts or WooCommerce products?

Hi,

1 – You can do that for all categories, not for specific categories.

2 – You can choose different styles for the categories from the theme settings/Question settings/Add – Edit – Delete.

How to set 100% (fit the content area) width for the featured images?

https://screenshots.work/YwncvGbW

Hi,

Sorry for the late reply.

Try to use this code for the child theme/functions.php file
add_filter("discy_show_defult_image_page","discy_child_none");
add_filter("discy_featured_image_single_question_width","discy_child_none");
add_filter("discy_featured_image_question_width","discy_child_none");
add_filter("discy_featured_image_single_question_height","discy_child_none");
add_filter("discy_featured_image_question_height","discy_child_none");
add_filter("wpqa_featured_image_answer_width","discy_child_none");
add_filter("wpqa_featured_image_answer_height","discy_child_none");
function discy_child_none($return) {
    return false;
}

Ok. Works. Thanks.

a) Recommendations for an SEO plugin? (Google Page Speed reports, among other things, that there is no meta description.)

b) Recommendations for preventing comment spam (replies)?

1 – Yoast or Rank Math.

2 – Any spam plugin it will work.

I deleted my website and reinstalled it, after reinstalling it is showing “Licenses are in use”. I had installed and activated this website on the same domain name earlier. So why is this problem appearing now.

Hi,

I’ve just revoked it for you, you can use it now.

Hello, I want to change the currency in the payment fields. In which file of the theme is the TRY text located? I want to find it and replace it with “₺”.

Hello,

When you buy the theme I’ll let you know how to do that.

Hi! I purchased the Discy theme, but I would like to use it on a different website. Since it’s no longer active on the previous site, is there a way to revoke the current license and activate it on my new domain? Let me know if this is possible. Thanks!

Hi,

I’ve just revoked it for you, you can use the new domain now.

All Licenses are in use. You can use the license on only one domain, revoke the license from the Licenses page on our site to be able to use it on this site.

My Wordpress is saying this.

How do i revoke the liscense from another website?

Hi,

I just saw you made it, so everything is fine?

just looking in the manual as to how to access setup the new ai feature is there a section? if so can you direct me to it

Hi,

Just you need to put the api key and it will work.

Hi there,

When setting up the Home Page template, I enabled “Sticky Questions”, selected “Load More” as the pagination style, and set “Items per page” to 5.

However, if there are more than 5 sticky questions (e.g., 16 sticky questions), the page displays all 16 at once instead of limiting it to 5 per page.

How can I fix this so that only 5 sticky questions are displayed initially, with the rest loading incrementally via “Load More”?

Looking forward to your support. Thanks!

We made it optional to work from the theme because some of the cache plugin blocked the file which worked from the admin, so if your plugin do that, you can use it from the theme.

So, there won’t be any conflicts or other issues using the Ajax load from theme, is it?

Presale.

Thanks you for the giving out the best all your best.

1. here are my two domains https://itsupportforum.com and https://asksupportdesk.com of all your thinks what fits each as far as what you might understand when you first read the domain name. am new to Tech and my passion is tech support.

2. which one should do you think i should go with first of the two domains because i cant imprement both

3. if there any addon for the app all all basic functions are included

4. how much do you charge for customisation.

Hi @mwebe!

Thanks for your interest in Discy.

1 – You need to buy a new license for every domain.

2 – If you can’t buy 2 licenses, you need to choose the content you loved more to continue in your site.

3 – This is the theme and when you buy the theme you don’t need to buy anything.

4 – For what?

If you have any more questions, please do not hesitate to contact us.

Thank you, we look forward to serving you!

Best Regards.

nijat7

nijat7 Purchased

How can I make the response of a registered user automatically approved without the need for moderation approval?

Hi @nijat7!

Thanks for using Discy.

Your support expired. Please renew it.

From here https://2code.d.pr/mFkIRE and here https://2code.d.pr/HaJoAa

If you activated the custom permissions https://2code.d.pr/n077Yc && https://2code.d.pr/YWNtME you must activate it for the user group too.

Thank you, we look forward to serving you!

Best Regards.

nijat7

nijat7 Purchased

Thank you very much, this problem has been resolved, but one big problem is that the site freezes when a user posts a question. What could be causing this?

This means you need to pay for the OpenAI credit, or you can stop the answering by AI.

before purchasing i wanted to check if ChatGPT can be integrated and working

if yes please share a document or steps to check on your demo website

Hi @mallireddymanikyalareddy!

Thanks for your interest in Discy.

It didn’t need any steps, just put the API key and it will work, you can test our demos.

If you have any more questions, please do not hesitate to contact us.

Thank you, we look forward to serving you!

Best Regards.

Hi Thanks once more for this wonderful software and your support, I am building a very wonderful website with it. My question is this, is there a way for the admin to see all answers submitted on the site. This is moderation purpose.

As an Admin, i will like to be able to see all the submitted answers from the website front-end instead of through wordpress admin page.

For easy and fast moderation of answers.

is it possible

No sorry, it’s not available.

I want only Register users to answer the question … how to enable this???

Currently i notice anyone … even unregister guest also sharing thoughts on questions… so where is the option to enable only for login users.

2nd….

I want to change “Ask a question” text i couldnot find the option… where it;s???

dkc_00

dkc_00 Purchased

1) I could not find ON / OFF option i check multiple times. Just tell me If I want only Loged in users to comment or reply to question then what to do???

under Permission section

dkc_00

dkc_00 Purchased

UPDATE – Ok i got it… thanks … for your help.

Ok, that’s great.

When i use CHILD THEME & Try to backup using Updraftplus i am getting this error -

Warning: Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here. Follow this link for more information

But

When i switch back theme to Original (Non child) this error is no longer there.

How to fix while using child theme?

Hi @dkc_00!

Thanks for using Discy.

Can you give me a screenshot of this error?

Thank you, we look forward to serving you!

Best Regards.

I Buy this theme and app when offer 2code. Please inform me.

Hi @ashraf420!

Thanks for your interest in Discy.

So sorry, but we didn’t have discount.

If you have any more questions, please do not hesitate to contact us.

Thank you, we look forward to serving you!

Best Regards.

one of the biggest i did in my life buying this theme which worth 0$ every other day ask me to activate license but never let me to submit license key…good luck for who is thinking about buying https://nexasnap.com/

Hi,

You didn’t need to put the license key, you can just activate it with your buyer account and clicking on the register license button, it will redirect you to Envato to approve the permission and it will back again for the site and it will be activated.

Is there a way to activate users via email OTP? Can it be achieved?

Here: wpqa_comment_vote_up, wpqa_comment_vote_down.

Noted. Is it included voting results? Because the cache for the unlogged users is still displaying “0” vote

It’s only WordPress function

get_post_meta($question_id,"question_vote",true);

I bought this theme for a subdomain, how can I cancel it and replace it with a domain name?

Hi @nijat7!

Thanks for using Discy.

Your support expired. Please renew it.

I’ve just revoked it for you, you can use it now.

Thank you, we look forward to serving you!

Best Regards.

When user delete thier account then they should get SUCCESSFUL message saying your account has been deleted.

But it’s showing something like this.

Check here – https://postimg.cc/Czp7JJGw

Can i show them successfull message after they delete thier account? if yes then How? share Image please… where is the option

Hi @dkc_00!

Thanks for using Discy.

It’s already returned to the homepage and shows the message, did you change settings in the slug settings for the user settings?

Thank you, we look forward to serving you!

Best Regards.

How to remove IMAGE upload option from the

- comments of questions. - Ask a question tab

I want to remove both ADD MEDIA & INSERT IMAGE.

How?

Also, if someone copy image & paste on site then image should not accept in anyway.

I want to apply this feature on white site. NO IMAGE UPLOAD in anyway.

Help please.

You don’t need the uploading image totally?

You can remove the 2 options of the uploaded, but if you activate the editor and someone copies the image, it will posted in the editor; if you want to stop that too, you need to stop the editor too.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey