• Hi there,

    Thanks for the excellent plugin – Best of all the FAQs and Q&As as far as I am concerned.

    I had a problem with this plugin when I installed Tersus 1.3.

    The search area was stretched across the screen and the button to submit the search was invisible.

    I had to edit the plugin’s main php file and change some IDs in the div: (“qa_s” was originally “s” and “qa_searchsubmit” was originally “searchsubmit”).

    <div><label for=”s”>Search FAQs:</label>
    <input type=”text” value=”” name=”s” id=”qa_s” />
    <input type=”hidden” name=”post_type” value=”qa_faqs” />
    <input type=”submit” id=”qa_searchsubmit” value=”Search” />
    </div>

    I presume this is due to some IDs being the same in Tersus? Is there anything that can be done about this to avoid mess up in future versions? (I do use the Q&A search AND Tersus Search).

    I have contacted the Tersus author about it too. But maybe you could consider permanent change to the IDs?

    Bear in mind this was a lucky fix for me – I don’t fully understand how I did it.

    TY

    http://wordpress.org/extend/plugins/q-and-a/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Q and A – FAQ Plugin] Search form conflicts with Tersus Theme’ is closed to new replies.