Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    DW Question Answer automatically sanitizes all links on your question and answer, adds nofollows to prevent spam for your question/answer content. This makes your light box not working. If you want to enable lightbox 2 in question / answer page, you can remove the auto convert URL feature of the plugin by adding this code into your functions.php file:

    remove_filter(‘the_content’, ‘dwqa_auto_convert_urls’, 11 );

    Regards

    Thread Starter massimod

    (@massimod)

    What “functions” you mean exactly ? in wp-include/functions.php ?

    Plugin Author DesignWall

    (@designwall)

    No, your theme’s functions.php, like twentytwelve/functions.php or twentyfourteen/functions.php.

    Thread Starter massimod

    (@massimod)

    Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Lightbox 2 doesn't work !’ is closed to new replies.