Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi

    At our end it is working .

    Have you made any changes into index-service.php file

    Thanks
    Akhlesh

    Hi

    Any Update here ?

    Thanks

    Thread Starter yuchi1122

    (@yuchi1122)

    Hi,Akhlesh,

    I didn’t make any changes into index-service.php file.
    I even download the theme and replace the original index-service.php file, the problem is still there.

    Thanks& Merry Xams!

    Hi

    Thanks for remembering this bug .

    To fix this bug . follow the below instruction

    Open your home_service_settings.php file (which is located into theme package <<functions<<theme options folder <<pages <<then then find and open the file ) .

    And fine the below two line of code

    one line no 11 $current_options['service_title']=sanitize_text_field(isset($_POST['service_title']));

    on line no 22 $current_options['service_third_title']=sanitize_text_field(isset($_POST['service_third_title']));

    And replace it with below line of code

    one line no 11
    $current_options['service_title']=sanitize_text_field($_POST['service_title']);

    on line no 22 $current_options['service_third_title']=sanitize_text_field($_POST['service_third_title']);

    Let me know for further assistance

    Thanks
    Akhlesh

    Hi
    we also update our theme in next 24 hour.

    Thanks
    Akhilesh

    Thread Starter yuchi1122

    (@yuchi1122)

    Hi, Akhlesh,
    it works!!! thanks so much! Appreciated. Great support!
    Is the theme updated? Haven’t seen the updated one.

    Happy 2015!!

    BR,
    Yuchi

    Hi Yuchi

    Still we do not update the theme , When we I will tell you.

    Thanks
    Akhilesh

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Service title can't be saved’ is closed to new replies.