Artisteer 4 (latest version) removing header on some pages


Author Message
Mike

Posted: 7/6/2013
Quote message 

Hi,
Just discovered one of my sets with exported content displays in wordpress without the page header. I checked the settings and the 'Show header on page' option was unchecked. I couldn't find a setting in Artisteer so I guess this must be a bug.

My site has over 90 sub pages affected so doing that lot by hand would be horrible.

I solved after finding the field in the mysql database that holds the setting and ran a query on all pages.

In case anyone else had the problem here is the query I used:

UPDATE `wp_postmeta` SET `meta_value` = 1 WHERE `meta_key` = '_theme_layout_template_header'
 
Kimberly

Posted: 8/2/2013
Quote message 

Hi,
I was having a similar issue and found the problem to be in the html code that Artisteer renders for the page. Specifically the CSS code for the header. There is an entry for overflow: hidden. So when the page is reduced in size for a smaller screen the header disappears.
Hope this helps.
Kimberly