Olusegun Quadri
asked 8 years ago

I have activated the dwqa-embed-question plugin but not showing the share icon. pls help me.

1 Answers
DominicStaff
answered 8 years ago

I think have some changes in the latest version of DW Q&A plugin and it make the DW embed question plugin does not work with it.
I sent and notified our technical team about this problem. We are checking and fixing.

dominic Staff
replied 8 years ago

We have fixed it and you can download the plugin here: https://www.dropbox.com/s/pya1oe5xpzp9zmj/dwqa-embed-question.zip?dl=0
To be compatible with DW Question & Answer 1.4+, you can open the dw-question-answer/templates/content-single-question.php file.
Find the following code (around line: 42):

<?php comments_template(); ?>

Then add the following code before it:

<?php do_action( 'dwqa-question-content-footer' ); ?>
walex
replied 8 years ago

Thanks for the response. I cannot find any folder with dw-question-answer/templates/content-single-question.php path. Please kindly elucidate. Thanks.

dominic Staff
replied 8 years ago

Please send me username & password of your site for further checking, I will help you resolve it.

walex
replied 8 years ago

Hi, I have located the path and its working. but the share icons are stacked together without space, also I dont want the preview option to show. How do I go about it? Thanks.

dominic Staff
replied 8 years ago

Please send me your site URL for further checking.

walex
replied 8 years ago

Here is my site URL
http://www.naijamadeit.com

dominic Staff
replied 8 years ago

you can add the following code to the style.css file:


#dwqa-iframe-preview, .dwqa-embed-setting {
    display: none;
}
footer.dwqa-footer-share .dwqa-sharing li {
    padding-right: 20px;
    padding-left: 20px;
}

Hope this helps!

walex
replied 8 years ago

Thanks, it worked but I can still see : Copy and paste this code into your website. I will like to hide it and the html code below it.

dominic Staff
replied 8 years ago

You can add the following code to the style.css file:

.dwqa-embed-get-code.dwqa-hide {
    display: none;
}
Powered by DW Question & Answer Pro