Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same issue. Also I have been looking where to change the font color and font size of the client name. I have read through many different questions and most say to write it in my own css. Problem, I don’t know how to write css.

    Plugin Author devnz

    (@eringarscadden)

    This likely seems to be an issue with the meta data for the post not being deleted correctly. I will add this to the list of bugs and try and do an update soon.

    Making the below change fixes this problem. the plugin was coded to prevent saving empty fields, which could be good in some situations, but prevented setting a field back to blank.

    gc-testimonials/testimonials.php: line 309, change:

    if(isset($_POST[$custom_meta_field]) && $_POST[$custom_meta_field] != ""):

    to:

    if(isset($_POST[$custom_meta_field])):

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to delete client details after adding it in’ is closed to new replies.