Danny Dudzic
24cf8eda1c
Libre 2: Optimizes images
2018-04-02 22:41:02 +02:00
Danny Dudzic
37944c1f8a
Karuna: Optimizes images
2018-04-02 22:32:41 +02:00
Danny Dudzic
8ab7078234
Ixion: Optimizes images
2018-04-02 22:29:06 +02:00
Danny Dudzic
fc9892f56f
Intergalactic 2: Optimizes images
2018-04-02 22:27:29 +02:00
Danny Dudzic
e6102f9b78
Independent Publisher 2: Optimizes images
2018-04-02 22:24:40 +02:00
Danny Dudzic
8f2b409082
Illustratr: Optimizes images
2018-04-02 22:19:23 +02:00
Danny Dudzic
5e09f86f14
Gazette: Optimizes images
2018-04-02 22:14:16 +02:00
Danny Dudzic
a87788dfb1
Dara: Optimizes images
2018-04-02 22:10:49 +02:00
Danny Dudzic
3605e41620
Canard: Optimizes images
2018-04-02 22:08:41 +02:00
Danny Dudzic
165aefdb78
Button 2: Optimizes images
2018-04-02 22:01:18 +02:00
Danny Dudzic
3b572d47f8
AltoFocus: Optimizes images
2018-04-02 21:07:14 +02:00
Danny Dudzic
35a90232cf
Affinity: Fixes image files permissions
2018-04-02 21:04:42 +02:00
Danny Dudzic
c0edd2c681
Affinity: Optimizes images
2018-04-02 21:02:07 +02:00
Laurel Fulford
f04981c92a
Scratchpad: Bump version number.
2018-03-30 11:39:44 -07:00
Laurel Fulford
dfb040c46a
Scratchpad: Correct CSS selector for Header Text Color. Fixes https://github.com/Automattic/themes/issues/53 .
2018-03-30 11:38:16 -07:00
Jeffrey Pearce
c4c830831e
Shoreditch: Fixes Jetpack Infinite Scroll WC issues.
...
Closes #24
2018-03-29 22:09:59 +02:00
Jeffrey Pearce
fa47a038ac
Lodestar: Fixes Jetpack Infinite Scroll WC issues.
...
Closes #23
2018-03-29 22:04:51 +02:00
Jeffrey Pearce
74fbea5dc2
Button 2: Fixes Jetpack Infinite Scroll WC issues.
2018-03-29 22:00:54 +02:00
Jeffrey Pearce
5db5c83ea9
Pique: Fixes Jetpack Infinite Scroll WC issues.
2018-03-29 21:54:09 +02:00
Jeffrey Pearce
222b7992f6
Karuna: adds correct WC filters on return functions.
2018-03-29 21:44:21 +02:00
Jeffrey Pearce
8fe05a05ce
Libre 2: Revert CSS fix as the Jetpack fix is in core files now.
2018-03-29 21:37:28 +02:00
Thomas Guillot
6482724c7f
Merge pull request #51 from Automattic/fix/radcliffe-2-fatal-error
...
Radcliffe 2: fix fatal error when query categories and tags
2018-03-28 09:39:50 +01:00
Jeffrey Pearce
7b9ab3364c
Libre 2: Fixes Jetpack Infinite Scroll WC issues.
2018-03-27 17:22:34 +02:00
Jeffrey Pearce
0e5fcaedaf
Dara: Fixes Jetpack Infinite Scroll WC issues.
...
Closes #10
2018-03-27 16:09:32 +02:00
Jeffrey Pearce
d295b2f232
Dyad 2: Fixes Jetpack Infinite Scroll WC issues.
2018-03-27 15:54:15 +02:00
Jeffrey Pearce
b58060e973
Independent Publisher 2: Fixes Jetpack Infinite Scroll WC issues.
2018-03-27 15:48:41 +02:00
Jeffrey Pearce
c16280b361
Radcliffe 2: Fixes Jetpack Infinite Scroll WC issues.
2018-03-27 15:37:11 +02:00
Lance Willett
58e5f6291c
Radcliffe 2: fix fatal error when get_the_tag_list()
returns a WP_Error
object and not a string.
...
```
Catchable fatal error for wp-content/themes/pub/radcliffe-2/inc/template-tags.php:78 - Object of class WP_Error could not be converted to string #theme
```
Change applies the same check to `get_the_category_list()` in the same file.
2018-03-26 07:51:57 -07:00
Allan Cole
b5ed7ad001
Refactoring dropdown menu for better usability on touch devices, See: #38
2018-03-19 13:24:52 -04:00
Danny Dudzic
1db4f4860a
Dara: Fixes the issue with the Orders table extending beyond the content container by moving the My Account navigation from the side to the top. See #32
2018-03-16 17:09:01 +01:00
Caroline Moore
36dc0333e6
Publication: Removing deprecated Jetpack function that no longer works to adjust the size of gallery images. This is now handled by core. See #40
2018-03-15 13:26:39 -04:00
Caroline Moore
8f4530b9de
Karuna: Set a higher content width when any of the footer widget areas are active to account for galleries in the full-width footer. Remove defunct Jetpack filter function for tiled galleries. See #40
2018-03-15 13:12:53 -04:00
Caroline Moore
632bc027fd
Ixion: Set a higher content width when any of the footer widget areas are active to account for galleries in the full-width footer. Remove defunct Jetpack filter function for tiled galleries. See #40
2018-03-15 13:07:36 -04:00
Danny Dudzic
f2e98f133b
Karuna: Fixes the issue with the Orders table extending beyond the content container by moving the My Account navigation from the side to the top. See #32
2018-03-15 16:50:44 +01:00
Caroline Moore
9e6a7dffe3
Dara: Set a higher content width when any of the footer widget areas are active to account for galleries in the full-width footer. Remove defunct Jetpack filter function for tiled galleries. See #40
2018-03-15 10:56:03 -04:00
Daniel Dudzic
b64b9f9328
Merge pull request #41 from Automattic/32-button_2-fix-orders-table-overflow
...
Button 2: Fixes the issue with the Orders table extending beyond the …
2018-03-15 03:15:39 +01:00
Danny Dudzic
64525ebda3
Button 2: Fixes the issue with the Orders table extending beyond the content container by moving the My Account navigation from the side to the top. See #32
2018-03-15 03:13:35 +01:00
Allan Cole
b35c7f99ce
Merge branch 'master' of github.com:Automattic/themes
2018-03-13 14:53:31 -04:00
Allan Cole
454321e221
AltoFocus: Adds a check to make sure $featured_ids variable is an array, Fixes an php 7.2 issue that I got pinged about from systems
2018-03-13 14:53:18 -04:00
Thomas Guillot
ce4d9e4f37
Merge branch 'master' of https://github.com/Automattic/themes
2018-03-09 12:32:08 +00:00
Thomas Guillot
aba8b695de
Lodestar: Change display property of the Jetpack Responsive Video wrapper. Fixes #20
...
Change to `inline-block` when viewing a panel with 2 columns.
2018-03-09 12:32:05 +00:00
Allan Cole
542f495cba
AltoFocus: Version bump
2018-03-08 16:38:57 -05:00
Allan Cole
fe73975b35
AltoFocus: Fixes closing bracket typo
2018-03-08 16:32:59 -05:00
Allan Cole
a71555c37d
AltoFocus: Removing depracated style.css tags, code cleanup and fixes a missing translation string
2018-03-08 16:25:39 -05:00
Allan Cole
d90ab9fa38
AltoFocus: Fixing screenshot image size for wporg submission
2018-03-08 16:17:31 -05:00
Allan Cole
6d101a115a
AltoFocus: Removes a custom flexslider_gallery shortcode in favor of a post_gallery filter that provides the same functionality; Helps pass wporg theme submission checks; See: #35
2018-03-08 13:06:37 -05:00
Caroline Moore
02bbc7f549
Twenty Fifteen, Sixteen, Seventeen: Removing from the repository; these will be updated in core or directly via SVN to avoid multiple copies creating confusion. See Master Thread for discussion.
2018-03-08 10:04:51 -05:00
Caroline Moore
f7bd85a02b
Toujours: Adds cleaner styles and spacing to Jetpack contact forms; better alignment for radio and checkbox labels with their form elements; removes bold font face from radio and checkbox labels. All styles prefaced with the body tag to override Jetpack's styles. See #2
2018-03-08 09:58:59 -05:00
Caroline Moore
eedb93acb2
Textbook: Adds cleaner styles and spacing to Jetpack contact forms; better alignment for radio and checkbox labels with their form elements; removes bold font face from radio and checkbox labels. All styles prefaced with the body tag to override Jetpack's styles. See #2
2018-03-08 09:54:51 -05:00
Caroline Moore
b0eb21234f
Sketch: Adds cleaner styles and spacing to Jetpack contact forms; better alignment for radio and checkbox labels with their form elements; removes bold font face from radio and checkbox labels. All styles prefaced with the body tag to override Jetpack's styles. See #2
2018-03-08 09:49:37 -05:00