Okay
  Public Ticket #1485353
Team members spcial full screen view
Closed

Comments

  •  16
    Jen started the conversation

    Hi I have some serious issues with the special pages that pop up in the team members section of this page


    If you click on Laura for instance and are on a small screen the content doesn't scale in any way.


    The image doesn't stack but worse than this the text doesn't scroll or scale or anything.

    Can you help?

    (And can you turn off the Ken Burns effect so that the images are not so blown up?)



  •  8,443
    Tahir replied

    Hey Again,

    It seems to be working alright on my end in Chrome http://prntscr.com/ikx0nj . Which Browser or Device are you testing it in ?. 

    B/est


    ThemeNectar Support Team 

  •  16
    Jen replied

    I tried it in Firefox on a 27" imac and a 15" macbook pro and also tested it on my iphone 6Plus to no avail in Safari.


  •  16
    Jen replied

    I can see the text on the screen like you showed me but it doesn't scale or scroll so I can't see the top of the text or the bottom


    And how can I turn off Ken Burns.. client hates having her face so big


  •  8,443
    Tahir replied

    Hey Again,

    Thats really weird .It seems fine here as well : http://prntscr.com/ilcpgr . 


    Best.


    ThemeNectar Support Team 

  •  16
    Jen replied

    ? Oh well.


    can you give me the details to TURN OFF THE KEN BURNS EFFECT on the images

  •  8,443
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar_team_member_overlay.open .team_member_image {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        transition: none !important;
    }

    Thanks


    ThemeNectar Support Team