• I have changed the theme I was using to ‘Delicate’ by NattyWP but my website name has disappeared and been replaced by the word ‘Delicate’. I cannot find any way to change this. Can anyone help. Any replies should be in ‘idiotspeak’ please!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same thing here. Zero documentation on this theme doesn’t help either.

    Hi there,
    You can upload your webpage name & logo (must be an image) which will replace the word Delicate through:
    Dashboard -> Appearance -> Theme optionsm -> General Options. TYou have there Custom logo – Upload image
    hope it helps

    The instructions by claudetm are right but the theme does not save the logo option.

    ah, it does save but it uses the wrong option.
    in themes/delicate/functions/admin-framework.php LINE 88
    replace

    $t_custom_logo = get_option( "nattywp_custom_logo" );

    with

    $settings=get_option("delicate_settings");
    	$t_custom_logo =$settings['nattywp_custom_logo'];

    Unfortunately I don’t know how the values get put into the theme settings page, someone will have to help out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘problem with theme 'Delicate' by nattywp’ is closed to new replies.