(Q) How to setup trigger on event popunder code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JustSwallows
    Registered User
    • Nov 2018
    • 64

    #1

    (Q) How to setup trigger on event popunder code

    Hi,

    I'v searched for it but no luck,

    Any idea how can I code the popunder to trigger only on thumbnail click?

    I am not good at css coding/scripts.

    Heres the baseline

  • Redjohn
    Registered User
    • Mar 2014
    • 42

    #2
    when your thumbnail has the class <a class="thumbnail"><img ...></a>

    then put .thumbnail on the should list

    Comment

    • JustSwallows
      Registered User
      • Nov 2018
      • 64

      #3
      Originally posted by Redjohn
      when your thumbnail has the class <a class="thumbnail"><img ...></a>

      then put .thumbnail on the should list
      Yeah that works thank you

      Comment

      Working...