Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the question-answer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u845912282/domains/pickplugins.com/public_html/wp-includes/functions.php on line 6121
Show sidebar in single question page

Show sidebar in single question page

0
Show sidebar in single question page 1
melabyte
Aug 28, 2017 02:15 PM 1 Answers General
Member Since Aug 2017
Subscribed Subscribe Not subscribe
Flag(0)

Good morning,
I kindly ask for support to show the sidebar in the single question page. Unfortunately the first help was not correct, so I ask you if you can help me to find the right code.
This is the single question page: http://www.galileiani.it/question/domanda-di-prova/
This is the suggested (wrong) code:
add_action('qa_action_before_single_question', 'qa_action_before_single_question', 10);
add_action('qa_action_after_single_question', 'qa_action_after_single_question', 10);

function qa_action_before_single_question() {
echo '';
}

function qa_action_after_single_question() {
echo '';
}

(I'd prefer the right sidebar, not in the left, if possible)

Thank you in advance
Melania

2 Subscribers
Show sidebar in single question page 1
Show sidebar in single question page 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Show sidebar in single question page 4
PickPlugins
Aug 28, 2017
Flag(0)

Welcome to our forum.

Thanks for your question, wordpress.org support forum doesn't allow to ask admin login from user, that's why i am asking here for further help.

 

Please send me a temporary admin access to your site, i will check the issue. please send login info via https://pickplugins.com/contact/

 

Regards

Show sidebar in single question page 5
melabyte
- Aug 28, 2017 02:45 PM
Flag (0)
0

Sure, I understand. I sent the credentials, thank you!

Sign in to Reply
Replying as Submit


Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u845912282/domains/pickplugins.com/public_html/wp-content/plugins/post-grid/includes/functions-builder.php on line 10