Home Forums Themes Support Platonic WordPress Theme Theme options not saving changes

Viewing 3 reply threads
  • Author
    Posts
    • #5394

      Hi, since I bought the theme I’ve been having problems to save the theme options configuration. Today I updated to the latest version but this have been worse.
      The platonic logo is there in the header, I uploaded my logos again but…it remains there fixed like a virus.
      I tried to change the menu but the changes are not made.
      I like this theme but It have been like hell to work with It.

      (I’m from Spain, my written English is terrible but I’ll understand everything you write to me including technical language)

      Attachments:
      You must be logged in to view attached files.
    • #5414

      You change this function at platonic/framework/template-functions/ line 197

      /* Favicon */
      if (!function_exists('ro_theme_logo')) {
      	function ro_theme_logo() {
      		global $tb_options;
      		$logo = $tb_options['tb_logo_image']['url'] ? $tb_options['tb_logo_image']['url'] : URI_PATH.'/assets/images/platonic-brand.png';
      		$style_logo = $tb_options['tb_logo_max_height']? 'style="max-height: '.esc_attr($tb_options['tb_logo_max_height']).';"': '';
      		echo '<img src="'.esc_url($logo).'" alt="Logo" '.$style_logo.'/>';
      	}
      }
      Attachments:
      You must be logged in to view attached files.
    • #5430

      Hi, thanks a lot for the answer.
      This fixed the logo problem.
      Is It supposed to do this every time I update the platonic theme?
      This means theme options is not working ok and there is a bug.

      BTW: thank you, this helped me.

    • #5455

      It will never repeat with the next update

Viewing 3 reply threads

You must be logged in to reply to this topic.