Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Could you assist with a responsive code please.

  1. #11
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Not only struggling trying to get the code onto my buttons but interent gone down last 24 hours and now dead slow.
    Ive updated this page with the code http://www.theremotedoctor.co.uk/fli...ary-navigation

  2. #12
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    check out the attachment to see the " buttonised" version.

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

  3. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (12-22-2015)

  4. #13
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Thanks very much.

    Ive got a couple of questions if i could ask you please.
    When you first arrive at this page http://www.theremotedoctor.co.uk/fli...ary-navigation can we just have the splash screen withoutout the video.
    Currently there is an indian chap when you click on play,dont even see where his code but but would just require the splash screen until a selection is made from the list on the right,then be able to play that assigned clip.

    In a previous file we used the below code to keep the splash screen / clip at the correct size,now need to somehow incorporate this into this new code as currently both are huge.
    Would we need to add to the css but to re-word etc ?
    Code:
    #flipupgradevideo {
        display:block;
        width:100%;/* adjust this value to suit */

    Thanks again for the advice.

  5. #14
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    check out version 3.

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

  6. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (12-22-2015)

  7. #15
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Morning,
    Ive added the 2 new files but dont seem to have any clip played once you select from the list on the right.
    Here is the latest page http://www.theremotedoctor.co.uk/flip_upgrade_copy.html

  8. #16
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    the link that you provided is working OK in my test browsers.
    Perhaps you have a cache issue.
    Use the F5 key to clear it.

    coothead
    ~ the original bald headed old fart ~

  9. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (12-22-2015)

  10. #17
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Tempery glitch,now working.
    I understand you dont have an iphone.
    With the code in use the other day "shown below" i was able to size the splash screen/video etc to how i required it to be shown on the pc.
    This had no affect on the iphone & was the perfect size / position.

    Code:
    #flipupgradevideo {
        display:block;
        width:100%;/* adjust this value to suit */
    With the latest downloaded file this morning the size/position is now incorrect on the iphone.
    How/where can i have control over the size so i can play with it myself and see changes ?
    If this is not possible can we somehow use the code where it worked fine & i can control size etc.

    Thanks again for the inout.

  11. #18
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,


    you will find the amended code here...
    Code:
    
    <style>
    .img-border {
        border:2px solid #000;
     }
    #splash {
        display:block;
     }
    #player {
        display:block;display:none;
        width:75%;/* adjust this value to suit */
     }
    

    coothead
    ~ the original bald headed old fart ~

  12. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (12-22-2015)

  13. #19
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    Ive found it and changed it to 100% which was what i had done before to achieve the size / position for the pc.
    Remember this had no affect on the iphone which was good as it was just perfect.
    Now i have noticed that by changing the % value the size now alters on the iphone.
    Having it at 100% is perfect on the iphone but to big for the pc.
    Change the value to just say 80% so the pc is correct the iphone is now to small ?

    Also before we mentioned about after the video had ended it would stay on the last frame of the clip.
    You advised a code shown below so it would return to the splash screen once the clip had ended as if we had just came to this page.
    Now with the code added before the closing boday tag the clip stays on the last frame again and not returning to the splash screen Dr image.
    Code:
       'use strict';
    (function() {
       document.getElementById('myvideo3').onended=function() {
       this.load();
     };
    })();

  14. #20
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    sorry about that I misread your requirement.

    replace your existing "player.js" file with the amended attachment.

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

  15. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (12-22-2015)

Similar Threads

  1. Replies: 4
    Last Post: 08-12-2015, 02:11 AM
  2. Responsive CSS
    By eroly in forum CSS
    Replies: 3
    Last Post: 09-30-2014, 02:38 PM
  3. Responsive images
    By KennyP in forum CSS
    Replies: 4
    Last Post: 09-19-2014, 07:26 AM
  4. Swiss Army SlideShow script and IE compatbility . . assist please . .
    By boutiquehealth in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 06-01-2009, 10:52 AM
  5. Replies: 4
    Last Post: 05-07-2009, 04:49 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
  •