archan937 / topup

The #1 Javascript Pop Up / Lightbox made by Paul Engel
http://gettopup.com
158 stars 32 forks source link

Implementation question #35

Closed chewtoy77 closed 10 years ago

chewtoy77 commented 10 years ago

Sorry to ask such a noob question here, but the email seems to be down.

First thank you for creating top-up. It looks like a great addition to my wife’s website.

I have a couple of quick questions.

1: I would like to host top-up myself. When I change the html code to reference the scripts on my local computer, the (X) to close the picture in the upper right hand corner does not appear. Can you tell me what I am missing?

<!-- 
<script type="text/javascript" src="http://gettopup.com/releases/latest/top_up-min.js"></script>
--> 
<script type="text/javascript" src="../javascripts/jquery/*.js"></script>    
<script type="text/javascript" src="../javascripts/top_up-min.js"></script>

2: How can I make the top up display the picture automatically when the page starts?

Again, many thanks. If I can use top-up, I’ll be sure to make a contribution.

chewtoy77 commented 10 years ago

Figured out the first, still not getting topup to work on the body onload statement. Any help would be welcome.

chewtoy77 commented 10 years ago

ok, fixed the load on display issue. Anyone have thoughts on how to offset from the top to avoid the known issue of mucking up existing flash on the site?

Thanks