jacauschi23 Posted November 14, 2020 Share Posted November 14, 2020 I have this Pagination code below in the footer code injection, along with some javascript (not shown), that gives me pagination on blog pages. Is there a way to get this to work for Summary blocks that list those blog posts? https://active-redesign-1.squarespace.com/watch/ <script> window.paginationPluginConfig = { containers: { '.blog-list,.BlogList, .view-list .page-section[class*="collection-type-blog-"] div[data-controller]': { // classnames of containers where we want to have a pagination place: 'append', //or use prepend to place block on top backgroundColor: 'transparent', margin: '3% 0', align: 'center', // align pagination padding: '0', showPrevNext: { //will show next/prev elements next: 'Next', //next link text prev: 'Prev' //previous link text }, pagesRange: 3, //show 4 first and 4 last pages pagesAround: 2, //show links around active page items: { style: 'square', //square, pillow width: '32px', //navigation item width margin: '20px', //navigation items margin backgroundColor: '#fff', //default background color activeBackgroundColor: '#555', //active item background color color: '#000', // default items text color activeColor: '#fff' //active items text color } } } }; </script> Link to comment
jacauschi23 Posted November 16, 2020 Author Share Posted November 16, 2020 Can anybody help? Link to comment
tuanphan Posted November 21, 2020 Share Posted November 21, 2020 Hi. Have you solved this yet? 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
nataniellam Posted May 28, 2021 Share Posted May 28, 2021 Has anyone solved this? I'm looking to do the same thing Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment