Lance Willett
be00e2b9cd
Twenty Thirteen: fix for right-aligned images breaking the main column layout in small screen sizes. Props obenland, fixes #23994 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23945 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:43:32 +00:00
Lance Willett
fcc607c1b2
Twenty Thirteen: remove overly-specific post meta styles, props ziegenberg and obenland. Fixes #23962 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23944 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:39:19 +00:00
Lance Willett
e84dc5390e
Twenty Thirteen: avoid galleries not being displayed on single in IE8, props obenland. See #23996 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23943 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:34:03 +00:00
Lance Willett
ea2111d445
Twenty Thirteen: better representative theme screenshot, props Joen. (Also shaves a few KB off previous file.)
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23942 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 20:58:26 +00:00
Lance Willett
ef43637fa2
Twenty Thirteen: style the the "Login to Reply" link correctly, props obenland. Fixes #23943 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23920 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 16:35:27 +00:00
Sergey Biryukov
4c15b933e8
Use correct function name. props ocean90. fixes #23942 . see #23927 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23911 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 21:03:35 +00:00
Mark Jaquith
2ab2451508
Standardize the post format theme API functions with the_post_format_THING() and get_the_post_format_THING().
...
fixes #23927
git-svn-id: https://develop.svn.wordpress.org/trunk@23899 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 08:09:02 +00:00
Andrew Nacin
4ca0a4c8bb
Don't use jQuery.on('ready'). props obenland. see #23875 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23891 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-03 17:29:59 +00:00
Lance Willett
ff64e5d3b3
Twenty Thirteen: update Chat post format styles to match markup changes in r23876. See #23869 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23877 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-29 21:14:43 +00:00
Lance Willett
7587a581e3
Twenty Thirteen: simpler name for custom image size for image post formats, see #23620 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23848 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-29 05:24:12 +00:00
Lance Willett
c8449285ae
Bundled themes: remove cases of `:active` and `:hover` pseudo-class selectors used for accessibility. These cases need `:focus` only. See r23783 and #23803 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23841 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 16:37:42 +00:00
Lance Willett
38a4515766
Twenty Thirteen: improvements to Image post format handling to use a custom image size instead of filtering a `$content_width` variable.
...
Includes CSS cleanup and markup improvements to both video and image templates, moving the media HTML piece out of the `header` element.
Props obenland, closes #23620 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23839 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 07:02:51 +00:00
Lance Willett
3579782a0e
Twenty Thirteen: back compat file PHPDoc updates, thanks DrewAPicture for the nudge. See #23819 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23838 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 06:53:45 +00:00
Lance Willett
d8b58a167d
Twenty Thirteen: better back compat handling by moving version compare before the include to avoid loading the file altogether. Also prevent Customizer views. Props obenland, closes #23819 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23837 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 06:45:56 +00:00
Mark Jaquith
2b9b1080ec
Rename the_extra_content() to the_remaining_content().
...
fixes #23877 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23836 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 05:59:18 +00:00
Lance Willett
5f6f7c663f
Twenty Thirteen: style native `mediaelement` video player with a black background color. Props obenland, closes #23821 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23835 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 04:44:27 +00:00
Lance Willett
ac87a472f7
Twenty Thirteen: refresh Quote post format styles based on new default markup, see r23822. Props obenland, fixes #23852 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23829 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 22:28:31 +00:00
Lance Willett
c22e908e32
Twenty Thirteen: add support and styling for Audio structured post format. Moves audio content out from the main post content, using `the_audio()` and `the_extra_content()`. Props obenland, fixes #23871 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23828 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 22:08:16 +00:00
Lance Willett
a3e4aba14d
Twenty Thirteen: fix "Must log in to post comment" message misalignment. Props beaulebens and obenland, fixes #23872 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23827 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 20:49:08 +00:00
Lance Willett
2d018dd75e
Twenty Thirteen: change version compare string to "3.6-alpha" to avoid an error for alpha and beta testers during development. See #23819 , props kovshenin.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23825 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 20:36:19 +00:00
Lance Willett
334e0eb13e
Twenty Thirteen: take full advantage of new structured post format template functions, see r23819.
...
Extract first video or image from Video and Image post format posts, and place the item above the title within its own HTML wrapper with `the_video()` and `the_image()'. Also, remove the item from the post content with `the_extra_content()`.
This allows us to meet the design requirements for Twenty Thirteen with minimal changes to the theme template files. Fixes #23620 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23820 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 18:51:47 +00:00
Lance Willett
17d4a3302b
Twenty Thirteen: better styles for Chat structured post format output. Props Joen for starter CSS, closes #23869 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23817 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 17:16:31 +00:00
Lance Willett
0496ad8fd8
Twenty Thirteen: add back-compat function to avoid activation with older WordPress installs. Props kovshenin, see #23819 and #13780 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23816 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 17:06:19 +00:00
Mark Jaquith
34ce2c00e5
Drop the_chat() into twentythirteen. Style updates to follow — just wanted the_chat() to be utilized somewhere.
...
props lancewillett. see #23869
git-svn-id: https://develop.svn.wordpress.org/trunk@23806 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 08:45:49 +00:00
Lance Willett
929093695e
Twenty Thirteen: explicitly declare 'link' and 'video' as the only (current) structured post formats in Twenty Thirteen. See #23852 #23619 #23864 and #23620 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23803 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 05:11:41 +00:00
Lance Willett
0a251f5b20
Twenty Thirteen: add styles for default core output for structured quote post format. Depends on #23347 for the improved markup for quote post formats. Props obenland, see #23852 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23802 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 05:09:14 +00:00
Lance Willett
f9316e4a8b
Twenty Thirteen: remove HTML5 argument for search form, using a filter instead. See #23850 , closes #23701 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23799 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-26 20:34:37 +00:00
Lance Willett
8d54218162
Twenty Thirteen: change link URL function name to `twentythirteen_get_link_url()`, props obenland. Also remove `function_exists()` check since this function should not be pluggable, by design. Closes #23619 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23795 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-25 16:36:27 +00:00
Lance Willett
ca74e47950
Twenty Thirteen: use new `get_the_url()` function to find first link in a "Link" post format post. See #23619 , props Frank Klein for the original patch.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23787 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 18:57:50 +00:00
Lance Willett
e8f03e4555
Twenty Thirteen: we loves us some structured post formats. See #23619 #23620 #23621 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23786 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 18:54:05 +00:00
Lance Willett
6bfa29bd10
Twenty Thirteen: improve separation between Link and Aside posts, props Joen for starter CSS rules. Fixes #23818 and closes #23707 as related.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23785 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 18:35:14 +00:00
Lance Willett
b62344098c
Twenty Thirteen: remove `hover` styles for screen reader text.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23783 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 17:35:05 +00:00
Lance Willett
a001b8541f
Twenty Thirteen: use gallery shortcode filter for featured galleries, props obenland. Closes #23823 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23782 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 17:29:19 +00:00
Lance Willett
c147a647fa
Twenty Thirteen: style up the new `mediaelement` audio and video players. Props obenland, fixes #23821 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23781 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 17:20:55 +00:00
Lance Willett
ece7a77144
Twenty Thirteen: pinking shears
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23780 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 17:19:55 +00:00
Lance Willett
6a8035e618
Twenty Thirteen: quote post format color fix for paging links, props Joen. Closes #23784 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23771 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-21 23:23:27 +00:00
Lance Willett
090cdbba48
Twenty Thirteen: provide max-width override for gallery thumbnails to collapse to two columns in small screens. Props kwight, fixes #23762 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23759 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-19 22:35:38 +00:00
Lance Willett
20e493bb90
Twenty Thirteen: fix translation string in image template, fixes #23799 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23758 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-19 22:29:44 +00:00
Lance Willett
067dff66cf
Twenty Thirteen: remove logging code, accidentally added in r23676.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23757 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-19 21:38:51 +00:00
Lance Willett
a717e97dee
Twenty Thirteen: post format and link color tweaks for consistency, props joen. Fixes #23784 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23756 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-19 19:33:38 +00:00
Lance Willett
00d9b3f74b
Twenty Thirteen: fix a few closing container comments. Props to DrewAPicture for the initial patch. Fixes #23802 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23755 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-19 19:25:56 +00:00
Lance Willett
b10ce356ac
Twenty Thirteen: ensure footer position if Masonry unavailable for changing the layout. Props obenland, fixes #23771 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23702 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-14 22:27:58 +00:00
Lance Willett
a056be4a80
Twenty Thirteen: better caption styles for short words and sentences. Props kwight, fixes #23773 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23701 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-14 22:18:40 +00:00
Lance Willett
7d4f3daad4
Twenty Thirteen: hide gallery captions from small screens and when a gallery has 7 columns or more. Props kwight, fixes #23769 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23700 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-14 22:11:41 +00:00
Lance Willett
c95af4823b
Twenty Thirteen: remove several more `px` unit values.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23698 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-14 17:53:06 +00:00
Lance Willett
7925ce48b5
Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765 .
...
Also clean out one case of unneeded "px" value unit.
git-svn-id: https://develop.svn.wordpress.org/trunk@23697 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-14 17:36:39 +00:00
Lance Willett
a1b7cf3cfd
Twenty Thirteen: remove custom comment callback in favor of core `comment_form()` defaults. Props obenland, closes #22005 . See #20088 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23696 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-14 16:36:14 +00:00
Lance Willett
92ffd6850f
Twenty Thirteen: use new HTML5 comment form argument, and adjust CSS selectors a bit. Closes #23702 , see #15080 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23690 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-13 22:45:08 +00:00
Lance Willett
5aed50bd3c
Twenty Thirteen: adjust header max-width value for older IE browsers. Props jvisick77, see #23732 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23688 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-13 17:48:46 +00:00
Lance Willett
dc52b692e8
Twenty Thirteen: revert three changes to content attributes, props obenland. See #23550 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23687 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-13 17:14:00 +00:00