Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 55

Thread: Scroll photos into view once selection made

  1. #21
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,291
    Thanks
    166
    Thanked 3 Times in 3 Posts

    Default

    That is correct.

    My sister iPhone 11
    Select Deer & Deer are shown.
    Scroll & Deer are still shown.

    Me iPhone 6s Plus.
    Select Deer & Deer are shown.
    Scroll & ALL photos are now shown.

    This happens to all my button options whether it be DEER TRANSPORT BUDDY BIRDS ETC ETC.

  2. #22
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,429
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there theremotedr,

    your problem is not with the code, but with the iPhone's iOS.

    Your iPhone 6 runs on iOS 11 whilst you sister's iPhone 11
    runs on iOS 14.6.

    I would suggest that you check out this link...

    How to update iPhone 6 iOS to 14.6?

    Note though that this only applies to iPhone 6s or later.

    coothead
    Last edited by coothead; 12-27-2022 at 01:07 AM.
    ~ the original bald headed old fart ~

  3. #23
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,291
    Thanks
    166
    Thanked 3 Times in 3 Posts

    Default

    My iPhone is using the latest iOS software of which is 15.7
    I have just checked for updates but I’m using the latest.

  4. #24
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,429
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there theremotedr,

    There is a possibility that your "iPhone 6s Plus" is not
    rendering "document.querySelector()". I have changed it
    to "document.getElementsByClassName()" for you to test.

    You will find it in the attachment.

    I will keep my fingers crossed until I hear the result of your
    test.

    If it makes no difference, then there's nothing more that I
    can do, other than suggest that you take this problem to
    an "iPhone" help forum, wherever that may be.

    coothead
    Attached Files Attached Files
    ~ the original bald headed old fart ~

  5. #25
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,291
    Thanks
    166
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Hope you had a good Christmas.

    I have applied the file supplied in the last post.
    First thing I notice is the photo of me & buddy, using the previous file this photo wasn’t shown & all the option buttons were more at the top.

    So with the photo shown all the buttons are down the page & when selecting one you need to scroll to bring them into view.
    This issue is still there.
    Select Deer & scroll brings ALL the photos into view.

  6. #26
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,429
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there theremotedr.

    ooooooooooops, sorry, in my haste I forgot to tell you to change this HTML...

    Code:
    <div class="header-container">
    ...to this...
    Code:
    <div class="header-container hide">
    ...and this...
    Code:
    <h2 class="h2text">
    ...to this...
    Code:
    <h2 class="h2text hide">
    Sorry to mess you about.

    coothead
    ~ the original bald headed old fart ~

  7. #27
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,291
    Thanks
    166
    Thanked 3 Times in 3 Posts

    Default

    Is that in the HTML file ?

    If so will HIDE affect viewing it in others like pc etc

  8. #28
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,429
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there theremotedr,

    1. Yes.
    2. No.


    coothead
    ~ the original bald headed old fart ~

  9. #29
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,291
    Thanks
    166
    Thanked 3 Times in 3 Posts

    Default

    Can you check as screen just black now

  10. #30
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,429
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there theremotedr


    you appear to have deleted ME & BUDDY</h2> when adding hide to this...
    Code:
    <h2 class="h2text">ME & BUDDY</h2>

    coothhead
    ~ the original bald headed old fart ~

Similar Threads

  1. Replies: 2
    Last Post: 09-07-2017, 04:53 PM
  2. Replies: 0
    Last Post: 06-01-2009, 12:10 PM
  3. Replies: 4
    Last Post: 11-01-2008, 12:42 AM
  4. Iframe scroller made to have manual scroll mouse over ...etc.
    By Girard Ibanez in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 11-20-2006, 12:11 AM
  5. Document selection then view
    By Silent Panther in forum PHP
    Replies: 1
    Last Post: 10-18-2005, 01:16 AM

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
  •