-
AuthorPosts
-
December 30, 2013 at 11:48 am #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
TomDecember 30, 2013 at 11:49 am #203662This reply has been marked as private.December 30, 2013 at 12:44 pm #203676Hi!
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!
PeterDecember 30, 2013 at 1:01 pm #203682Hi 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
TomDecember 30, 2013 at 1:30 pm #203684Hi!
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!
YigitDecember 30, 2013 at 1:41 pm #203688Hi 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
TomDecember 30, 2013 at 1:45 pm #203689Hi!
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,
PeterDecember 30, 2013 at 1:55 pm #203692Hi 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
TomBTW: is it ok to post here in german ?
December 30, 2013 at 2:05 pm #203694Hey!
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,
PeterDecember 30, 2013 at 2:12 pm #203697ok – 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 -
AuthorPosts
- The topic ‘Fehlender "Pfeil nach oben" auf "to top"-button’ is closed to new replies.