Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #996879

    Hi

    I’m experiencing problems with my timeline icons. When I go to the timeline on the site with my mobil (tested with chrome and firefox), the icons are very all small, and almost invisible. I tried making them larger with the style below, but its not working. What am I missing/doing wrong?

    
    @media only screen and (max-width: 768px) {
    .av-no-preview .avia-timeline .milestone_icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
        overflow: none!important;
    }
    
     .milestone_icon{
        background-color: #a8a8a8!important;
        color:#000000!important;
    }
    
    #top .avia-icon-list .iconlist-timeline {
    border-color: #a8a8a8;
    }
    }

    Thanks in advance

    #996900

    Hey Philip,

    I’m not seeing the issue occurring. Have you been sure to clear your cache a few times over?

    Best regards,
    Jordan Shannon

    #997064

    Yes, many times and I’ve tried from different devices. The problem only occurs from an actual mobil. I can’t replicate it from chrome development or by using the inspect tools. However, from several different phones I get the same small icons that are almost invisible.
    Did that really not show on your phone?

    #997224

    Hi Philip,

    The fade-in animation does not fire because there is an error in JavaScript. Can you please edit tab section titles and remove the “-” and see if the issue remains.

    Best regards,
    Victoria

    #997234

    Hi Victoria

    Could you tell me where to find the “-” in the tab section titles? I can’t find it. Maybe a screenshot?

    Best regards,
    Philip

    #997541

    Hi Philip,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1007211

    Hi
    I have the same problem.

    Best regards,
    Pascal

    #1007235

    Hi PascalLID,

    I don’t see the issue, I see no errors, can you point us to a page or an element where it is happening?

    Best regards,
    Victoria

    #1007274

    The icons of the timeline are barely visible on a mobile device.
    Here the Screenshot.

    #1007852

    Hi,

    Thanks for the update.

    This css code should fix the timeline icon display.

    @media only screen and (max-width: 767px) {
    .avia_transform .avia-timeline-vertical .milestone_icon {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    }

    Best regards,
    Ismael

    #1007991

    Hey
    Great it works! Thank you for that.

    Best regards,
    Pascal

    #1007995

    Hey PascalLID,

    I’m glad that was resolved for you if you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

    #1115499

    Hi dear team,

    i do have the same issue, but even typing in all the code doesn’t work… could u please check? Information is down in the privat content area!

    Thank you in advance

    • This reply was modified 5 years, 4 months ago by Estherella.
    #1115653

    Hi Estherella,

    Thanks for that, though your site is not loading on my end. Please check the URL.

    Fehler 404
    Seite nicht gefunden

    Best regards,
    Rikard

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