Commit Graph

394 Commits

Author SHA1 Message Date
Robin Cornett d4bc5e285d Document functions, update option name 2015-11-21 18:14:57 -05:00
Robin Cornett b1e1099834 Add buttons to update all term meta at one time 2015-11-21 18:00:39 -05:00
Robin Cornett 1389035cdb Move empty value to return early 2015-11-20 18:18:36 -05:00
Robin Cornett aef42e9139 Fix term meta validation
Make behavior consistent in 4.4 and earlier.
2015-11-19 14:36:22 -05:00
Robin Cornett a6e3bf9a1a Fix term image function in case term images are URLs, not ID 2015-11-19 14:34:52 -05:00
Robin Cornett 3b6062c87e Update term_meta/options functions
Deletes meta/option if empty, silently fails for invalid images. Need to
think/verify checks for existing setting so we don't update the DB if we
don't have to.
2015-11-19 09:58:16 -05:00
Robin Cornett b7439b2ed0 Return null to delete option/meta 2015-11-19 09:56:27 -05:00
Robin Cornett 52f899430f correctly delete empty term_meta 2015-11-17 17:46:38 -05:00
Robin Cornett 8e51f05058 Fix string/array for 4.3 meta 2015-11-17 17:22:52 -05:00
Robin Cornett 362a25a40d Fix term_meta
4.3 backwards compat things
2015-11-17 16:50:44 -05:00
Robin Cornett 37422ecc0b Add term_meta support
Includes new helper function to retrieve a term image_id
2015-11-17 16:37:22 -05:00
Robin Cornett 3a59ea0f02 Fix $screen array 2015-11-17 16:36:15 -05:00
Robin Cornett 2c7f0105d1 Update copyright 2015-11-17 16:35:54 -05:00
Robin Cornett d8d43adaf1 Add helper class for settings pages 2015-11-17 14:03:41 -05:00
Robin Cornett 13f35c3b91 Fix admin enqueue scripts 2015-11-17 14:03:21 -05:00
Robin Cornett 43d6ac4b13 Add medium width override filter 2015-11-13 10:53:57 -05:00
Robin Cornett 3a0a9893ef update readme, tags 2015-11-12 19:10:47 -05:00
Robin Cornett 0fd159addc Fix help tab array 2015-11-12 18:43:59 -05:00
Robin Cornett 8b76d86214 Fix centering x/y in js 2015-11-11 08:36:42 -05:00
Robin Cornett 551c9c83d5 Fix fade/js 2015-11-10 12:16:46 -05:00
Robin Cornett 1ef616b65f Add filters for image output priority 2015-11-10 09:58:13 -05:00
Robin Cornett 03e72e8df8 Refactor output/separate backstretch/large functions 2015-11-03 16:23:58 -05:00
Robin Cornett 2872de65da Change checks for move_titles/excerpts to helper functions 2015-11-03 16:22:52 -05:00
Robin Cornett 437657faa6 Add helper function to check whether plugin can proceed 2015-11-03 16:19:37 -05:00
Robin Cornett 997039904b Fix image ID validation 2015-10-24 15:23:16 -04:00
Robin Cornett edf4d85fa0 Modify large image output
Better use of native WP function. wp_kses strips out srcset at this time
2015-10-24 12:42:54 -04:00
Robin Cornett 8d732b5df2 Fix error if new post type registered 2015-10-24 12:30:20 -04:00
Robin Cornett 9c500dfd60 Fix backstretch js 2015-10-20 12:32:00 -04:00
Robin Cornett 692550310e Update image_id query for protocol mismatch 2015-10-20 12:30:19 -04:00
Robin Cornett b0e85bc9c2 Remove redundant enqueue 2015-10-16 17:18:54 -04:00
Robin Cornett 584f07b343 Fix notice if tax has no image 2015-10-16 17:11:35 -04:00
Robin Cornett ffed600af2 Guess we shouldn't reset Photon yet 2015-10-16 17:10:05 -04:00
Robin Cornett bf41cfb65f Add additional photon override 2015-10-16 16:10:28 -04:00
Robin Cornett dff75e382c Update version/readme 2015-09-08 13:40:07 -04:00
Robin Cornett 7e47d89083 Update heading removal for Genesis 2.2.1 2015-09-08 11:31:21 -04:00
Robin Cornett 23b72c3f3e Fix wonky is_home excerpt output 2015-09-06 16:45:43 -04:00
Robin Cornett 4b61557eeb Fix front page filter
DRY DRY
2015-09-01 20:34:25 -04:00
Robin Cornett 26803d1718 Update docs and tags 2015-09-01 14:27:10 -04:00
Robin Cornett 5c56e88351 Fix wrap for IE (props Ryan Townley) 2015-09-01 13:55:31 -04:00
Robin Cornett 723e1560c8 Fix genesis_a11y check in featured author widget 2015-09-01 13:42:01 -04:00
Robin Cornett 5442c5ba10 Re-add blog page template title 2015-09-01 13:34:15 -04:00
Robin Cornett 892c08d846 Move display setting to an earlier function
Images were not resetting to last valid value.
2015-09-01 08:12:34 -04:00
Robin Cornett 434787f64e Fix errant ) 2015-08-31 22:12:17 -04:00
Robin Cornett 536bd5f6f5 updated readme, version 2015-08-31 18:27:43 -04:00
Robin Cornett 9caf313126 Add function_exists check for Genesis pre 2.2
Hoping to lose the need for this check, though--trying to get blog
template heading moved to its own function.
2015-08-31 12:37:09 -04:00
Robin Cornett f2b78cbb35 Fix front page title filter
Erroneously named. O.o Also belongs in a separate function for logic.
2015-08-31 09:31:33 -04:00
Robin Cornett f7a9176e5c Fix title/description removal 2015-08-31 09:30:43 -04:00
Robin Cornett 0a91dd1673 Clarify names 2015-08-31 07:46:05 -04:00
Robin Cornett f628857858 Refactor descriptions and excerpts 2015-08-30 17:05:37 -04:00
Robin Cornett 8013ccee7e Fix title output
wonky () ended up removing titles on blog templates. This fixes that,
and hopefully parses out the logic to make more sense.
2015-08-30 17:01:04 -04:00