Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,823

    Default Re: Problems using HTML password lock on gallery page

    Quote Originally Posted by letsgofishing View Post
    Hi Acorn,
    Sorry to bug you but this is driving me mad - the above script makes the page background a solid white to cover up the thumbnails on the page - all good in firefox but same problems in chrome and opera - no white background to cover up he thumbs on the page and the back button doesn't work.
    I've crtl+f5 'ed dozens of times but it makes no difference - here's the link to the actual site - www.allotriart.com - the gallery password is A11otriarT.
    Many thanks,
    LGF
    Yes Chrome is not behaving. Do you also get the pop-ups stacking when you select more than one?
    Firefox is whizzy and Chrome is limping - i don't know why the rendering is so different.

    Also you have the following scripts and styles:
    <script type="text/javascript">
    hs.dimmingOpacity = 1;
    </script>

    <style type="text/css">
    .highslide-dimming {
    background: white;
    }
    </style>
    <script type="text/javascript">
    //Use with 'Removes HS Frame 1'
    hs.outlineType = null;
    </script>

    <style type="text/css">
    .highslide-image {
    border: none;
    </style>

    <script type="text/javascript">hs.align = "center";</script>

    <script>
    hs.dimmingOpacity = 1.0;
    </script>
    I assume you have added these yourself?

    Perhaps if you make the border white and a large size so it covers the thumbs?

    When I get stuck, I sometimes build my one and bypass the problem.
    Here you could place each large image in its own Layer and use a rollover or click event instead.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  2. #12
    Join Date
    Oct 2010
    Location
    South Africa
    Posts
    877

    Default Re: Problems using HTML password lock on gallery page

    Hi Acorn,
    Many thanks for the time you're taking trying to sort out this problem.
    No, those were little placeholder scripts I downloaded years ago from this forum - can't remember you posted them... and they continue to work just fine on other websites I've deigned....
    Yes, I also get the pop ups stacking in chrome...
    I see there are 2 scripts relating to dimming - I will remove each 1 and see what happens....
    All I want is a white background to cover the page thumbnails, no border around the pics and for them to be centred...
    LGF

  3. #13
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,823

    Default Re: Problems using HTML password lock on gallery page

    Quote Originally Posted by letsgofishing View Post
    Hi Acorn,
    Many thanks for the time you're taking trying to sort out this problem.
    No, those were little placeholder scripts I downloaded years ago from this forum - can't remember you posted them... and they continue to work just fine on other websites I've deigned....
    Yes, I also get the pop ups stacking in chrome...
    I see there are 2 scripts relating to dimming - I will remove each 1 and see what happens....
    All I want is a white background to cover the page thumbnails, no border around the pics and for them to be centred...
    LGF
    LGT, I can feel your frustration.

    Clone your design file, remove the password code and export locally.
    Do things work all right then?

    The only other suggestion is to customise Highslide directly.

    My last go is hammering everything I can think of:
    <style>.highslide-wrapper, .highslide-outline {
    background: white;
    }
    .highslide img {
    border: 1px solid white;
    }
    .highslide:hover img {
    border-color: white;
    }
    .highslide-dimming {
    background: white;
    }
    .highslide-image {
    border: 1px solid white;
    }
    .highslide-loading {
    color: white;
    border: 1px solid white;
    background-color: white;
    background-image: url(index_htm_files/1.png);
    }

    </style>

    <script>
    hs.dimmingOpacity = 1.0;
    hs.align = 'center';
    </script>
    All in the Page HTML code (head).

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  4. #14
    Join Date
    Oct 2010
    Location
    South Africa
    Posts
    877

    Default Re: Problems using HTML password lock on gallery page

    Quote Originally Posted by Acorn View Post
    LGT, I can feel your frustration.

    Clone your design file, remove the password code and export locally.
    Do things work all right then?

    The only other suggestion is to customise Highslide directly.

    My last go is hammering everything I can think of:

    All in the Page HTML code (head).

    Acorn
    ,

    Hi Acorn
    Cloned the file and deleted all the code in the head of the website tab except what's below:

    <script type="text/javascript">hs.align = "center";</script>

    <script>
    hs.dimmingOpacity = 1.0;
    </script>

    All 3 browsers good when previewed in WDP12.
    Then upload the password protected version of the gallery page with Filezilla and Chrome and Opera go for a ball! - so it's obviously the page lock software conflicting with how the pages are rendered.
    I'll try a version with the code you've so kindly supplied and then contact the software supplier and see what they say.
    Thank you SO MUCH for all your time and trouble,
    Kind regards,
    LGF

 

 

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
  •