Discussion on Himer - Social Questions and Answers WordPress Theme

Discussion on Himer - Social Questions and Answers WordPress Theme

Cart 339 sales

2codeThemes supports this item

Supported

558 comments found.

Can we design a different homepage before login? ( like landing page ) Thanks Regards

or how can i do edit landing page ? Thanks

Hi @murohuso!

Thanks for your interest in Himer.

This is the landing page https://2code.info/demo/themes/Himer/main/landing/ it works only if you are not logged.

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

Thank you, we look forward to serving you!

Best Regards.

Hello again dear 2codeThemes I want to ask some questions about membership and payment system 1. Can users ask personal questions and get paid answers? 2.Can users pay for the answers they want instead of the membership system? Thanks Regards

I’ve just sent to you an email.

i have reply thanks dear Ahmed

Got it, you are welcome.

Hi,

After my last update the setting page of himer become like this:

https://ibb.co/0JC3xGD

It seems like it’s divded into two columns. Can you help me to fix this.

thank you

Hi @manythings!

Thanks for using Himer.

Ok, you can check it now. https://ahmed.d.pr/pqptPD

Thank you, we look forward to serving you!

Best Regards.

Worked

you are a boss.

thanks

You are welcome.

Hi,

I use urvanov syntax highlighter. when I use it with block or classic editor in pages or posts I can choose the languages.

like this whith classic editor:

https://ibb.co/hBB5Vmk

Is it possible to add this button to the editor to use it when asking or answering questions.

thanks

That’s great, you are welcome.

Hi,

All code highlighted with urvanov syntax highlighter plugin work well in website. But theses codes ar shown as normal text on mobile app. The only way is to use web pages on mibile app.

Is there a solution.

thanks

Hi,

Give me any link on your site that have code to check it.

Hello dear 2codeThemes Great and excellent theme.Lightweight and clean. can you add more payment sections for membership ? ( payoneer, skrill etc. ) because do not support for paypal and stripe on my country Thanks Regards

Hi,

No sorry but this is not available yet.

How to make the user login to answer ? I am not able to find that option

Hi @utopper!

Thanks for using Himer.

From here https://ahmed.d.pr/Kf545A

Thank you, we look forward to serving you!

Best Regards.

1. How to enable commenting from only Admin user ?

2. Can i disable the Signin and Signup ?

3. When we add the link in Answer. It is not coming with underline of different color , How to do that ?

Use this code

.commentlist li .comment-text .text > div:first-child a { color: #F00; text-decoration: underline; }

Thank you :) It works now. Cheers !

1 Suggestion – If you can improve the text editor while giving answers like can give user the option to select color of link and underline , Some little features a general wordpress editor has . It would be great then .

You are welcome, thank you for your suggestion.

1. When user login getting the error ” Sorry, you do not have permission to view questions.” How to setup the permission for the Subscriber

2. How to edit Menu for Mobile.

Hi @utopper!

Thanks for using Himer.

1 – You can set the permission from the Himer Settings/Users Settings/Permissions.

2 – No option to edit it for the mobile only. It works on the mobile like the desktop.

Thank you, we look forward to serving you!

Best Regards.

Hi,

I use lifterlms. I created two sidebars named “llms_right” and “llms_left”.

I want to show the two sidebars in the single page of the plugin. llms_right in the right side and llms_left in the left side.

can you please tell me how to do that.

thanks in advance.

2 sidebars

To make them 2 sidebars, you need to choose for all your site 2 sidebars.

Yes I’ll do that. But how to choose the 2 specefic sidebars for lms pages

Hi, in today’s update (v1.7), style.css file missing.

updated

That’s great, you are welcome.

Can I use points as a trigger for Paid Memberships Pro?
Reaching a certain number of points unlocks access to a certain level.
Do you have a ready-made code snippet?

No we have our membership features, we didn’t use any plugins for that.

Do you have a code snippet to use points as a currency for WooCommerce?

No, sorry, this is not available.

Helo sir i need some details how to stop 18+ content,article,post and media in our website thank you

