Commit Graph

223 Commits

Author SHA1 Message Date
Robin Cornett ca891c8702 refactor and clarify descriptions 2015-02-15 15:55:07 -05:00
Robin Cornett 3e7171eae1 refactor titles/descriptions 2015-02-13 17:06:03 -05:00
Robin Cornett f9dfc8e1b8 clarify comments, esc_url 2015-02-13 17:03:32 -05:00
Robin Cornett c473bc13ff add filters for backstretch settings 2015-02-13 14:54:25 -05:00
Robin Cornett a966b3c5f6 add apply_filters for body classes 2015-02-12 19:18:11 -05:00
Robin Cornett 145185b421 add filter for css 2015-02-10 17:32:13 -05:00
Robin Cornett 0f250a731f add filter for backstretch image action 2015-02-10 16:54:40 -05:00
Robin Cornett 231f701e1e refactor js 2015-02-10 16:54:24 -05:00
Robin Cornett 1616e82d5c move localize to big leader output
makes more sense here
2015-02-10 16:54:13 -05:00
Robin Cornett 6555202596 add a filter for large image output 2015-02-10 14:59:15 -05:00
Robin Cornett 90d077f107 change term_image check to safer ! empty 2015-02-10 13:38:15 -05:00
Robin Cornett 5fec042b3c add skipped post_type filters to feed output as well 2015-02-09 18:39:51 -05:00
Robin Cornett af88778546 set the CPT image as an intermediate fallback for a taxonomy term 2015-02-09 18:39:00 -05:00
Robin Cornett 85a4906eaf fix taxonomy term image if a term image has been deleted 2015-02-06 12:42:21 -05:00
Robin Cornett ee62790829 add HTML5 itemprop to headlines 2015-02-05 18:35:10 -05:00
Robin Cornett d004d8a9e9 change singular title output to have html5 markup 2015-02-05 18:06:09 -05:00
Robin Cornett 22a9ff1b34 update readme 2.0.0 2015-02-03 08:44:37 -05:00
Robin Cornett 93b5bc9f7b change widget class names 2015-02-03 08:44:23 -05:00
Robin Cornett cc870a11ea fix $image_id variable for CPT
If a CPT doesn't have an image assigned, the fallback will be used.
2015-01-28 11:02:41 -05:00
Robin Cornett da019ecc13 update readme 2015-01-28 08:05:02 -05:00
Robin Cornett ef0f1888a1 update readme 2015-01-28 07:52:54 -05:00
Robin Cornett acd79f3e36 change featured term widget to easier class name 2015-01-28 07:52:37 -05:00
Robin Cornett d5efd2464a fix variable for CPT 2015-01-20 13:24:32 -05:00
Robin Cornett d22dcb51b0 clarify keep titles setting/wording 2015-01-20 13:20:53 -05:00
Robin Cornett 0ac5c69ad9 add style for admin image column 2015-01-19 20:58:30 -05:00
Robin Cornett 0d87b8a307 update readme 2015-01-15 17:05:14 -05:00
Robin Cornett f66959f4f5 add filter to force large image use
added for Craig. Required going back to using actual item to
determine width instead of using image metadata. Should still be OK with
Photon but worth checking.
2015-01-13 22:18:47 -05:00
Robin Cornett daae448009 change upload button to not primary 2015-01-10 14:24:18 -05:00
Robin Cornett d433ed39a1 escape all the things 2015-01-10 14:12:30 -05:00
Robin Cornett be20fff079 update .pot 2015-01-10 10:46:59 -05:00
Robin Cornett 0511b4f27f tag as 2.0.0 2015-01-10 10:45:16 -05:00
Robin Cornett 7e7067c103 update .pot 2015-01-10 10:37:20 -05:00
Robin Cornett 4229ac2b82 fix tax term widget language 2015-01-10 10:35:43 -05:00
Robin Cornett 4ee75055c8 fix is_singular conditional (again) 2015-01-10 10:26:52 -05:00
Robin Cornett 6420d8fc1f fix is_singular conditional 2015-01-10 10:15:12 -05:00
Robin Cornett e9e20d39d3 add CPT archive link to settings page 2015-01-10 09:43:38 -05:00
Robin Cornett d3be09861b add help tab for taxonomy terms 2015-01-10 09:42:54 -05:00
Robin Cornett 8f56924f84 enable large (in addition to backstretch) images for archives 2015-01-09 15:36:47 -05:00
Robin Cornett fdd006ecdf clarify language and add help for settings 2015-01-09 12:55:54 -05:00
Robin Cornett d7b866653b fix escaping titles
EDD outputs a span in titles. escaping outputs the markup.
2015-01-09 12:55:11 -05:00
Robin Cornett 26a6630504 clarify widget titles
also moved file inclusion to register_widgets function #wwgjd
2015-01-09 12:54:12 -05:00
Robin Cornett 09793cd4a6 fix image_id setting if no post thumbnail 2015-01-08 13:24:54 -05:00
Robin Cornett 45b04bafaf fix variable consistency 2015-01-08 12:39:23 -05:00
Robin Cornett 82339e158d fix get_option in tax widget 2015-01-08 12:32:16 -05:00
Robin Cornett 9b5da50918 updated term option for uniqueness 2015-01-07 19:08:49 -05:00
Robin Cornett 521d2e02a3 use WP title/description if genesis same aren't set 2015-01-07 12:08:25 -05:00
Robin Cornett a438a10b1e add posts to possible archive type
basically serves as a fallback. some wonky possibilities if front page
is the posts page, or if front page is static and no posts page is set
2015-01-07 10:06:56 -05:00
Robin Cornett ec59ef049d add cpt archive widget 2015-01-06 22:10:43 -05:00
Robin Cornett a635fd0524 fixed js to handle multiple buttons
needed to set a global variable, apparently
2015-01-06 20:45:37 -05:00
Robin Cornett 3ec0be7c0b fixed ajax
widget will not display if taxonomy is changed and new term is not
selected. for some reason, the term doesn't select with ajax so the
$instance['term'] may end up mismatching with the $instance['taxonomy'],
which can throw lots of errors. for now, I'm dealing with this by
making the entire widget disappear if there is a problem.
2015-01-06 11:42:37 -05:00