• kkmixs

    (@kkmixs)


    First of all thank you for such beautiful plugin. I am facing three problem wish some one from your team will help me

    1) How to open question in new window. If possible then how to open all links in the your questions and answer plugins in new window. Only links in your plugins only.
    2) Link preview is not mobile responsive. Check out this below post, link preview of adword is not mobile reponsive.
    3) Voting and Best answer sometimes work and some time not. I know it will work for logged in user only.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Plugin Author DesignWall

    (@designwall)

    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 7 years, 11 months ago by kkmixs.
    • This reply was modified 7 years, 11 months ago by kkmixs.
    • This reply was modified 7 years, 11 months 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.

    Plugin Author DesignWall

    (@designwall)

    We will check and discuss about it in the next version.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘3 Problem with the Plugin’ is closed to new replies.