- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Tag Archives: pop-up
OpenCart 2.x. How to disable product image pop up on product page
Hello! This video tutorial shows how to disable product image pop up on single product pages in OpenCart templates.
Magento. How to manage “Newsletter popup” extension
In this tutorial we will teach you how to manage the "Newsletter popup" extension in Magento templates.
Read More
Flash. How to manage popups
In this tutorial you will learn the way to manage popup pages.
Read More
Using Java script to open new windows with a fixed size
Q: I have a flash template. I would like to open new windows with just the images in them and certain options like no scrollbars, no toolbars, specific height and width, etc. Please, advise.
A: You can use Java script to do this.
In flash it should be assigned to the button (image, text etc.)
Read More
on (release)
{
getURL(“javascript:openNewWindow(‘mypage.html’,’mypage’,’height=xx,width=xx,toolbar=no,scrollbars=no,resizable=yes’)”);
}
…
How to relocate a pop-up window
3 Color template tutorials, Flash Animated Template Tutorials, Flash Animated Templates, Flash Intro Tutorials, Flash Site Template Tutorials, Full Site Template Tutorials, Website Templates, Working with Flash
|
November 15 2010
- Open the .FLA file, located in the “sources/flash” folder.
- On the time line, locate the layer with the name “popup”, “readmore” or “pages_readmore”
- Under the “popup” layer, there is a layer with the script, click on it and press F9 key to open the “Actions” panel.
- This is the script, which is responsible for X and Y coordinates of the
XML Flash. How to create a new pop-up window
3 Color template tutorials, Flash Animated Template Tutorials, Flash Animated Templates, Flash Intro Tutorials, Flash Site Template Tutorials, Full Site Template Tutorials, Website Templates, Working with XML Flash, XML Flash Template Tutorials
|
November 15 2010
In this tutorial you will learn the way to create new popup page and link it.
First of all you should understand that you do not need to edit FLA file to create new popup page for XML template
1) Open folder "XML" in your template "site_flash" folder and edit "main.xml" in any text editor.
2) Locate page with the …
How to resize pop-up windows
3 Color template tutorials, Flash Animated Template Tutorials, Flash Animated Templates, Flash Intro Tutorials, Flash Site Template Tutorials, Full Site Template Tutorials, Website Templates, Working with Flash
|
November 15 2010
In this tutorial you will learn how to resize pop-up windows.
Read More