Robin Cornett
b69f76567d
Change method for adding Gutenberg metabox
2018-02-05 09:10:29 -05:00
Robin Cornett
fb8552f88d
Add a metabox for Gutenberg
...
Currently the easiest way to make sure the post meta
is added to the Gutenberg editor, since the featured
image metabox hook/filter is no longer available.
Presumably this will eventually be replaced with a true
block, or whatever it will be, but this works for the moment.
2018-01-06 13:26:20 -05:00
Robin Cornett
38a05ba964
Skip advanced fields in customizer
...
These are pointless in the customizer because they
don't show the changes.
2017-12-30 11:58:31 -05:00
Robin Cornett
7a47b0a5be
Update customizer image size message
2017-12-30 11:57:51 -05:00
Robin Cornett
c584b0bf43
Update labels
2017-12-29 16:23:19 -05:00
Robin Cornett
ddb77347cf
Show content type images only on related pages
2017-12-29 16:23:02 -05:00
Robin Cornett
7a45058f54
Add post type images to customizer
2017-12-28 17:05:33 -05:00
Robin Cornett
2ea13a9fab
Refactor customizer class
...
CPT images are not working
2017-12-28 17:00:05 -05:00
Robin Cornett
dec85e5ce9
Update settings for customizer
2017-12-28 16:59:47 -05:00
Robin Cornett
552aaaf19d
Revert commit which removed large image check
2017-12-28 13:32:34 -05:00
Robin Cornett
2368cb2973
Update readme, mark version as beta
2017-12-28 11:05:22 -05:00
Robin Cornett
cd46bc5f4e
Remove unneeded large image singular function
...
Since the post meta is now saved by strings, not integers,
this function is now redundant.
2017-12-28 11:02:55 -05:00
Robin Cornett
61ca74af7c
Update doc blocks (CS)
2017-12-27 15:17:30 -05:00
Robin Cornett
17f0ce60ce
Move image size setting
2017-12-27 14:30:54 -05:00
Robin Cornett
dfb4672593
Move deprecated function notice
2017-12-14 10:59:58 -05:00
Robin Cornett
c2d63ea62f
Fix post meta image size check
2017-12-14 10:59:41 -05:00
Robin Cornett
c9325da6b4
Update shortcodes library
2017-12-06 14:30:11 -05:00
Robin Cornett
7864160800
Add archive links to term/CPT widgets
2017-12-06 14:11:53 -05:00
Robin Cornett
5b4fa611bd
Update large image hooks (HTML5)
2017-11-25 10:46:55 -05:00
Robin Cornett
27a9fa40d7
Change post meta values
2017-11-21 11:21:13 -05:00
Robin Cornett
1e3c1ac8b5
Fix image size selection
2017-11-21 09:45:37 -05:00
Robin Cornett
50ce83690a
Add default image size
2017-11-21 09:40:36 -05:00
Robin Cornett
b087c6c9c7
Change PHP version notice to 5.6
2017-11-21 08:57:40 -05:00
Robin Cornett
ae37101449
Update large hook choices
2017-11-20 14:59:33 -05:00
Robin Cornett
40a1fb44a5
Improve large image method name
2017-11-18 15:30:51 -05:00
Robin Cornett
601790aef9
Fix check for singular disabled image
2017-11-18 15:30:30 -05:00
Robin Cornett
7ba7224246
Change post_meta disable
...
Initial work to change `_displayfeaturedimagegenesis_disable` to a select with image size options instead of being a checkbox. Options will be:
* 0: default (consistent with checkbox)
* 1: disable (consistent with checkbox)
* 2: backstretch (new)
* 3: large (new)
2017-11-13 11:09:20 -05:00
Robin Cornett
ce25026ae0
Remove unused functions
...
Since settings are now retrieved and merged with defaults, this check has been unused for ages.
2017-11-10 13:35:33 -05:00
Robin Cornett
c9a81974c3
Add general widgets class
2017-11-10 13:34:30 -05:00
Robin Cornett
389d2f8981
Rename widgets form class
2017-11-10 12:47:15 -05:00
Robin Cornett
aaf84ec73e
Fix shortcode buttons
2017-11-06 13:42:57 -05:00
Robin Cornett
3291ce83a7
Move author image fields to form class
2017-11-06 13:17:42 -05:00
Robin Cornett
b63ea56c9e
Don't use icon image fallback
2017-11-06 13:14:05 -05:00
Robin Cornett
7376d48739
Refactor author widget output
2017-11-06 12:21:27 -05:00
Robin Cornett
697128cca0
Refactor CPT widget output
2017-11-06 12:21:13 -05:00
Robin Cornett
709845a941
Move widget list to function
2017-11-06 12:20:58 -05:00
Robin Cornett
9d28ccfca3
Fix images in widgets
2017-11-02 12:47:11 -04:00
Robin Cornett
bca243f9cc
Fix image validation
2017-11-02 12:46:44 -04:00
Robin Cornett
bad07bd655
Update shortcodes library
2017-11-02 12:46:16 -04:00
Robin Cornett
ac6e60bc8d
Update inline script
2017-11-02 11:53:01 -04:00
Robin Cornett
e3523593c0
Move duplicate inline CSS
2017-11-02 11:52:53 -04:00
Robin Cornett
bd4b0cf282
Fix checkbox_array validation
2017-11-02 11:52:11 -04:00
Robin Cornett
9a69fa49fd
Update shortcodes library
2017-11-02 11:51:48 -04:00
Robin Cornett
abc943d8a8
Change shortcode buttons
...
Instead of enabling individually, enable the buttons all at once, and use js to hide them behind one master button, kind of a dropdown menu style.
2017-11-02 09:20:02 -04:00
Robin Cornett
d7425656d9
Update shortcode button library
2017-11-02 09:12:25 -04:00
Robin Cornett
ef78c3b872
Fix checkbox labels
2017-11-01 13:00:07 -04:00
Robin Cornett
2285e656b4
Update tabs/sections
2017-11-01 12:52:55 -04:00
Robin Cornett
1bf2504b14
Refactor settings values
2017-11-01 12:52:40 -04:00
Robin Cornett
6df3e4f4fe
Change large/fallback CPT settings output
2017-11-01 08:41:03 -04:00
Robin Cornett
c7d4f973dd
Add setting to prefer large featured image
2017-11-01 08:08:53 -04:00