-
AuthorPosts
-
May 12, 2015 at 6:07 pm #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,
AlexMay 13, 2015 at 6:03 pm #443909Hey 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,
AndyMay 14, 2015 at 7:49 pm #444556This reply has been marked as private.May 17, 2015 at 1:30 pm #445390Hey!
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!
AndyMay 17, 2015 at 3:04 pm #445405Hi,
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,
AlexMay 19, 2015 at 4:41 am #446193Hi!
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!
RikardMay 19, 2015 at 8:49 am #446245This reply has been marked as private.May 20, 2015 at 6:11 am #446918Hey!
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,
RikardMay 20, 2015 at 10:57 am #447026This reply has been marked as private.May 25, 2015 at 4:32 am #449318Hey 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 -
AuthorPosts
- You must be logged in to reply to this topic.