• Resolved orlov42

    (@orlov42)


    I have some trouble with search in my site. Whe i try to choose one of the suggested categories only first get selected

    example

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter orlov42

    (@orlov42)

    Ok, i changed some js files and it is working now

    alt

    • This reply was modified 7 years, 10 months ago by orlov42.
    Plugin Author Damian Góra

    (@damian-gora)

    Hi,
    I would like to congratulate you that you found and solved this isseu.
    I will take this into account in the next plugin release.

    Thanks
    Damian

    when i change html += '<div class="' + className + '" data-index="' + i + '" ' + dataAttrs + '>';
    to
    html += '<div class="' + className + '" data-index="' + html += '<div class="' + className + ' dgwt-wcas-nores" data-index="0">'; + '" ' + dataAttrs + '>'; does not god working. What i must set only for “i” whith the code. i can go on results only keyboard and mouse not. thx for reply.

    • This reply was modified 7 years, 9 months ago by CyberZA.
    • This reply was modified 7 years, 9 months ago by CyberZA.
    • This reply was modified 7 years, 9 months ago by CyberZA.

    Hi,

    simply change line 935 with:

    html += '<div class="' + className + ' dgwt-wcas-nores" data-index="' + i + '">';

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Trouble with categories’ is closed to new replies.