jacauschi23 Posted November 14, 2020 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>
tuanphan Posted November 21, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
nataniellam Posted May 28, 2021 Posted May 28, 2021 Has anyone solved this? I'm looking to do the same thing
Recommended Posts
Archived
This topic is now archived and is closed to further replies.