Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter therealgilles

    (@chamois_blanc)

    Never mind, that’s my bad trying to fix a bug in one of the JS scripts. I should have fixed it this way:

            // if ($(element).val().indexOf('category') !== -1) {
            const value = $(element).val();
            if ((typeof value === 'string') && value.indexOf('category') !== -1) {
    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    I’m glad to hear it resolved already @chamois_blanc

    We appreciate you using our plugin ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing category selector’ is closed to new replies.