Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #203661

    Hi !

    Bei einem der letzten Updates ging bei mir irgendwie die nach oben zeigende Pfeilspitze auf dem “to top”-button verloren!
    Ich habe nur noch eine funktionierende, aber leere Box !?

    Any ideas ???

    LG
    Tom

    #203662
    This reply has been marked as private.
    #203676

    Hi!

    Ich glaube das “scrolltotop” icon hat den falschen Icon Code. Bitte versuche die enfold/functions.php Datei per ftp zu aktualisieren und mit der neuen Datei der v2.4.4 Theme Version zu überschreiben.

    Cheers!
    Peter

    #203682

    Hi Peter!

    Ich arbeite mit einem Child Theme und ersetze immer den kompletten Enfold Ordner !
    Und ich habe bereits 2.4.4 online !

    Im Child Theme Ordner ist zwar auch eine functions.php, aber komplett leer:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */

    Fällt Dir spontan noch was ein ??? :-)

    LG
    Tom

    #203684

    Hi!

    Please try adding following code

     $avia_config['font_icons'] = apply_filters('avf_default_icons', array(
    	'scrolltop' 	=> array( 'font' =>'entypo-fontello', 'icon' => 'ue876'),
    ));

    You can also check Footer.php file in Appearance > Editor and make sure 168th line is the same as in screenshot, It should be at the very bottom of the file http://i.imgur.com/M3XOqYo.jpg

    Cheers!
    Yigit

    #203688

    Hi Yigit !

    The css changed nothing – still no icon …
    That made me curious and like always the error is in front of the screen :-/

    I had an old footer.php in the child folder – removing this showed the icon immediately again …

    Sorry … but like always big thanks for the helping !!!

    Best regards
    Tom

    #203689

    Hi!

    Great, you probably just need to update the child theme footer.php with this line

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    

    Best regards,
    Peter

    #203692

    Hi Peter !

    Thanks a lot – as you can imagine your tip works like a charm … :-)

    I always wonder how you can fix every problem in seconds – it seems you live inside your code :-)

    Thanks
    Tom

    BTW: is it ok to post here in german ?

    #203694

    Hey!

    Yes, it’s ok for me. However note that I’m the only member of the support staff who speaks German and the response time may increase (i.e. if I don’t work one day you need to wait more than 24h for an answer…).

    Regards,
    Peter

    #203697

    ok – I’ll stay in english mode ;-)

    It would be cool, if you also have any information for me in the third thread I’ve posted this morning regarding the button css … That would help me a lot !!!

    Thanks
    Tom

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Fehlender "Pfeil nach oben" auf "to top"-button’ is closed to new replies.