Twenty Twelve is the default theme for WordPress in 2012.
1
vote
1answer
20 views
Jetpack infinite scroll not working on Twenty Twelve
I just updated Jetpack and the theme, and the infinite scroll doesn't work anymore.
I have tracked the console, and the XHR does receive the content of the posts to add but somehow it isn't ...
0
votes
1answer
32 views
How does the Twenty Twelve Navigation Bar work?
I have been pouring through the code trying to find out how the navigation menu is actually built. In my header I see:
< nav id="site-navigation" class="main-navigation" role="navigation">
...
0
votes
1answer
36 views
Search Form Not Working
www.milknhny.co.uk/ClearWatch
Im using a basis of the Twenty Twelve theme and im using the below script (yes i know that the wrappers are not correct as yet)
However its defaulting back to the main ...
0
votes
0answers
116 views
collapse twenty twelve submenu in mobile version
in the twenty-twelve theme, the following code will collapse the sub-menu ul/li of the mobile version...the problem is that it also brake the normal version of the menu! how can i use it only when the ...
0
votes
0answers
34 views
Solution for menu limit in wordpress theme twenty twelve?
I just hit a limit for menu items in Wordpress theme Twenty Twelve. The issue is described here, but is largely unresolved:
http://core.trac.wordpress.org/ticket/14134#comment:63
I edited my php.ini ...
0
votes
2answers
54 views
I can't change the body background-color through style.css
Using a child of Twenty Twelve, I've been adding color to all the major containers (#main, #content, #secondary, etc.) using
#arbitrary-id {
background-color: #dedede;
}
This works for everything ...
0
votes
2answers
1k views
How do I make the sidebar bigger in twenty twelve?
I am new to WP with little knowledge of code. I am using Twenty Twelve and have managed to create a child theme (minus the header image for some reason). One of my widgets does not fit into the ...
0
votes
1answer
24 views
call sidebar from file
i need to call a sidebar into my header. i switched to the new twenty twelve theme and created my own child theme. With this new theme i decided to keep things organised and together, so i put my ...
0
votes
1answer
38 views
Sidebar.php in plugin to override theme's sidebar.php
to come back to my previous question about header and footer widgets, i created a file in my plugin called sidebar.php which will show custom widgets. How can i override my themes' sidebar.php ...
0
votes
1answer
152 views
magic “MENU” button under Twenty Twelve theme
I'm using Twenty Twelve with one of my sites on WordPress and someone told me that the site wasn't appearing as it should. She told me that instead of the menu, she saw a "MENU" button, which if ...
0
votes
0answers
14 views
Where to include extra css file [duplicate]
1) Where should I include extra css file. I am using twenty twelve.
2) Also, I am a HTML developer, don't know much about php. I am using twentytwelve to convert an HTML to wordpress. Where should I ...
5
votes
2answers
2k views
Remove Open Sans from Twenty Twelve theme
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', ...
0
votes
3answers
420 views
Is the front-page.php template reserved in wordpress twenty twelve theme?
I'm writing my first twenty twelve child theme and came across (what I think) is a strange quirk.
I modified front-page.php to have a slider using sliderjs, afterwards I decided I did not want to use ...
0
votes
1answer
69 views
Inline-Table under TwentyTwelve not working
I recently wanted to add a comfortable way to automatically add users to a page within small boxes including information an an image. So I followed this tutorial an customized the code: ...
0
votes
1answer
302 views
Javascript block in Twenty Twelve theme
I am authoring a WP plugin, and I have to generate some JS (jQuery) code in "realtime". It is working fine in general, though I've stuck with one problem with the WP 3.5.1 and its default Twenty ...
-1
votes
4answers
2k views
Change Twenty twelve theme background color
I use the twenty twelve theme and I would like to change the background color manually by modifying the right files in the plugins folder. However, I can not find what to change in the style.css file. ...
0
votes
1answer
73 views
What font does TwentyTweleve use? (not as simple as it sounds)
This initially sounds like a silly question but Im baffled.
I downloaded and installed Wordpress with the default TwentyTwelve theme which looks great but I wanted to make a few tweaks.
So I went ...
0
votes
1answer
55 views
TwentyTwelve, where is the excerpt box in add new?
When i try to add a new post, the is no excerpt box. Does anyone know a way to enable this?
-1
votes
1answer
837 views
Twenty Twelve theme: remove margins
Maybe this is too simple question, but I've tried to find out the info by myself.
How can I remove margins (all: left, top, right, bottom) for Twenty Twelve theme?
This is what I mean:
-2
votes
2answers
47 views
Roll my own theme or customize an existing one [closed]
I just want to know whether I should roll my own theme from scratch or I should customize an existing one like twenty twelve. Reason I ask is I wanted to know whether there are any best practises I ...
0
votes
1answer
158 views
twenty twelve theme widgets not working
For both Twenty Twelve 1.1 and a child theme based on Twenty Twelve, widgets cannot be added.
If I go to appearance > widgets, there is no widget area to drag widgets into.
I have reinstalled the ...
0
votes
2answers
99 views
strange behavior with comment position
I've created a custom content.php and removed any comments on the content.php page
then i changed the sharing-service.php from jetpack and added comments_popup_link there:
// Wrapper
...
-2
votes
3answers
62 views
My theme is not showing up on any other computers
I have Wordpress installed to mydomain.org/blog, and everything works fine and dandy from my computer (localhost). However, when I connect to the blog from another computer, the theme (Twenty Twelve) ...
0
votes
0answers
35 views
Unapproved comments showing in Firefox using Twenty Twelve comments code [closed]
I am having a issue with unmoderated/unapproved comments displaying in Firefox only. All other browsers are fine.
On a post it says 0 comments and then shows that the comments need to be moderated ...
3
votes
1answer
66 views
Plugin development without Theme adjustments?
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 direction.
On my page ...
1
vote
2answers
2k views
Create a new template for twentytwelve
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, but it is not ...
