Your Time:
Our Time:
← Back to discussions

Header Right Option Disappeared

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 3 replies, 2 voices, and was last updated 10 years ago by Anonymous.

  • 2016-09-07 at 11:49 pm
    Support Expired
    #16454
    artiium21
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Greetings, great theme, love it!!

    However I went to change a few things and in the options—->header, the Topbar Right option is not showing up so I can change the phone number that is presently there, I see the Topbar Left where I can enter what text I want there, but the Top Bar Right option is gone. please help. Thank you

    2016-09-08 at 10:42 am
    #16457
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Thank you 🙂

    Find the following path hopes/framework/admin/theme-options.php on line#231, remove the “if” condition.

    if ( !class_exists('woocommerce') ) {         // remove this "if" condition
    $iva_of_options[] = array( "name"	=> __( "Topbar Right", 'iva_theme_admin'),
    			"desc"	=> "Custom HTML and Text that will appear in the Topbar in Right side. If you want you can use text as well instead of sociables",
    			"id"	=> $shortname."_top_righttext",
    			"std"	=> "",
    			"type"	=> "textarea");
    }

    Replace the above code with the below code,

    $iva_of_options[] = array( "name"	=> __( "Topbar Right", 'iva_theme_admin'),
    			"desc"	=> "Custom HTML and Text that will appear in the Topbar in Right side. If you want you can use text as well instead of sociables",
    			"id"	=> $shortname."_top_righttext",
    			"std"	=> "",
    			"type"	=> "textarea");
    2016-09-08 at 6:55 pm
    Support Expired
    #16461
    artiium21
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Thank you so much!!!

    2016-09-09 at 2:09 pm
    #16467
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.

You must be logged in to reply to this topic.