Forum Replies Created

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

    (@zef32)

    Fixed! : )

    At first I thought it was the missing ‘0’ data attribute for data-close-on-conversion (line 65, public/views/popup.php), but that didn’t work. Of course, why would it? An empty string is as good as a boolean false.

    So then it was line 430 in public.js The elseif condition should also be taking the variable ‘conversion’ into consideration.. just like for $box a couple lines above! So I replaced line 430 with this:

    } else if (show === false && ( (conversion_close && conversion ) || !conversion ) ) {

    ..and now it works just dandy. : ) Of course, I’ll have to re-generate the minified file for production use…

    Please do incorporate this bug into your next update. : )

    Thread Starter zef32

    (@zef32)

    Thank you. What about any custom post types? Are they stored in the same table too?

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