Phone number still will not save

I am still having problems with the phone number.
I have installed your “fix” - colorlib-plugin-31.zip
Now when I update the phone number, save the page I have this popping up

AND, OF COURSE, the phone number reverts to (555) 555-5555

Hello Goldie,

I’m having some trouble understanding the exact issue.
The “plugin” with the temporary fix for the contact should be placed inside the functions.php in the Illdy root folder. You need to change the number inside the code snippet to match your phone number:

function change_phone_number(){
    set_theme_mod( 'illdy_phone', '(111) 555-5555' );
}
add_action('init', 'change_phone_number');

This will reflect in the homepage sections and also in the Customizing ▸ General Options ▸ Contact Details
In this case, you don’t need to change the number inside the Contact Details so the problem of the changes not saving will not occur anymore.

I’m sorry for all the inconvenience and I hope this is clear enough to temporary fix the issue until we officially take care of it in the upcoming theme update.

Regards

The “plugin” with the temporary fix for the contact should be placed inside the functions.php

I am new to php, so I obviously understood a “plugin” to be upload and activated.
What was actually required was code a insertion into the functions.php page.
Nevertheless, it seems to be working.

not working for me.

Hello @jaimelong,

Please update your theme to meet the latest files:
https://wordpress.org/themes/download/illdy.1.0.9.zip?nostats=1

The fix should be in place.

Regards