New Landing How can we help? Themeforest Theme Support Flexform Team Page Header not changing to match default header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Flexform
  • #203450
    batteryman
    Member
    Post count: 16

    Hello,

    My team page, just like yours is not reflecting the Default Gage Heading Background that is set in the Default Meta Options in Theme Options. I thought it was just my site but then I went to your demo and see that your demo is doing it to.

    This seems to be an oversight in the code.

    How can i fix it so that it responds the default settings?

    Thank you,

    Avel Ureno

    #205614
    batteryman
    Member
    Post count: 16

    Hello,

    I actually figured this one out. The page is supposed to check to see what header is chosen and it is missing the code. I took the code from another page that is functioning correctly and added it to the page and now it is working correctly.

    To fix it I edited page single-team.php in the root flexform theme folder with the following code Add this code to the top of page right after line $member_image_url = wp_get_attachment_url( get_post_thumbnail_id(), ‘full’ ); but before the closing php tag ?>.

    
           // BOF ADDED BY BATTERYMAN(BUG FIX)
    	$options = get_option('sf_flexform_options');
    	$default_show_page_heading = $options['default_show_page_heading'];
    	$default_page_heading_bg_alt = $options['default_page_heading_bg_alt'];
    	
    	$show_page_title = get_post_meta($post->ID, 'sf_page_title', true);
    	$page_title_bg = get_post_meta($post->ID, 'sf_page_title_bg', true);
    
    	if ($page_title_bg == "") {
    		$page_title_bg = $default_page_heading_bg_alt;
    	}
    	// EOF ADDED BY BATTERYMAN(BUG FIX)
    #205990
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Glad that is sorted.

    Strange that your topic was posted on the 12 of August without any reply from us, we work on a list of opened topics from the oldest to the newest and this wasn’t there. Apologize for that.

    -Rui

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register