Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same problem. Have you found a solution?

    Thread Starter martonic

    (@martonic)

    No – we switched to “Q&A” (now using the paid version, “Q&A Plus”) which is looking okay (with search and category links disabled, and styling added).

    We also liked “Faq manager” except that re-ording the questions seems to be broken ??

    what is Q&A?

    Thread Starter martonic

    (@martonic)

    Plugin Author Bassem Rabia

    (@djerba)

    Dear staipa and martonic, sorry for the delay.
    =================================================
    To resolve the problem:
    Go to inc/custom-post-type.php and replace ligne 71, 72, 73 with:

    // wp_deregister_script( 'jquery' );
    wp_register_script( 'html-faq-page-jquery', 'https://code.jquery.com/jquery-latest.min.js');
    wp_enqueue_script( 'html-faq-page-jquery' );

    If you have any questions, please feel free to contact me: bassem.rabia[at]hotmail.co.uk.

    Thread Starter martonic

    (@martonic)

    Thank you very much. We are now using another solution, but I appreciate the answer.

    Add media button not work in new post section add media…..

    please give me the solution

    Thread Starter martonic

    (@martonic)

    Our “solution” is to use a different plugin.

    To use this one, don’t forget to update the jquery registration as explained in the post just above by the author.

    Plugin Author Bassem Rabia

    (@djerba)

    Dear akhisoni

    Thank you for using HTML FAQ PAGE, to resolve your problem all what you have to do is:

    – Go to inc/custom-post-type.php and replace ligne 71, 72, 73 with:

    // wp_deregister_script( 'jquery' );
    wp_register_script( 'html-faq-page-jquery', 'https://code.jquery.com/jquery-latest.min.js');
    wp_enqueue_script( 'html-faq-page-jquery' );

    I am coding the new version of HTML FAQ PAGE, it will be online as soon as possible..

    Thank’s again for using our plugin, and feel free to write for us..

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Works great – but disables our "Add Media" button’ is closed to new replies.