Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author TC.K

    (@wp_dummy)

    Did you include the ‘#’ or ‘.’ in the div you set?It is case sensitive.

    Thread Starter Fernando Batista

    (@fernando-batista)

    I did.

    If you check the source code of the link I provided it has a <div class="#teste"> and in the MISC config I have the following:

    Div to display result: #teste

    I tried removing the # from the option field in the config but that didn’t seem to be the problem.

    Plugin Author TC.K

    (@wp_dummy)

    You can’t defined the div like this.
    If you want to use class, you should remove the ‘#’, and in the setting page enter .teste.

    Or you can change the <div class="#teste">to <div id="teste"> and in the setting page enter #teste.

    Thread Starter Fernando Batista

    (@fernando-batista)

    Alright! It worked!

    Thank you very much for your help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Search button action’ is closed to new replies.