I have a pretty simple child theme of Twenty Twelve active, but the mobile menu does not expand when pressed. Here is header.php: <?php/** * The Header for our...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
I know this is not difficult. I know it is supposed to be in the style.css in the child theme, but no font size I change seems to make...
Twenty Twelve comes with some page templates: Front Page & Full Width. These are in the folder /page-templates. I’ve created my own template and saved it into this folder,...
I’m an ambitious wordpress beginner and learner – this is my first question at Stackexchange – in case I’m wrong here, I’m grateful for anyone pointing in a better...
I would like to use a different menu for my mobile website than my desktop website. With different I mean the content not the layout. I just want to...
How I can remove word “Archives” in head title in category page? I’m using the Twenty Twelve theme and WordPress 4. <head> <title>"name of category" Archives | "name of...
I’m using twentytwelve theme with 1.0 version. I saw many codes like following, 'name' = __('page','twentytwelve'); If I give, 'name' = 'page'; It’s also working fine. Then why using...
I am using the WordPress theme Twenty Twelve (a child of it to be precise). I want to know how to insert some HTML just after body opening, in...
I´m creating a child theme for Twenty Twelve v1.0 and I want to remove the Open Sans font. Open Sans is added in Twenty Twelve´s functions.php: wp_enqueue_style( 'twentytwelve-fonts', add_query_arg(...