Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1

    Default Problem using the Locking popup tweak

    Hi
    I am still struggling with locked popups tweak.
    I've tried every suggestion mentioned here but I still can't make it to work.
    What I have is gallery of images and I want to switch them when user click on their thumbnails.
    I am sending you example with two thumbnails only. Can you,please, check what I am doing wrong?

    Thanks in andvance
    Attached Files Attached Files

  2. #2

    Default Re: Problem using the Locking popup tweak

    srdjan, I have elevated your post to a new thread rather than leaving it buried deeply in the old thread which you originally posted to.

  3. #3
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Problem using the Locking popup tweak

    First of all, you have no objects linked to the popup layers so they are not detected as popup.
    Remember - even if you use a locking popup tweak and will only activate popups with a script (my_open()), you still need an object that has a link to these popup layers.
    See attached file, I have added two pink rectangles with appropriate links. You can hide them behind your thumbnails.

    Second, in your script you don't have to repeat "javascript:" for every function. So instead of:
    javascript:my_close('my_beach');javascript:my_open('my_selfportrait')
    you have to use:
    javascript:my_close('my_beach');my_open('my_selfpo rtrait')
    Hope it helps.
    Attached Files Attached Files
    John.

  4. #4

    Default Re: Problem using the Locking popup tweak

    Thank you! Thank you! Thank you!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •