Maratwork Posted April 5, 2022 Share Posted April 5, 2022 (edited) Hello there ! I would like to custom the text of the blog pagination of my website : https://www.clubimmomarseille.com/nos-membres?offset=1645716540724 I would like to replace : - "Billets plus récents" by "Précédent" - "Billets plus anciens" by "Suivant" Is it possible ? Also, do you know if it's possible to disable the pagination system to have all on one page (or lazy loading system)? Thank you so much for your help !! Edited April 5, 2022 by Maratwork Typing error Link to comment
Beyondspace Posted April 5, 2022 Share Posted April 5, 2022 54 minutes ago, Maratwork said: Hello there ! I would like to custom the text of the blog pagination of my website : https://www.clubimmomarseille.com/nos-membres?offset=1645716540724 I would like to replace : - "Billets plus récents" by "Précédent" - "Billets plus anciens" by "Suivant" Is it possible ? Thank you so much for your help !! Try adding to Home > Design > Custom Css /*style for previous button*/ .blog-list-pagination [rel="prev"] span { visibility: hidden; order: 2; } .blog-list-pagination [rel="prev"]:after { content: 'Précédent'; order:1; } /*style for next button*/ .blog-list-pagination [rel="next"] span { visibility: hidden; } .blog-list-pagination [rel="next"] .blog-list-pagination-icon { order: 2; } .blog-list-pagination [rel="next"]:after { content: 'Suivant'; } Let me know how it works on your site tuanphan and HunterD 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted April 5, 2022 Share Posted April 5, 2022 My testing HunterD 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Maratwork Posted April 5, 2022 Author Share Posted April 5, 2022 Hello, thank you so much for your feedback. It works perfectly ! Just to know, I wondered if is there a way to disable the pagination ? Thank you ! Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 20 hours ago, Maratwork said: Hello, thank you so much for your feedback. It works perfectly ! Just to know, I wondered if is there a way to disable the pagination ? Thank you ! Add to Design > Custom CSS /* disable blog pagination */ .blog-list-pagination { display: none !important; } 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
HunterD Posted April 8, 2022 Share Posted April 8, 2022 On 4/5/2022 at 12:24 PM, bangank36 said: Try adding to Home > Design > Custom Css /*style for previous button*/ .blog-list-pagination [rel="prev"] span { visibility: hidden; order: 2; } .blog-list-pagination [rel="prev"]:after { content: 'Précédent'; order:1; } /*style for next button*/ .blog-list-pagination [rel="next"] span { visibility: hidden; } .blog-list-pagination [rel="next"] .blog-list-pagination-icon { order: 2; } .blog-list-pagination [rel="next"]:after { content: 'Suivant'; } Let me know how it works on your site Tried adding this code, nothing changes Link to comment
Beyondspace Posted April 8, 2022 Share Posted April 8, 2022 3 hours ago, HunterD said: Tried adding this code, nothing changes I check that it is fine. Have you refreshed your site again? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/9/2022 at 6:09 PM, HunterD said: Yes, still won't work! Try adding to Settings > Advanced > Code Injection > Header <style> /* disable blog pagination */ .blog-list-pagination { display: none !important; } </style> HunterD 1 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
Maratwork Posted April 12, 2022 Author Share Posted April 12, 2022 Hello there, Thank you all for your answers, I try your different solutions but it didn't work, it just allowed to hide the pagination links, but we can't have all article items on the same page unfortunately. I keep the renamed pagination solution for the moment ! Let me know if you see another way to remove the pagination system 🙂 Have a good day ! Link to comment
Maratwork Posted April 12, 2022 Author Share Posted April 12, 2022 On 4/8/2022 at 9:56 PM, HunterD said: Tried adding this code, nothing changes Maybe, you sould indicate the link of your own website to have specific answer ? The code you mention worked perfectly on my website 🙂 Maybe, it needs some CSS classes adjustments. HunterD 1 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