Samir Mastaliyev
asked 10 years ago

hi.i’ve create page for this plug in, but below it appears details of 404 page. how make so that only plugin shown? 
http://banker.az/dwqa-questions/

4 Answers
DominicStaff
answered 10 years ago

Hello Samir !
I have checked your site and  I think the site still works fine with DW Q&A plugin.
See the screenshot:
– Single question:

– List Question page:

Regards,

Guru
answered 10 years ago

Dear Samir,
 
Are you using the DWQA plugin? or is your problem resolved?

Samir Mastaliyev
replied 10 years ago

no. plugin itself is working, but below the plugin page shows the 404 details (this details usually appear when page is not found) http://banker.az/dwqa-questions-2/ please see below.

DominicStaff
answered 10 years ago

Hi,
Please log in to Dashboard > DWQA > Settings > Permissions, then check again in the permission setting.
Regards,

Samir Mastaliyev
replied 10 years ago

i checked again – it seems everything fine there.
actually i see plugin http://banker.az/dwqa-questions-2/ but that page info below is spoiling everything.

Dominic Staff
replied 10 years ago

Hi,
You can add the following code to the style.css file:
.list-dwqa-question #sidebar {
display: none;
}
/* Single question page */
.single-dwqa-question #sidebar {
display: none;
}
/* Submit question page */
.submit-dwqa-question #sidebar {
display: none;
}
Regards,

Samir Mastaliyev
replied 10 years ago

thanks for reply dear Dominic,but it didn’t help.
I added string both to style.ccs of template and plugin.

Dominic Staff
replied 10 years ago

Hi,
You can tell me detail about this issue or a screenshot for further checking.
Regards,

Samir Mastaliyev
replied 10 years ago

please see screenshot http://www.image-share.com/ijpg-2518-203.html
and direct link to plugin page http://banker.az/dwqa-questions-2/

DominicStaff
answered 10 years ago

Hello Samir !
1. First you will need to install Jetpack onto your WordPress site. Jetpack itself is available for free download and along with some features, including Custom CSS. Simply download and install Jetpack like any WordPress plugin.
2. There are 2 ways you can do to activate Jetpack plugin:

  • Connect with your WordPress.com account. If you don’t have one, you can easily create one during the connection process.
  • Development mode: if you wish to use Jetpack without connecting to a WordPress.com account, you can use Development mode on local. Add the following define into your wp-config.php file:
        define( 'JETPACK_DEV_DEBUG', true);

You can read more here. http://jetpack.me/support/development-mode/
3. Once Jetpack is activate, go to Jetpack dashboard and look for Custom CSS feature and activate it.
4. Now you will have the CSS Stylesheet Editor in Appearance > Edit CSS
5. Add the following code:

 .list-dwqa-question #sidebar {
     display: none;
}
/* Single question page */
.single-dwqa-question #sidebar {
     display: none;
}
/* Submit question page */
.submit-dwqa-question #sidebar {
    display: none;
}

If you still face there issue, please send me username & password of your site for further checking.
Hope this helps !

Powered by DW Question & Answer Pro