• Resolved masvil

    (@masvil)


    Hi dev,

    Is there a way to make a box to hide when the user reaches a given distance from the bottom of the page?

    I read documentation on https://kb.boxzillaplugin.com/javascript-events/ but no way to figure out. An example would be very appreciated.

    I can’t find a donation page, do you have one?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    There is no such feature build into Boxzilla.
    If you write your own Javascript to detect the end of the page, you can use

    Boxzilla.dismiss(5);

    to close the box, where 5 is the ID of the box.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide a box if the user reaches 300 px from the page bottom?’ is closed to new replies.