This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
Hi
this may be a potential bug.
When I make any change to the Appearance-Autowash settings:
Like changing the logo, adding a line of CSS in Custom CSS, just about anything …
it says saved … BUT … it overwrites the Styling-Typography Body Text font face I had selected.
Is this a known bug?
Cheers …Mike
If you provide the same CSS properties in the Custom CSS Section and in Typography Section, then the CSS will be overridden.
Hi Pam
sorry I think you have misunderstood – It’s not about CSS.
Here is the sequence of events that cause the body text setting in the theme’s customisation setting to go back to default settings:
Step 1 – Body text is set to arial and all looking good on site with arial as body font (see attached image step1)
Step 2 – Make a change to any other setting if the theme’s customisation (like adding header logo) and save (see attached image step2)
Step 3 – Click on pages or anywhere else on admin left menu
Step 4 – Go back to theme customisation typography settings and it has forgotten arial and reverted back to default ?? (see attached image step4)
So it is the theme’s customisation settings panel itself is not working correctly.
Please also note: it is not just changing the header logo – it appears to happen when any change is made to anything in the theme customisation panel.
Let me know if it’s still unclear please.
Thanks in advance …Mike
Thanks for letting us know about the issue.
Find for this line of code in admin-interface.php file
$output .= '<option value="'.$select_key.'" ' . selected(get_option($value['id']),$key, false) . ' />'.$option.'</option>';
and replace it with
$output .= '<option value="'.$select_key.'" ' . selected(get_option($value['id']),$select_key, false) . ' />'.$option.'</option>';
and check now whether they are saving or not.
Hi there
apologies it took a couple of days to get back to you – but yes this has fixed the issue.
The file was in autowash – framework – admin – and it was line 913 that was replaced.
Will this also be included in the next release due soon – or one after that :]
Great support – and thank you again …Mike
Yes, it will be included in the next updated versions.
If you have not yet given ratings to the theme, kindly please give to the theme by going to your ThemeForest account downloads section and below the Download button of the theme, you can find the stars to click on for ratings 🙂
We are setting this topic to be resolved. If you wish to update this topic please reply here instead of creating another topic.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.