Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: [Age Verification] No Logo?
    Thread Starter vopisk

    (@vopisk)

    Adding this

    if (settings.imgLogo)
            html += '<img src="${settings.imgLogo}" />';

    at line 74 in file /wp-content/plugins/dispensary-age-verification/public/js/dispensary-age-verification-public.js

    added the logo nice and neat.

    Note: single-quotes above are actually backtick characters in the code.

    • This reply was modified 8 years, 9 months ago by vopisk.
    • This reply was modified 8 years, 9 months ago by vopisk.
    Forum: Plugins
    In reply to: [Age Verification] No Logo?
    Thread Starter vopisk

    (@vopisk)

    Added this:

    if (settings.imgLogo)
            html += <code></code><code><img src=&quot;${settings.imgLogo}&quot; /></code><code></code>;

    At line 74 of /dispensary-age-verification/public/js/dispensary-age-verification-public.js

    Fixed the problem and placed the logo at the top of the age verification box.

    • This reply was modified 8 years, 9 months ago by vopisk.
    • This reply was modified 8 years, 9 months ago by vopisk.
    • This reply was modified 8 years, 9 months ago by vopisk.
    • This reply was modified 8 years, 9 months ago by vopisk.
Viewing 2 replies - 1 through 2 (of 2 total)