Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #741371

    Hey,

    I have a simple submenu on this page https://www.dev2.foto-shooting.ch/fotoshooting-fuer-frauen/
    It´s sticks to the top when scrolled on desktops but not on mobile. Any simple chance to make it stiky on mobile as well?

    Cheer
    Michael

    #742854

    Hey Michael,

    Try adding this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    
      .responsive #top #main {
        padding-top: 88px !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #743244

    Hey Nikko,

    doesn´t work on iPhone. Did you try it?

    Cheers
    Michael

    #743567

    Hi,

    I’m pretty sure it works on all mobile phones. Did I try it? Yes, I have tried it on my local server. I checked your site and I don’t see that code, can you put the code again in Quick CSS and if it doesn’t work please give us temporary admin access so we can check why it isn’t reflecting on the frontend. Also please place the details in the Private Content so only moderators can view.

    Cheers!
    Nikko

    #744078

    Sorry but it doesn´t work on my iPhone.

    I added temp admin credentials below.

    #744150

    Hi,

    I checked it again and found you have already added the code and it’s working on both my android phone and iphone. Can you try to clear the cache from your iphone?

    Regards,
    Nikko

    #744273

    Hi Nikko,

    still doesn´t work for me. Are we talking about the same thing? ;-)

    I´m NOT talking about the regular header with logo and main menue. I´m talking about the simple sub menu. Please see screenshot.

    http://dl.dropbox.com/u/4814298/sticky-submenu.png

    #744298

    Hi,

    Sorry I didn’t notice you were referring to a submenu. The submenu script isn’t compatible with mobile that’s why it’s disabled in mobile by default. I’m afraid there’s no easy way to do that and outside of the scope of our support. You might want to hire a freelancer to do this or contact our partner codeable: http://kriesi.at/contact/customization

    Regards,
    Nikko

    #744301

    Hey Nikko,

    funny, that´s why I mentioned “I have a simple submenu on this page” but nevermind.

    I will try myself and may or may not figure it out.

    Thanks anyway and have a great day.

    Cheers
    Michael

    #798225

    Nikko did you ever solve it?

    #798610

    Hi Gabster,

    No, I haven’t solved it though I did attempt to do it, but..

    The submenu script isn’t compatible with mobile that’s why it’s disabled in mobile by default. I’m afraid there’s no easy way to do that and outside of the scope of our support. You might want to hire a freelancer to do this or contact our partner codeable: http://kriesi.at/contact/customization

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.