Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #519021

    Hello,

    We have arrows icons at the bottom of every page taking you to the next page on our site. On two of the pages “Collaboration” & “Partnership”, the arrow icon is WAY smaller, and gray, than on the other pages (i.e. Approach). Both of the Collaboration & Partnership pages have masonry galleries on them, I don’t know if that’s interfering in some way. Please help.

    #519226

    Hi creative-expansion!

    Have you removed the icons? I cannot see down arrows on your page. Please add them once again so we can look into it.

    Regards,
    Yigit

    #519353

    The arrows are right-facing arrows at the bottom of the page, they are showing up very tiny and gray. I just noticed, that if I extend the page out horizontally, it seems to activate the animation for the arrow. It seems to be stuck on a more narrow page.

    #520112

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-3478 #after_section_3 .avia_transform .av_font_icon {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    Cheers!
    Yigit

    #520171

    The arrow seems to be working on page 3478 (collaboration), but it doesn’t work on page 3576 (partnership) with that code, unless I adjust the page size.

    #520293

    Hey!

    Please change the code to following one

    .page-id-3478 #after_section_3 .avia_transform .av_font_icon, .page-id-3576 #av_section_2 .avia_transform .av_font_icon {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    Best regards,
    Yigit

    #520300

    That didn’t change anything. Thanks.

    #520381

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #520475

    Here’s the login.

    #520517

    I just noticed….

    #520779

    Hey!

    We added this in the Quick CSS field:

    .avia_transform .av_font_icon {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    It will disable the icon animation. Is that OK?

    Cheers!
    Ismael

    #521083

    Yes, thank you. It’s more important that the arrow is large and black, than animates. We appreciate all of your help.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Arrow icons at bottom of page’ is closed to new replies.