Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1231469

    Hi guys,

    When I load a page with the timeline element on it on mobile, the icons are not fully loading, and I have to refresh the page to see them. (Using iPhone)

    Before and after image examples in private content.

    How can I fix this? :)

    Sincerely,
    Morticka

    #1231629

    Hey Morticka,

    The login details seem to be working, but I only get redirected to the home page and I can’t access the WordPress backend or the problem page afterwards. I’m not sure why though?

    Best regards,
    Rikard

    #1231689

    Hi Rikard,

    My apologies, I was working on my security, It should be working now.

    Sincerely,
    Morticka

    #1231825

    Hi Morticka,

    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: 767px) {
       .responsive #top #wrap_all .flex_column {
         padding: 10px !important;
       }
       .avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
        opacity: 1;
         transform: scale(1);
         -webkit-transform: scale(1);
        -ms-transform: scale(1);
       }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1231999

    It works great Victoria, thank you so, so much!! :D

    You can close this ticket.

    Sincerely,
    Morticka

    #1232135

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive issue with Timeline element; not correctly loading on iPhone’ is closed to new replies.