Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3115326
Menu To Sticky menu problem
Closed

Comments

  • Rboullay started the conversation

    Hello, i send you a video in order to let you see a little problem.

    The menu is craching the page when we goes down on mobile

    Can you solve this little problem?

    Thanks

  •  2,488
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci_navbar_mobile.mobile-sticky .penci_container {
        display: block !important;
        opacity: 1!important;
    }

    Regards,
    PenciDesign.



  • Rboullay replied

    Hello,

    doesn't work sorry?

  •  2,488
    PenciDesign replied

    Hi,

    Have you added the custom CSS code I sent? I've checked but have not found the code on the browser.

    Regards,
    PenciDesign.


  • Rboullay replied

    ok i ve put the code again in order to let you see that it doesn't change the problem sorry

  •  2,488
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .penci_navbar_mobile .penci_container {
        display: block !important;
        opacity: 1!important;
    }
    .penci_navbar_mobile {
        transition: visibility 0.1s ease, opacity 0.1s ease, transform 0.3s ease;
    }

    Regards,
    PenciDesign.



  • Rboullay replied

    Sorry can't see any change?


  •  2,488
    PenciDesign replied

    Hi,

    This is an animation issue on mobile devices, please wait for me to find the best solution for this case then reply to this ticket soon.

    Regards,
    PenciDesign.


  • Rboullay replied

    hello, do you have an idea of the delay because it is the last thing i am waiting in order to put new website online :)

  •  2,488
    PenciDesign replied

    Hi,

    I'll try to improve this feature in the next week.

    Please keep waiting.

    Regards,
    PenciDesign.

  • Rboullay replied

    Hello

    have you some news for me please?

  •  2,488
    PenciDesign replied

    Hi,

    I'm currently working on this issue, please keep wating.

    Thank you for your patience.

    Regards,
    PenciDesign.


  • Rboullay replied

    hello,

    sorry but i still waiting please

  •  2,488
    PenciDesign replied

    Hi,

    I'll try to update this feature for your site today.

    Regards,
    PenciDesign.


  • Rboullay replied

    hello

    Still waiting a solution ??

  •  2,488
    PenciDesign replied

    Hi,

    Please send me your WordPress admin account in a PRIVATE reply. I'll log in and update it.

    Regards,
    PenciDesign.


  •  2,488
    PenciDesign replied

    Hi,

    You can update by yourself by adding this CSS code to your site:

    @keyframes penciheadersitcky {
      from {
        opacity: 0;
        transform: translate3d(0, -50px, 0);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    } .penci_navbar_mobile.mobile-sticky {
      animation-name: penciheadersitcky;
      animation-duration: 0.5s;
    }

    Regards,
    PenciDesign.



  •   Rboullay replied privately
  • Rboullay replied

    sorry but i can't see really a difference??

  •  2,488
    PenciDesign replied

    Hi,

    Please clear all the browser cache then check again, here is video recorder from my phone:


    Regards,
    PenciDesign.


  • Rboullay replied

    i will make you a video tomorrow but now there is a sort of jump down when we scroll down and menu change to sticky menu

  • Rboullay replied

    Can load mov file 

  • Rboullay replied

    look

  •  2,488
    PenciDesign replied

    Hi,

    Here is a video from my Chrome developer tool:

    Regards,
    PenciDesign.


  • Rboullay replied

    Yes i see the same jump

  • Rboullay replied

    you will see it easily in a post and if you scroll down slowly

    It seems to jump down approximativaly 100 px down

  • Rboullay replied

    look

  •  2,488
    PenciDesign replied

    Hi,

    I've checked your site many times but still have not found the animation issue when the header transforms from normal to the sticky:

    Regards,
    PenciDesign.


  • Rboullay replied

    i remember having same problem with this website

    https://www.espaces-couleurs.fr

    at that time the team dev of the template wrote this to solve the issu

    @media only screen and (max-width: 768px) {
        .eltdf-animate-mobile-header.mobile-header-appear {
            margin-bottom: 0 !important;
        }
    }

    .eltdf-mobile-header .eltdf-mobile-nav {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: 80vh;
        overflow: auto;
    }

    maybe it can help you?

  • Rboullay replied

    you must look with iphone not a browser web simulator 

    Works fine now with webrowser but not in iphone

  •  2,488
    PenciDesign replied

    Hi,

    1. The code in the previous reply doesn't relevant to this problem,

    2. Here is a screen recorder from my phone (Safari IOS):

    https://streamable.com/usq23o

    Regards,
    PenciDesign.


  • Rboullay replied

    i see it works fine on your side

    i will wait my client answer

    thanks


  • Rboullay replied

    ok he is happy so am i

    thanks