Your Time:
Our Time:
← Back to discussions

Saving any change to Appearance-Autowash settings reverts body copy to default

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by Anonymous.

  • 2017-02-20 at 10:44 pm
    Support Expired
    #19325
    mmoolay
    Participant
    • Topics: 8
    • Replies: 12
    • Total posts: 20
    • Post count: 16

    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

    2017-02-21 at 3:18 pm
    #19343
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    If you provide the same CSS properties in the Custom CSS Section and in Typography Section, then the CSS will be overridden.

    2017-02-21 at 4:05 pm
    Support Expired
    #19344
    mmoolay
    Participant
    • Topics: 8
    • Replies: 12
    • Total posts: 20
    • Post count: 16

    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

    2017-02-21 at 5:59 pm
    #19348
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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.

    2017-02-24 at 3:03 pm
    Support Expired
    #19377
    mmoolay
    Participant
    • Topics: 8
    • Replies: 12
    • Total posts: 20
    • Post count: 16

    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

    2017-02-27 at 10:18 am
    #19391
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Yes, it will be included in the next updated versions.

    2017-03-07 at 3:14 pm
    #19508
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    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.

You must be logged in to reply to this topic.