sandjanice Posted July 6, 2020 Share Posted July 6, 2020 Site URL: https://clownfish-cobalt-323r.squarespace.com/ I want to move the pagination for blogs from the bottom to the top. It works intermittently ... only after refreshing page. Defaults to bottom of post unless page is refreshed. Tried Chrome incognito with same results. Added this to the footer injection <script>if (document.querySelector('.collection-type-blog.view-item')) { var pagination = document.querySelector('.BlogItem-pagination'), comments = document.querySelector('.BlogItem-comments'); comments.parentNode.insertBefore(pagination, comments); }</script> Added this to the custom css .BlogItem-pagination { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;} website: https://clownfish-cobalt-323r.squarespace.com/portfolio password to view: BlaCkEy3d$usan! Link to comment
tuanphan Posted July 6, 2020 Share Posted July 6, 2020 Disable ajax loading. https://support.squarespace.com/hc/en-us/articles/115000253288-Ajax-loading Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sandjanice Posted July 7, 2020 Author Share Posted July 7, 2020 Dang, I forgot about that! Thanks for the assistance:) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.