Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
ed30b23
Minor fixes
aristath Oct 6, 2019
68ae59b
minor bugfix
aristath Oct 6, 2019
35b5f72
update section names for gridd-1.2.0
aristath Oct 6, 2019
d5160fe
fix anchor links styles
aristath Oct 6, 2019
6f8fa6f
new customizer structure for features
aristath Oct 6, 2019
e3e2357
Master (#25)
aristath Oct 6, 2019
9b3b860
footer section fixes
aristath Oct 6, 2019
65f3187
fix active-callback for main mobile grid
aristath Oct 6, 2019
2d71e91
nav compatibility fixes for gridd 1.2
aristath Oct 7, 2019
ef3cd3b
nested grid fixes
aristath Oct 7, 2019
dab10db
offcanvas improvements
aristath Oct 7, 2019
b10e44f
more bugfixes
aristath Oct 7, 2019
0a16c40
change colorpicker
aristath Oct 14, 2019
5877106
remove bad option. Links should be underlined
aristath Oct 16, 2019
3ea81c8
take out the trash
aristath Oct 16, 2019
4b46bcd
update linkcolor module
aristath Oct 16, 2019
5ab6b01
Rename gridd_grid_content_background_color option
aristath Oct 16, 2019
f24ce36
hover links color no longer exists
aristath Oct 16, 2019
99da1f4
remove subproject
aristath Oct 18, 2019
2fd25dd
removing module
aristath Oct 18, 2019
9cd00fe
update control
aristath Oct 18, 2019
7632c52
update control submodules
aristath Oct 18, 2019
a11532a
cleanup
aristath Oct 18, 2019
e7a8dae
tweak typo-scale controls
aristath Oct 19, 2019
bbbf94b
update linkColor control
aristath Oct 19, 2019
f651805
use new radio-buttonset control for offcanvas nav
aristath Oct 19, 2019
298aa75
Refactor offcanvas nav
aristath Oct 19, 2019
30ec404
fix body side-padding when using offcanvas sidebar
aristath Oct 20, 2019
a9a3399
Replace remaining css-vars with output
aristath Oct 21, 2019
2f465cd
Use common palettes
aristath Oct 21, 2019
c21d987
bugfix if plugin gets updated before theme
aristath Oct 23, 2019
5cd261d
update submodules
aristath Oct 23, 2019
8986543
offcanvas sidebar tweaks
aristath Oct 24, 2019
7ed3f0d
new structure for panels/sections
aristath Oct 25, 2019
d323a0e
simplify offcanvas sidebar
aristath Oct 26, 2019
b52e989
Move offcanvas in the document flow
aristath Oct 26, 2019
2d44230
Add offcanvas_sidebar_visibility setting
aristath Oct 26, 2019
179bbb0
bugfix for offcanvas visibility
aristath Oct 26, 2019
5e99355
a11y fix for offcanvas focus-off (keyboard-nav)
aristath Oct 26, 2019
59522cc
fix for nav-widget styles inside offcanvas nav
aristath Oct 26, 2019
6f0de14
use vars here, they make more sense
aristath Oct 26, 2019
aecb398
fix wc-menu-cart padding
aristath Oct 27, 2019
1dc5c1e
fix palette for offcanvas-nav
aristath Oct 27, 2019
f05600f
See https://github.com/wplemon/gridd/issues/120
aristath Oct 27, 2019
1a9491f
Fix offcanvas button when in the customizer
aristath Oct 27, 2019
1766249
Change version to 2.0.0
aristath Oct 28, 2019
8ff07a0
See https://github.com/wplemon/gridd/issues/130
aristath Oct 30, 2019
59db93c
fixes #131
aristath Oct 30, 2019
eb3c032
see https://github.com/wplemon/gridd/issues/129
aristath Oct 30, 2019
7e6ee36
wrong branch (#29)
aristath Oct 30, 2019
cc70859
take out the trash
aristath Oct 30, 2019
034fb3f
cleanup for nav styles
aristath Nov 2, 2019
2794c99
fix body padding
aristath Nov 3, 2019
3c20a71
inherit styles from theme
aristath Nov 4, 2019
7d854cb
WIP
aristath Dec 4, 2019
6933676
update modules
aristath Dec 23, 2019
1c4fc40
Merge branch 'wip-refactor' into develop
aristath Dec 23, 2019
d9585b8
typography-scale simplification
aristath Dec 23, 2019
e881038
cleanup & active_callback
aristath Dec 24, 2019
c441779
WIP refactor for Gridd v3.0
aristath Mar 8, 2020
f51e8bd
consolidate some more things
aristath Mar 8, 2020
7ab3dc2
cleanup
aristath Mar 8, 2020
de4b839
consolidate all offcanvas code
aristath Mar 8, 2020
9c1fc45
indentation fix
aristath Mar 23, 2020
b9b1258
use composer for controls
aristath Apr 26, 2020
8bb394a
remove widget-areas settings
aristath Apr 26, 2020
7fc4a03
bugfix: action needs to run after everything else has finished
aristath Apr 26, 2020
18301cc
deprecate fixed mode
aristath Apr 26, 2020
4ad8eaf
cleanup
aristath Apr 26, 2020
9ca6a9b
deprecate custom grids
aristath Apr 26, 2020
48b3420
scroll-to-top tweak
aristath Apr 26, 2020
9fb1409
update for latest pd fixes in theme
aristath Apr 26, 2020
65c9f05
deprecate option for padding in nav
aristath May 9, 2020
55086df
ACF tweak
aristath May 10, 2020
6e1f531
basic changelog for 2.0 for v2.0
aristath May 24, 2020
a340ada
it's a panel, not a section
aristath May 24, 2020
62222ac
v3.0
aristath May 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ package-lock.json
gridd-plus.zip
inc/acf/plugin
assets/css/*.css
assets/css/**/*.css
assets/css/**/*.css
inc/acf/
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v3.0.0
2020-05-24

* FIX: Nested Grid styles.
* FIX: Refactored scroll-to-top link & styles.
* FIX: Typography scales now using a slider.
* UPDATED: ACF-Pro v5.8.11.
* REMOVED: Custom grid metabox in posts & pages.
* REMOVED: Separate mobile grids.
* REMOVED: Grid parts padding options.

## v1.0.7
2019-09-04

Expand Down
3 changes: 3 additions & 0 deletions assets/css/anchor-links.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.anchor-injected {
opacity: 0;
transition: all 250ms;
text-decoration: none !important;
border-color: transparent !important;
box-shadow: none !important;

&:before {
content: "🔗";
Expand Down
3 changes: 0 additions & 3 deletions assets/css/grid-part-breadcrumbs.scss

This file was deleted.

134 changes: 0 additions & 134 deletions assets/css/grid-part-offcanvas-sidebar.scss

This file was deleted.

23 changes: 0 additions & 23 deletions assets/css/navigation-collapsed.scss

This file was deleted.

15 changes: 0 additions & 15 deletions assets/css/navigation-main.scss

This file was deleted.

14 changes: 0 additions & 14 deletions assets/css/navigation-vertical.scss

This file was deleted.

8 changes: 4 additions & 4 deletions assets/css/nested-grid-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
// The ID will be replaced by the actual nested-grid ID via PHP
// when the style is included inline in the document.
.gridd-tp-nested-grid-ID {
background-color: var(--ns-gr-ID-bg);
padding: var(--ns-gr-ID-pd);
background-color: var(--bg);
padding: 1em;
display: flex;
justify-content: center;
overflow: visible;
box-shadow: var(--ns-gr-ID-bs);
box-shadow: var(--bs);

> .inner {
width: 100%;
max-width: var(--ns-gr-ID-mw);
max-width: var(--mw);
}
}
2 changes: 1 addition & 1 deletion assets/css/nested-grid-large.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
> .inner {
display:-ms-grid;
display: grid;
grid-gap: var(--ns-gr-ID-gg);
grid-gap: var(--gg);
}
}
91 changes: 23 additions & 68 deletions assets/css/totop.scss
Original file line number Diff line number Diff line change
@@ -1,85 +1,40 @@
// CSS for this implementation is a slightly tweaked version of https://codepen.io/rolandtoth/pen/eMamVK/

@mixin setScrolltopColors($bgColor: #333, $arrowColor: white, $bgColorHover: $bgColor, $arrowColorHover: $arrowColor) {
#scrolltop-bg {
fill: $bgColor;
}

#scrolltop-arrow {
fill: $arrowColor;
}

a:hover {
#scrolltop-bg {
fill: $bgColorHover;
}

#scrolltop-arrow {
fill: $arrowColorHover;
}
}
}

