Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Stop auto popup

  1. #1
    Join Date
    Feb 2006
    Location
    Central North Carolina
    Posts
    844

    Default Stop auto popup

    On my site - www.brownpotters.com - I have photos on most pages and wanted to set them to popup when selected. This works but when the page loads the top photo automatically pops up. How do I stop this? - jb
    - jb

    "A little knowledge is a wonderful thing - sometimes."
    www.brownpotters.com

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,515

    Default Re: Stop auto popup

    Have you added any code to your pop up layers? This is not a normal behavior. Pop ups do not normally pop up until you activate them by clicking.

  3. #3
    Join Date
    Feb 2006
    Location
    Central North Carolina
    Posts
    844

    Default Re: Stop auto popup

    Not that I am aware of. Gary. I just put the photo in a box with text under it and grouped and then went to the "properties >Image, set popup and 500 in width. That is the way it still shows now. I have found that if I change the order that the photos are in on the page and layer gallery will determine which photo popup up first. - jb
    - jb

    "A little knowledge is a wonderful thing - sometimes."
    www.brownpotters.com

  4. #4
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,515

    Default Re: Stop auto popup

    Hmm. This still does not sound right.

    Perhaps someone can look at the page code for your site to see what is causing this to happen.

  5. #5
    Join Date
    Feb 2006
    Location
    Central North Carolina
    Posts
    844

    Default Re: Stop auto popup

    OK - would appreciate it. On all but the intro page I don't mind it doing so but on that page I have some scrolling names and the popup blocks them. - jb
    - jb

    "A little knowledge is a wonderful thing - sometimes."
    www.brownpotters.com

  6. #6
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Stop auto popup

    Hi Jeb

    You have added code which is causing validation errors and may well be the source of the problem. I'd recommend removing them one by one and testing to see if that cures it.

  7. #7
    Join Date
    Feb 2006
    Location
    Central North Carolina
    Posts
    844

    Default Re: Stop auto popup

    OK - but how did I add code? I don't have a clue how to use code but I will delete them and go through the process again but don't see that I would do anything different than what I have posted above - "properties >Image, set popup and 500 in width" That is what I did and what is showing under "properties>Image" now. I don't see anywhere to even make it auto popup. Tks - jb
    - jb

    "A little knowledge is a wonderful thing - sometimes."
    www.brownpotters.com

  8. #8
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Stop auto popup

    You have some auto slideshow script on the page. Look in web properties >> page >> body code

  9. #9
    Join Date
    Feb 2006
    Location
    Central North Carolina
    Posts
    844

    Default Re: Stop auto popup

    Drwyd, when I look as you said there is nothing in the body code - it is blank. I have page transition set to instant but nothing I see has to do with the photo popups. - jb
    - jb

    "A little knowledge is a wonderful thing - sometimes."
    www.brownpotters.com

  10. #10
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Stop auto popup

    You might have put it in web properties >> website >> body code

    This is the line that is throwing out the validation error

    Code:
    <script type="text/javascript">function my_autohs(){var ll=document.getElementsByTagName('A');for(var i=0;i<ll.length;i++){if(ll[i].className.indexOf("highslide")!=-1){hs.expand(ll[i]);break;};};};my_autohs();</script>

 

 

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
  •