Gallery and Slideshow Pop-up Windows
Many Allwebco template contain slideshows and galleries. Both these features use pop-up windows to view the pictures. The "pop-closeup.js" is the javascript file that creates these pop-ups.
Resizing the gallery pop-up windows:
The gallery pop-ups are sized by the "view_width" and the "view_height". To change the window size, edit the code from the pop-closeup.js shown in the example below:
function popUp(URL,TITLE,TEXT) {
var view_width = 750
var view_height = 525
Resizing the slideshow window:
The slideshow pop-up is sized by the "slideshow_width" and the "slideshow_height". To change the window size, edit the code from the pop-closeup.js shown in the example below:
function popUp(URL,TITLE,TEXT) {
var slideshow_width = 625
var slideshow_height = 525
Slideshow timing:
You can change the time between slides in the slideshow also. Open the "slideshow.htm" in a text editor and look for the code shown below (near the top of the page):
var rotate_delay = 3000;
"3000" is a 3 second delay. You can change this to any time that you prefer.
Turn on the pop-up scrollbars:
You can also turn on the scrollbars on any pop-up window. Open your "pop-closeup.js" in Notepad and search and replace "scrollbars=0" with "scrollbars=1". This may appear as many as 3 times depending on which template you are using. Possibly one for the Gallery pop-ups, one for the slideshow and one for the FAQ pages.
Related Topics:
Opening and editing .js files

|
|

Allwebco Web Templates
Complete websites with built in scripts.
AllwebcoDesign.com

Free Javascripts
Free scripts for any website or template.
Allwebco-Templates

SE Optimization
Help to list better in search engines.
Allwebco-Templates

Shopping Cart Templates
Professional templates with built-in Paypal.
AllwebcoDesign.com
|