Hi,

Customize what? Your the same question? Or anything else?

Same thing bcz lot of user come and use our website how to manage that which type of content is this it not possible right so any automatic tool to use is best way thank you so much for instant replay and ur service is great

All of that so easy to manage them and if you want any help just let me know.

Hi, can i increase the likes and no. Of views of any question ? From backend

You can use this code on your child theme/functions.php file, then you will see that while editing the question from the admin area.

add_filter("himer_options_before_question_poll","himer_child_options_before_question_poll");
function himer_child_options_before_question_poll($options) {
    $options[] = array(
        "name" => esc_html__("Vote","himer"),
        "id"   => "question_vote",
        "type" => "text",
    );
    $options[] = array(
        "name" => esc_html__("Visit","himer"),
        "id"   => "post_stats",
        "type" => "text",
    );
    return $options;
}

yeah it’s works well! Thank You very much ☺️

You are welcome.

Hi. What’s different between Himer, Discy and Ask me?

Hi,

The main change is the design spirit and concept itself, Himer has another new feature for commenting by gender and reactions.

Hi Author, the child category of an category is no recognizable as its child cause of how it appears on front page design, check the screenshot please, would be great if we can do something about this, thanks

https://ibb.co/k0FH5bQ

Hi @oddylab!

Thanks for using Himer.

This is a list of categories, not sorting them into parent and child categories.

Thank you, we look forward to serving you!

Best Regards.

First of all I have to give you thumbs up for this well done theme. But i am really missing a documentation that covers all of the nice thousands of settings you have in this theme. The standard documentation that you link to, does not explain all of my questions, and I have lot.

You can get one of them here: Is there a setting to remove the skin switcher. I can´t find any option in header settings.

Hi,

Thank you for your words, we tried to explain the main things, but if you want to ask us any questions any time, you can do that.

We have option to add the switcher on the footer instead of header, do you want that? Or just remove the switcher totally?

would like to try to move it to footer. Where is the setting for that.

From Himer settings/Styling & Typography/Styling/Skin switcher of dark and light/Footer.

What userrole should i choose for new users in settings

Hi,

Subscriber.

Hi, I don’t want to share the email to users about new post published. Is it possible to stop this type email?

Hi,

Yes you can stop that from the Himer settings/Posts Settings/Add – Edit – Delete.

Thank you for your quick reply☺️

You are welcome.

Hi,

When I click on tags I have 404 Error ” Oops! Page Not Found.”

Hi @manythings!

Thanks for using Himer.

Tags page template? or the question tags? https://2code.info/demo/themes/Himer/main/question-tag/education/ both of them work well with me https://2code.info/demo/themes/Himer/main/tags/

Thank you, we look forward to serving you!

Best Regards.

The tags page template work well.

not the questions tags.

It worked for me before. I don’t know what happened.

I tested many lms plugin on my site.

Fo you have any idea to correct this

Thank you

Because your courses plugin has tags for the questions on the quizzes also, it makes the conflict so only to make both of them work, change the slug here https://ahmed.d.pr/MPkx7C

Hi,

I use Yoast seo and I have this message appear in google search results :

https://ibb.co/rfVVw1G

1. I have the profile page indexed (I set everything to private):

“23 mai 2022 — Please briefly explain why you feel this user should be reported. Explain*. Report. Quereact Logo · Questions · Badges · Polls · Users …”

2. Link to the page profile

“User Statistics · 3. Visits · 1. Question · 1. Answer · 0. Best Answers · 1k. Points · 0. Followers · 0. Members …”

Can you please tell me how to prevent this to appear in the google search results?

thanks

Hi @manythings!

Thanks for using Himer.

You don’t need to index the profile pages?

Thank you, we look forward to serving you!

Best Regards.

Yes exactly. I don’t need profile pages indexing

I’ve added a new option on your site https://ahmed.d.pr/YbuLw8 to activate it or not. and you add on your robots.txt file
User-agent: *
Disallow: /profile
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