Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #343607

    This is an odd quirk, but somehow the upward-facing arrow/carat/chevron has disappeared. The Scroll-to-top square still appears, and it still functions as a link, but the icon is gone.

    I definitely didn’t willfully modify this — anyone know where it might have gone and how to get it back? Right now, it looks very confusing and the user won’t understand that it’s a scroll-to-top link.

    I would, if possible, like to change the icon. Is there a way to select the icon from the Fontello (or another) icon font library?

    Thanks for your help

    #343615

    Hey Prescott!

    Can you post the link to your website please?
    Also see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Best regards,
    Yigit

    #343746
    This reply has been marked as private.
    #344269

    Hi!

    Have you made any changes on Footer.php file? Please go to Appearance > Editor and open Footer.php file and check if the last 4 lines are the same as following

    `<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>
    
    <div id="fb-root"></div>
    </body>
    </html>`

    Best regards,
    Yigit

    #344338

    No, I didn’t modify my Footer.php. I checked both the original Enfold and the child, and they both had that as the last four lines. I deleted the child version just for good measure because there’s nothing there that I needed to add.

    Any ideas why the arrow might have disappeared? Could it be a font issue?

    #344503

    Hey!

    It shows up fine for me. Tested on IE, Chrome, Firefox, Opera all latest versions.

    Could you check again and let us know.

    Best regards,
    Arvish

    #344646

    Yes, I noticed yesterday that it had indeed returned. Not sure what I did, but the up-facing arrow came back.

    HOWEVER, I now notice that when I hover over an image, the “follow link” arrow has vanished, and instead it displays '; font-

    Any idea where I might have messed things up? I image it’s a rogue semicolon or something in the syntax.

    EDIT: this particular problem seems to have righted itself. Not sure why, but things are good now.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Scroll-to-top icon not showing up’ is closed to new replies.