-
AuthorPosts
-
August 25, 2015 at 10:27 am #492753
Dear Kriesi Team,
using your latest theme 3.3.2 and earlier as well, I did notice problem with settings saving. For my website I am using Open Sans Condensed font for headings and for body text. Settings, theoretically are saved because page displays properly, but while accessing the “General Styling” and than “Fonts” tab in Enfold settings I see Default and Arial instead of Open Sans Condensed which has been set earlier. So every change I did on other tabs, leads to clear my fonts settings.
I will appreciate your help with this situation.
Thanks and regards,
LeszekAugust 26, 2015 at 6:50 am #493313Hey leszek,
Not sure why that is happening, but it looks like you have custom CSS to set it in your child theme’s CSS? What happens if you remove it and set it only in the theme options? Also, I’m not sure which of the Enfold installations you are using as the parent theme?
Best regards,
RikardAugust 26, 2015 at 8:18 am #493336Hello Rikard,
indeed there were two instances of Enfold, but a minute ago I have deleted the old one, leaving only the newest one (3.3.2). During the day, in the free time, I will move my custom CSS into Quick CSS inside Enfold theme and will deactivate Custom CSS plugin. And of course after that, I will share all my findings.
BR
LeszekAugust 26, 2015 at 1:36 pm #493536Hi!
alright, let us know when you are ready and we’ll take a look.
Regards,
AndyAugust 27, 2015 at 10:23 am #493995Hi Andy,
I did check it. Deactivating Custom CSS plugin and moving all my own css code into Quick CSS inside Enfold theme did not work out. Moreover the page itself displays differently, has a different aligning of top menu and the also the width has changed.
And of course :( the font settings are still disappear after saving. So I am returning to the previous (basic) stage with own css code inside Custom CSS plugin.BR
LeszekAugust 28, 2015 at 4:28 am #494601Hi!
Please remove the avf_google_heading_font filter in the functions.php file then use this instead in order to set the default fonts:
add_action('init', function() { global $avia; $avia->options['avia']['google_webfont'] = 'Open Sans Condensed:300,700&subset=latin,latin-ext'; $avia->options['avia']['default_font'] = 'Open Sans Condensed:300,700&subset=latin,latin-ext'; });
Best regards,
IsmaelAugust 28, 2015 at 8:27 am #494675Hello Ismael,
thank you for the update on my topic, now I think the problem is solved, but please give some time to have an eye on this :)
BR
LeszekAugust 28, 2015 at 11:37 am #494766 -
AuthorPosts
- You must be logged in to reply to this topic.