Commit Graph

130 Commits

Author SHA1 Message Date
Robin Cornett fc1522fe6b Update docblocks 2016-10-27 10:14:18 -04:00
Robin Cornett 8dbe122bc2 Remove kses on title due to itemprop stripping
Fixes issue #4.
2016-10-27 10:13:55 -04:00
Robin Cornett ed6b91a82f Add filter to disable responsive images 2016-10-14 09:30:07 -04:00
Robin Cornett 2a58094b1a Change filter name 2016-08-17 22:28:02 -04:00
Robin Cornett 76f08589f8 Add filter to allow conditional disabling of the output 2016-08-17 21:51:11 -04:00
Robin Cornett 822174817d Add backstretch variables to settings page
Image centering/fade values for javascript. Includes radio buttons and
making a new style tab.
2016-07-06 09:42:48 -04:00
Robin Cornett 13c4d67e4f Update/add doc blocks 2016-07-03 07:42:41 -04:00
Robin Cornett 30680f0787 Fix inline style 2016-07-02 14:11:23 -04:00
Robin Cornett 1a69832c07 Add max-height setting/CSS via inline style 2016-07-02 09:13:30 -04:00
Robin Cornett 5b78206179 Add alt attribute to backstretch image 2016-06-24 13:02:39 -04:00
Robin Cornett e71746840f Fix post_meta check
Now works on posts page also.
2016-06-21 21:14:06 -04:00
Robin Cornett 3b523ec4da Add per post setting to not move title on backstretch images 2016-06-21 10:48:17 -04:00
Robin Cornett 0e57af7989 Fix large image size filter
Pull from based image size filter rather than override it.
2016-05-19 16:31:30 -04:00
Robin Cornett 2f8a1b9b34 Refactor filter to move large image
This may affect existing sites, so not sure if it will stay in.
2016-05-09 14:54:08 -04:00
Robin Cornett fbe3ec197f Fix conditionals to prevent plugin output early 2016-04-04 10:43:54 -04:00
Robin Cornett 7fb24b1086 Add post_meta to disable on a per post basis 2016-04-03 15:31:17 -04:00
Robin Cornett 0c966656fe Clean up js 2016-04-02 12:05:19 -04:00
Robin Cornett 648a6317a9 Update readme/copyright 2016-04-01 20:18:20 -04:00
Robin Cornett 38e078859d Add setting to skip featured image output for custom content types 2016-03-31 11:37:21 -04:00
Robin Cornett 963a170e4c Change variable names for sanity 2016-03-31 11:35:12 -04:00
Robin Cornett 5925672258 Add a filter for the large image size 2016-03-19 20:26:53 -04:00
Robin Cornett 0778777368 Add setting to use term/cpt images as fallbacks for archive thumbnails 2016-03-07 13:08:59 -05:00
Robin Cornett 00bf7ad209 Fix image source if image size isn't present 2016-02-23 13:12:43 -05:00
Robin Cornett 0b3864abd5 Fix filter location 2016-02-23 08:03:54 -05:00
Robin Cornett be876f703e Add helper function to get the plugin setting 2016-02-23 08:03:13 -05:00
Robin Cornett 23c8b9493c update docblocks 2016-01-29 17:07:52 -05:00
Robin Cornett 70cb467c7e Add filter to create a conditional to check if the plugin can run 2016-01-17 11:40:58 -05:00
Robin Cornett 6d268b79dd Update docblocks 2016-01-12 09:13:25 -05:00
Robin Cornett bc80927720 Change function name 2016-01-07 13:52:08 -05:00
Robin Cornett 3c3e5f5c04 Refactor identical apply_filters to one function and call as needed 2016-01-04 10:05:23 -05:00
Robin Cornett 8560bf4689 Fix strict arrays 2015-12-30 15:53:19 -05:00
Robin Cornett 19274bb2e3 Add medium_large image to possible backstretch image sources 2015-12-10 09:14:49 -05:00
Robin Cornett 2c7f0105d1 Update copyright 2015-11-17 16:35:54 -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 8b76d86214 Fix centering x/y in js 2015-11-11 08:36:42 -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 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 b0e85bc9c2 Remove redundant enqueue 2015-10-16 17:18:54 -04:00
Robin Cornett bf41cfb65f Add additional photon override 2015-10-16 16:10:28 -04:00
Robin Cornett 7e47d89083 Update heading removal for Genesis 2.2.1 2015-09-08 11:31:21 -04:00
Robin Cornett 4b61557eeb Fix front page filter
DRY DRY
2015-09-01 20:34:25 -04:00
Robin Cornett 5442c5ba10 Re-add blog page template title 2015-09-01 13:34:15 -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