Categories

Tag Archives: pop-up

OpenCart 2.x. How to disable product image pop up on product page

OpenCart Tutorials
  |  
March 07 2017

Hello! This video tutorial shows how to disable product image pop up on single product pages in OpenCart templates.

Read More

Magento. How to manage “Newsletter popup” extension

Magento Tutorials
  |  
July 13 2015
In this tutorial we will teach you how to manage the "Newsletter popup" extension in Magento templates.
Read More

Flash. How to manage popups

General tutorials, Working with Flash
  |  
November 15 2010
In this tutorial you will learn the way to manage popup pages.
Read More

How to change a pop up position

General tutorials, Working with Flash
  |  
November 15 2010
Read More

How to add new “read more” page

Read More

Using Java script to open new windows with a fixed size

General tutorials, Working with Flash
  |  
November 15 2010
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.)
on (release) { getURL(“javascript:openNewWindow(‘mypage.html’,’mypage’,’height=xx,width=xx,toolbar=no,scrollbars=no,resizable=yes’)”); } …
Read More

How to relocate a pop-up window

  1. Open the .FLA file, located in the “sources/flash” folder.
  2. On the time line, locate the layer with the name “popup”, “readmore” or “pages_readmore”
  3. Under the “popup” layer, there is a layer with the script, click on it and press F9 key to open the “Actions” panel.
  4. This is the script, which is responsible for X and Y coordinates of the
Read More

XML Flash. How to create a new pop-up window

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 …

Read More

How to resize pop-up windows

In this tutorial you will learn how to resize pop-up windows.
Read More