Okay
  Public Ticket #2325637
Screen Size Instagram Browser
Closed

Comments

  • Lucas started the conversation

    Dear ClaPat Studio-Team,


    fist of all I want to thank you for the awesome Munio Theme !


    But like with every theme, there might be a little problem.

    In this case it is the responsive design, when you open the link via Instagram.

    The design doesn't really fit in the built-in browser, so you can't see the logo and more important... you can't reach the menu.


    ---> Please find screenshot attached.


    That's why I want to ask you, if there is any possibility to make it fit ? (CSS ?)


    With best regards and full of hope to get a answer.


    Lucas

  •  1,813
    Support replied

    Hi Lucas

    try bringing down the header with

    @media only screen and (max-width: 767px) {

         #header-container {

            padding-top: 30px;
         }

    }

    in customizer -> additional CSS

    change the value of 30px with the one you need

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Lucas replied

    Thank you very much !

    This worked for me. Thanks for your great support.


    I just have one more question, which relates on another topic.


    We want one portfolio slider at the start page, that won't be linked to any portfolio page.

    So it just should be the first portfolio slider, but nothing happens when you click on the title.

    This slide should just show our slogan with a nice background, which visitors see when they come to the page.


    Will this be possible ? 


    Thank you very much in advance !


    Lucas

  •  1,813
    Support replied

    Hi Lucas,using your url https://www.werbal.de as reference

    try adding

    .swiper-slide a.title.hide-ball {

        pointer-events: none !important;
    }

    in customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Lucas replied

    Hi ClaPat Support-Team,


    thank you for your quick answer.


    Unfortunately this isn't the solution I was searching for.

    The CSS deactivated the link for every slide.

    But we just want the link to be disabled for the FIRST slide.


    Would this be possible ?


    Best regards

    Lucas

  •  1,813
    Support replied

    It is possible if I modify the showcase template page (so one of the theme's files). Let me know. You can send us wp admin access in a private comment.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Lucas replied

    Hi !


    This sounds great.


    One more question: If the link will be disabled and the customer clicks through all the other items via the "next project" buttons... will this item appear there ? I hope you know what I mean.

    This first slide shouldn't be a visible portfolio item. :)


    Best regards

  •  1,813
    Support replied

    Hi Lucas

    yes, the portfolio item will be visible in the navigation.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy