• Hi Developers:

    First of all your plug-in is the best choice of components for me. I used it without legacy mode and .element-is-sticky css classes work fine for me. However, i need some support.

    My sticky element is #site-header and i added it .3s transition between mode changes. I have 2 problem with it:

    1) It is not responsive while not using legacy mode. When using Legacy mode it is fully responsive when it turns to sticky but little scrowing down shows duplicate menus in 1s is bad for me. Also, .element-is-sticky classes does not work when it is on Legacy mode so transitions are not smooth

    2) I want to decrease and fits maybe 50px line height to all contents of sticky element (#site-header). What i mean is displayed in link below:
    https://coach.oceanwp.org/

    To briefly i want to works my menu like in the link above. My css codes are below for not using Legacy mode:

    #site-header.element-is-sticky {
    
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    	background:#333;
    	opacity:.90;
    	content:50px;
    	font-size:75%;
    }
    #site-header.element-is-not-sticky{
    
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
         background:transparent;
    	
    }

    As i noted my website is : kutujoy.com

    Thanks in advance and have a great days

    • This topic was modified 6 years, 9 months ago by kutujoy.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kutujoy

    (@kutujoy)

    Why noone helped until this. I have to change my website mode turn to coming soon. If it happens you cannot visualize the menu ?

    Hi there, I’ve checked your site but it appears my plugin is not active at the moment, so I’m not able to fully diagnose this. If you can turn it on again, I will be able to look into it.

    As for issue 1: this is a known bug. Responsiveness is currently only working in Legacy mode, but this will disable some Javascript functionality indeed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin is Great But Need Little Support?’ is closed to new replies.