.scrolltop-wrap {
$size: 3rem;
$offsetBottom: 2rem;
$offsetHorizontal: 2rem;
$scrollToRevealDistance: 35vh; // scroll offset to reveal scroll-to-top link
box-sizing: border-box;
position: absolute;
top: $scrollToRevealDistance;
right: $offsetHorizontal;
bottom: 0;
pointer-events: none;
backface-visibility: hidden;
@include setScrolltopColors(var(--lc), white, var(--lch));
position: fixed;
bottom: -2em;
right: 2em;
transition: all 200ms;

.gridd-scroll-to-top & {
bottom: 0;
}

// prevent extra page height if content is smaller than viewport
// Firefox only
@supports (-moz-appearance: meterbar) {
clip: rect(0, $size, auto, 0);
body.rtl & {
right: auto;
left: 2em;
}

a {
$offset: - ($size + $offsetBottom); // pull up + add a small bottom space
position: fixed; // fallback
position: sticky;
top: $offset;
width: $size;
height: $size;
margin-bottom: $offset;
transform: translateY(100vh); // push to bottom from top (when stuck)
backface-visibility: hidden;
display: inline-block;
display: flex;
justify-content: center;
width: 2em;
height: 2em;
line-height: 1.2;
background: var(--lc);
color: var(--bg);
text-decoration: none;
user-select: none;
pointer-events: all;
outline: none;
overflow: hidden;

svg {
display: block;
border-radius: 50%;
width: 100%;
height: 100%;
transform: rotate(180deg);
border-radius: 0 0 4px 4px;

path {
transition: all 0.1s;
}
}

#scrolltop-arrow {
transform: scale(0.66);
transform-origin: center;
&:hover {
background: var(--cl);
text-decoration: none;
}
}

@media print {
display: none !important;
}
}

.q-scroll-totop {
bottom: 80;
padding: .5em;
}
2 changes: 1 addition & 1 deletion assets/css/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.widget {
padding: 0 1em;
padding: 1em 1em 0 1em;

.total {
border-top: none;
Expand Down
Loading