Thread Starter
kkmixs
(@kkmixs)
One more problem, i am not able to use ajax. Everytime i submit vote, best answer or change status the page get refresh completely. Pleae help
1/ you can add the following code to your footer.php file. before the </body> tag.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(function() {
$('.dwqa-container a[href]').attr('target', '_blank');
});
</script>
2/ you can add the following code to the style.css file:
@media (max-width: 480px) {
.dwqa-single-question .wp-embed {
width: 50%;
}
}
3/ I think it’s some issue come from the cache site or conflict the plugin.
4/ It’s default of the plugin when you select the best answer it will refresh not vote answer.
Thread Starter
kkmixs
(@kkmixs)
Thank you. Now all question are get open in new window. But it also open a new window when i click on any other part of the screen like best answer,sorting etc. How can i disable this . I don’t want to open new window when user click on best answer or page sorting.
Please help and thanks in advance
-
This reply was modified 9 years, 1 month ago by
kkmixs.
-
This reply was modified 9 years, 1 month ago by
kkmixs.
-
This reply was modified 9 years, 1 month ago by
kkmixs.
Thread Starter
kkmixs
(@kkmixs)
Ignore i resolved it. Thank you for your help. Now i am facing one problem with your plugin. Voting and best answer is not working well. I think i had disabled it for a while.
request you to please consider this fix in your next update.
We will check and discuss about it in the next version.