Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1043407

    Hi there,
    I’ve read in multiple threads that a solution exists to show the fallback image on iPad with 768×1024. Using Chrome emulator, I’m seeing [image object] and just a sliver of the image for my first video slide.

    Would someone be able to help correct?

    Thank you!

    #1043528

    I also wanted to see if you’re able to recreate this:

    When you hit the URL I gave, it flashes the fallback image for a second on desktop, then goes into the video.

    #1044324

    Hi kjwaggz,

    I see that the slider is hidden on mobile, in the iPad mode you need to have the burger even at 1024px and I do the see fallback image and did not see the issue that you’re describing in Chrome on a Mac.

    The fallback image shows till the video loads.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1044452

    Ok thank you. I think I found a work around.

    Now that I got that part working, I’m noticing the titles and captions are off to the left on iPad. I have them all set to center without frame. Is there CSS I need or a setting to have these centered on iPad?

    #1044521

    Hi,

    Which page are you referring to?

    Best regards,
    Jordan Shannon

    #1044538

    The home page mentioned earlier in the thread: http://wrightchoice.hosting2.spectora.com/

    #1046035

    Hi kjwaggz,

    Could you please attach some screenshots of the issue?

    I am not sure which elements you’re referring to.

    Best regards,
    Victoria

    #1047956

    Is working now, thank you for the help!

    • This reply was modified 5 years, 5 months ago by kjwaggz.
    #1048421

    Hi kjwaggz,

    Glad to hear that :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

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