Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #89118
    ottereli
    Participant

    When I try to change to Sub-headline for Featured Content in the customizer it shows me typing different words in the customizer on the left side of the screen but doesn’t make any changes to the actual sites sub-headline even after I save the new headline.

    #89142
    Mahesh
    Keymaster

    @ottereli: It is due to some bug in the theme, our team is already onto fixing the bug and will be fixed in the next update which will be released soon. Thank you for your patience.

    Regards,
    Mahesh

    #89185
    ottereli
    Participant

    Alright, Thanks @Mahesh: Is there any other way to change whats there in the mean time.

    #89202
    Mahesh
    Keymaster

    @ottereli: You’ll have to edit a small typo in code. Go to gridilicious_theme_folder/inc/customizer_includes/ and open gridalicious-customizer-featured-content-setting.php go to line 139 and change the existing code:
    'sanitize_callback' => 'wp_kese_post',
    to
    'sanitize_callback' => 'wp_kses_post',
    Note: Line number may vary with theme version. If so, search for wp_kese_post in that very file and replace with wp_kses_post
    Then you’ll be good to go and change it via customizer.
    Thank you for helping us finding the issue.

    Regards,
    Mahesh

    #89320
    ottereli
    Participant

    Thanks for helping me solve it!

    #89344
    Mahesh
    Keymaster

    @ottereli: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Not letting me change Sub-headline for Featured Content’ is closed to new replies.