I have activated the dwqa-embed-question plugin but not showing the share icon. pls help me.
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.
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' ); ?>
Thanks for the response. I cannot find any folder with dw-question-answer/templates/content-single-question.php path. Please kindly elucidate. Thanks.
Please send me username & password of your site for further checking, I will help you resolve it.
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.
Please send me your site URL for further checking.
Here is my site URL
http://www.naijamadeit.com
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!
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.
You can add the following code to the style.css file:
.dwqa-embed-get-code.dwqa-hide {
display: none;
}
Please login or Register to submit your answer