Nathan Schacherer
asked 10 years ago

Hey – just want to know how I can make the sidebar on the single question pages show the same widgets as the main question page – how do I fix this?
Thanks.
Nathan

2 Answers
Kido D
answered 10 years ago

Hi Nathan,
To resolve the issue, you can open up the content-end-wrapper.php file in plugins/dw-question-answer/inc/templates/default folder, find the code below:

   default:
echo '</div></div>';
get_sidebar();
break;

…and change it into this:

   default:
echo '</div></div>';
dynamic_sidebar( 'your-sidebar-id' );
break;

If the problem persists, please send us your site URL and the admin account (via private answer) so that we can help you out. Cheers!

Nathan Schacherer
replied 10 years ago

Hey – I am not sure how to find the sidebar id? – I am using this theme: http://themeforest.net/item/valenti-wordpress-hd-review-magazine-news-theme/5888961 – our install is local and not online.

Dominic Staff
replied 10 years ago

You can send me username & password of your site (via private answer), we will help you resolve it.

Kido D
answered 10 years ago

Hi Nathan,

Normally you can find the sidebar-id in the widgets.php file of the theme.
See the screenshot here: http://i.imgur.com/txzk7ky.png
Also, since we can’t see the code of your theme, you could definitely reach out to the theme’s author directly to get help for this issue.
Cheers!

Powered by DW Question & Answer Pro