Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #443235

    Hi,

    on mobile devises the colorsection image isn’t showing (there’ a big withe space between the header an the colorsection) and the parallax scrolling doesen’t work.

    Do you have any advises?

    Thanks!

    Best regards,
    Alex

    #443909

    Hey AdDesign!

    please update your theme to the newest version (v3.1.5)

    I can’t see any white space on your color section. Please clear browser cache and refresh your website a few times. Please provide us screenshots of the issues (imgur.com, dropbox). Which device and browser are you using?

    Regards,
    Andy

    #444556
    This reply has been marked as private.
    #445390

    Hey!

    autoplayed videos are not available for mobile, as they need too much traffic (and in lots of countries you would be charged a lot for it). Please use a fallback image for mobile devices.

    Use this code for you logo on samsung galaxy tab:

    @media (max-device-width: 1024px) and (orientation: landscape) { 
    strong.logo {
    left: -36px;
    }}
    

    Cheers!
    Andy

    #445405

    Hi,

    I’ve pasted the code but the menu still overlaps. Could you explain me what fallback images are? Is it necessary for every colorsection to use these fallback images?

    Cheers,
    Alex

    #446193

    Hi!

    If you don’t want to show the section for mobile you can edit the color section then enable the Hide video on Mobile Devices? option in the Section Background tab. If you want to show the section you can select an image in Set a Custom Background Image also in the Section Background tab.

    Cheers!
    Rikard

    #446245
    This reply has been marked as private.
    #446918

    Hey!

    Please use the following to show the mobile menu on tablet as well, you just don’t have enough room in the header to display the full menu properly:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    The fallback images are images which will be shown on mobile devices only instead of video which is disabled for mobile.

    Regards,
    Rikard

    #447026
    This reply has been marked as private.
    #449318

    Hey Alex!

    Sorry for the late reply, I’m pretty sure it appears that way because of the hight of the two containers. I had a look at them both and they are using the same CSS for the background image. So if they were the same height they would like also display the background image the same way. Will this be an issue for you?

    Cheers!
    Rikard

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