Forum Replies Created
-
AuthorPosts
-
Hi Ismael
Thank you for your reply concerning the layerslider.
I’m still having font issues. When I go to Enfold Child > Advanced Styling > Select an element to customize > <body> > Edit Element > Font Family > Times New Roman > Save all changes, my website won’t show the font “Times New Roman”. How can I solve this problem?
Best regards,
zizibe1Hi Petra,
vielen Dank für deine Antwort und den Tipp. Mir ist noch aufgefallen, dass die Schrift “Times New Roman” auf meiner Webseite nicht erscheint, wenn ich Sie als <body> unter “Erweitertes Styling” auswähle. Unter “Allgemeines Styling” hingegen funktioniert es. Ist das bei dir auch so?
LG zizibe1
Hi Petra,
“Erweitertes Styling” funktioniert ebenfalls, vielen Dank für den Hinweis.
Seit dem Update auf Enfold 4.4 kann ich die Schrift “Roboto” aber auch unter “Allgemeines Styling” > “Font for your body text” auswählen (vorher hatte die Schrift dort gefehlt). Nutzt du diese Möglichkeit auch, um deine Schriften festzulegen, oder verwendest du ausschliesslich “Erweitertes Styling”?
LG zizibe1
Hi Victoria,
Thank you for your reply. If the notification next to the Plugins is only from the LayerSlider of WordPress, it doesn’t bother me. But if I want to update the LayerSlider, I have to purchase it, right? Would you recommend it? What are the differences to the built-in “Advanced Layerslider” of Enfold?
Best regards,
zizibe1Hi Vinay
Thank you for your replay.
I deactivated all plugins and used the plugin “Transient Cleaner” to clear the transients over night. Then I activated all the plugins back. Unfortunately, it didn’t help. To the right of “Plugins”, there is still a small number one.
In the sidebar, I went to Updates > WordPress Updates > Reinstall now. It didn’t help either.
What else can I do?
Best regards,
zizibe1Hi Vinay,
Thank you for your reply. I removed the custom code and can still choose Roboto as font for my body text. So I guess the update made this possible.
To update the PHP version, I will contact my hosting company. Thanks for your advice.
To the right of “Plugins”, there is always a small number one. When I click on “Plugins”, everything seems alright (no notifications, no updates). Is this a bug?
Best regards,
zizibe1Hi Victoria
Thank you for your reply.
Finally, I can choose “Roboto” when I go to “General Styling” > “Defines the Font for your body text”. Did you change something? Or is it because I just updated to Enfold 4.4?
How can I update the php version?
Best regards, zizibe1
This reply has been marked as private.This reply has been marked as private.Hi Jordan,
when I remove “/* */” from around the code, the warning below appears. Should I update anyway?
Best regards, zizibe1There are 28 errors which must be fixed before you can update this file.
☐ Update anyway, even though it might break your site?Hi Jordan,
thank you for your reply. I added the code below to the “child themes functions.php”, but nothing happened. I still can’t choose “Roboto” when I go to “General Styling” > “Defines the Font for your body text”. What did I wrong?
Regards, zizibe1/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then. Version: 1.0 Author: Kriesi Author URI: http://kriesi.at Template: enfold */ /* add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto Condensed‘] = 'Roboto Condensed:400,700'; $fonts['Roboto'] = 'Roboto:400,700,400italic,700italic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto'] = 'Roboto:400,700,400italic,700italic'; $fonts['Roboto Condensed'] = 'Roboto Condensed:400,700'; return $fonts; } */
- This reply was modified 6 years, 6 months ago by zizibe1.
Hi Yigit,
thank you for your reply. Where do I find the “child themes functions.php”?
Can I also use the Quick CSS?
Regards, zizibe1 -
AuthorPosts