• I am using the FAQ Responsive plugin on my Genesis website. It works great, fast, nice style, responsive and easy to set up. However, it conflicts with the Soliloquy Slider Plugin. When I have to update a caption in a slide, I have to deactivate the FAQ Responsive plugin. Other than that – it’s good.

Viewing 1 replies (of 1 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Hello

    Thanks for review. Solution is available for this problem.

    Follow steps here-

    Step 1 – Open your plugin directory and then open faq-responsive plugin folder.
    Step 2- Now follow this path ink–> install in this install folder you will see this file name is – installation.php, Open it in any editor.

    Step 3- Go to near line number 23 and find below code there –

    // Shortcode button on page and post 
    add_action('media_buttons_context', 'wpsm_faq_editor_popup_content_button');
    add_action('admin_footer', 'wpsm_faq_editor_popup_content');

    Step 4- Replace above code with this one –

    // Shortcode button on page and post 
    //add_action('media_buttons_context', 'wpsm_faq_editor_popup_content_button');
    //add_action('admin_footer', 'wpsm_faq_editor_popup_content');

    Step 5- Save your code and check your issue.
    Let me know if you need any assist or help
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘FAQ Responsive plugin – but there is a slight problem’ is closed to new replies.