Okay
  Public Ticket #1102901
Bio Shows Fullscreen Modal
Closed

Comments

  •  2
    artcorecreative started the conversation
    Hello,
    I added a team member module to our team page. When the CV writing is long, the page does not go down with the slider on the small screens. Can you help me please?
    Thanks,
  •  8,470
    Tahir replied

    Hey , 

    This is a known bug and will be fixed in upcoming update in a week . Add this Quickfix .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        .nectar_team_member_overlay .team_member_details {
            transform:none !important;
            top: 0px !important
        }
    }

    Thanks



    ThemeNectar Support Team 

  •  2
    artcorecreative replied

    Hey,

    Hey, unfortunately, the problem continues. You can look at the screen image I did as you say.

    Thanks,

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar_team_member_overlay .inner-wrap {
        top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    artcorecreative replied

    Hello Tahir,

    This method is not a permanent solution. The top of the article does not appear. The text must move up / down with the scroll.

    thanks

  •  2
    artcorecreative replied

    Hey,

    Look, these friends have found such a solution.

    https://www.renovatehappy.com/who-we-are/#our-team

    Thanks,

  •  8,470
    Tahir replied

    Hey Again,

    Please remove earlier css and add this instead .

    @media only screen and (max-width: 690px) {
        .nectar_team_member_overlay .team_member_details {
            transform:none !important;
            top: 0px !important
        }
        .nectar_team_member_overlay .inner-wrap {
            top: 0px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    artcorecreative replied

    It was not what you said. I solved this problem for now. Thanks for the quick answers.


    http://expertiers.artcoredigital.com/our-team/


    good bye

  •  2
    artcorecreative replied

    Hey,

    I want to ask you another question. LightBox to display a larger image. How to add an Expand button

    related page: http://expertiers.artcoredigital.com/what-we-do/

    Thansk,

  •  8,470
    Tahir replied

    I am afraid the Theme Lightbox does not have a Expand Button . Did you try the Magnific Lightbox Though ?. You can switch btw prettyphoto and Magnific in Salient Theme Options Panel -> General Settings -> Functionality . 

    Be.st 


    ThemeNectar Support Team 

  •  22
    Edward replied

    The below does not work at all...any new update...still can't scroll on full screen modual??

    @media only screen and (max-width: 690px) {    .nectar_team_member_overlay .team_member_details {        transform:none !important;        top: 0px !important    }
        .nectar_team_member_overlay .inner-wrap {        top: 0px !important;
        }
    }
  •  8,470
    Tahir replied

    @muntz,

    Please create a new ticket with your page url so we can look into it .

    Thanks 


    ThemeNectar Support Team