j1-template 2021.1.26 → 2021.1.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1703f00fa05ea4dba6a66583457e9f61a83d6eb297c45a851a36580c881c3e12
4
- data.tar.gz: b1bccaba5d098d37ebabf850fb8a0822f0e732cb08fd4b25bc91917183cdfa0b
3
+ metadata.gz: 7a970178e8bb5d0f6a828c80831fc08072c9ac911e20de5dbe80ec5ea8c8c33a
4
+ data.tar.gz: 81abe20ca6bf9a02e3472aae773f22b22140621df913baf67c4fce873d34510d
5
5
  SHA512:
6
- metadata.gz: f312280734a292e956db13c8d631d4baa8ba41641dba6505b1d5ecdf840a1f3a9dbbd7a633f891003b73672be94212fbe2cdae2f2a5c9746cfd3db91eb7997da
7
- data.tar.gz: 06f98ff4a16cf472d8ed71c290473a96a1e2e23c6a9f2084c8c2d8ab6f4d01445708c7901372868eae6d02058330d804dd630f0a8145480cfd2fbc3d4a2575bc
6
+ metadata.gz: 989fcda9a0ac7933b179e4d379580a0be55782c2ed4886e4559aec2ed58a6361394ebc9c4f9c936990cdd10a49ebf2510d247867065f5bdbc1e32a7331b3519a
7
+ data.tar.gz: 4b1e8d305b2428b87295d9c133cfc2599b6be469e8d4b8ad788f97ee45f7aba695c6a02d861b3504d22ae3310771a80793f1b5b6099e77c75a6d4da2cda4a1b5
@@ -640,21 +640,6 @@ exclude_from_search: true
640
640
  <!-- End recent posts -->
641
641
  {% endfor %}
642
642
 
643
- <!-- jadams: Currently not used -->
644
- <!-- div class="row page-load-status">
645
- <div class="loader-ellips infinite-scroll-request">
646
- <span class="loader-ellips__dot"></span>
647
- <span class="loader-ellips__dot"></span>
648
- <span class="loader-ellips__dot"></span>
649
- <span class="loader-ellips__dot"></span>
650
- </div>
651
- <p class="infinite-scroll-last">{{infinite_scroll_last}} <a href="/pages/public/blog/navigator/">Blog Navigator</a></p>
652
- </div -->
653
-
654
- <!-- div class="row page-scroll-last">
655
- <p class="infinite-scroll-last">{{infinite_scroll_last}} <a href="/pages/public/blog/navigator/">Blog Navigator</a></p>
656
- </div -->
657
-
658
643
  </div>
659
644
  <!-- END container -->
660
645
 
@@ -114,18 +114,18 @@ j1.adapter['j1Scroll'] = (function (j1, window) {
114
114
  var postWrapperId = '#home_news_panel-scroll-group';
115
115
  var paginatePath = '/assets/data/news_panel_posts/page';
116
116
 
117
- // status: '.page-scroll-last',
117
+ // status: '.page-scroll-last',
118
+ // firstPage: 2,
119
+ // onInit: function(){}, // Callback after plugin has loaded
120
+ // onBeforeLoad: function(link){}, // Callback before new content is loaded
121
+ // onAfterLoad: function(html){} // Callback after new content has been loaded
118
122
 
119
123
  $(postWrapperId).j1Scroll({
120
- type: 'infiniteScroll',
121
124
  path: paginatePath,
122
125
  elementScroll: false,
123
126
  scrollThreshold: 300,
124
- checkLastPage: true,
125
- status: true,
126
- onInit: function(){}, // Callback after plugin has loaded
127
- beforeContentLoaded: function(link){}, // Callback before new content is loaded
128
- afterContentLoaded: function(html){} // Callback after new content has been loaded
127
+ lastPage: 4,
128
+ infoLastPage: true,
129
129
  });
130
130
 
131
131
  $('.list-group').on( 'load.j1Scroll', function( event, body, path, response ) {
@@ -17885,6 +17885,48 @@ a.card-title:hover {
17885
17885
  border-top: 1px solid rgba(0, 0, 0, 0.04);
17886
17886
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
17887
17887
 
17888
+ .list-group-item {
17889
+ width: 96%;
17890
+ margin-right: 1% !important; }
17891
+
17892
+ /* Media breakpoints
17893
+ -------------------------------------------------------------------------------- */
17894
+ @media only screen and (min-width: 576px) {
17895
+ .list-group-item.items-auto {
17896
+ width: 48.3%; }
17897
+ .list-group-item.items-1 {
17898
+ width: 96%; }
17899
+ .list-group-item.items-2 {
17900
+ width: 48.3%; }
17901
+ .list-group-item.items-3 {
17902
+ width: 48.3%; }
17903
+ .list-group-item.items-4 {
17904
+ width: 48.3%; } }
17905
+
17906
+ @media only screen and (min-width: 768px) {
17907
+ .list-group-item.items-auto {
17908
+ width: 31.333%; }
17909
+ .list-group-item.items-1 {
17910
+ width: 96%; }
17911
+ .list-group-item.items-2 {
17912
+ width: 48.3%; }
17913
+ .list-group-item.items-3 {
17914
+ width: 48.3%; }
17915
+ .list-group-item.items-4 {
17916
+ width: 48.3%; } }
17917
+
17918
+ @media only screen and (min-width: 992px) {
17919
+ .list-group-item.items-auto {
17920
+ width: 23.8%; }
17921
+ .list-group-item.items-1 {
17922
+ width: 96%; }
17923
+ .list-group-item.items-2 {
17924
+ width: 48.3%; }
17925
+ .list-group-item.items-3 {
17926
+ width: 31.333%; }
17927
+ .list-group-item.items-4 {
17928
+ width: 23.8%; } }
17929
+
17888
17930
  /*
17889
17931
  # -----------------------------------------------------------------------------
17890
17932
  # ~/theme_uno/extentions/_pages.scss