johnnypass
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove header image on single page twenty twelveAh Ok,
So I addedimg.header-image { display: none; }and that hid the header on all pages, not just the Blog page. I’m not sure how to define this for the Blog page only. I thought something like this
body.page-id-539 img.header-image { display: none; }But it doesn’t seem to work.
Forum: Fixing WordPress
In reply to: Error when assigning Posts Page for twenty twelve Child themeI’m resolving this. Thanks everyone for helping me figure this out! I think the problem was I had copied the full-width.php twenty twelve template to make my own and left this at the top:
*/
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/which I think was messing things up.
Forum: Fixing WordPress
In reply to: Error when assigning Posts Page for twenty twelve Child themeAh! So I deleted the custom page templates from the child theme and now the problem is fixed, so I must have done something wrong in the code of my custom page templates.
Forum: Fixing WordPress
In reply to: Error when assigning Posts Page for twenty twelve Child themeSorry I meant that the debug mode did not display any error messages. However, when I switched themes, the problem does not occur. So I guess it must be something I did with my child theme! I just can’t figure out what.
I didn’t make changes to the index.php – the file is located in the root of the child theme folder and reads `<?php
// Silence is golden.
?>`Forum: Fixing WordPress
In reply to: Error when assigning Posts Page for twenty twelve Child themeThanks!
I tried debug mode
define('WP_DEBUG', true);in wp_config.php and disabling all the plugins. I also renamed the page “myposts”, and none of it seemed to fix anything.