StudioMoost Posted March 23, 2021 Share Posted March 23, 2021 Site URL: https://purple-ocelot-m5c6.squarespace.com/config/pages Hey all, I'm looking for the custom css injection to change the english text 'previous' and 'next' to the dutch text 'vorige' and 'volgende' on the blogpage to skip to next and previous blog item. So, previous = vorige, next = volgende. And I would also like to adjust the english month names beneath the blog title to the dutch month names, or, display the date on the dutch way like 23-03-2021 if that's easier. Could someone help me out with this? Thanks in advance! Beyondspace 1 Link to comment
Beyondspace Posted March 25, 2021 Share Posted March 25, 2021 On 3/23/2021 at 8:29 PM, StudioMoost said: Site URL: https://purple-ocelot-m5c6.squarespace.com/config/pages Hey all, I'm looking for the custom css injection to change the english text 'previous' and 'next' to the dutch text 'vorige' and 'volgende' on the blogpage to skip to next and previous blog item. So, previous = vorige, next = volgende. And I would also like to adjust the english month names beneath the blog title to the dutch month names, or, display the date on the dutch way like 23-03-2021 if that's easier. Could someone help me out with this? Thanks in advance! Could you mind to show one blog page url? they are in Dutch so I can not find one BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
StudioMoost Posted March 30, 2021 Author Share Posted March 30, 2021 (edited) Of course, here it is: https://opgroeieninamsterdam.nl/nieuws Password: ChangeDate2021 Thanks in advance! Edited March 30, 2021 by StudioMoost Link to comment
Beyondspace Posted March 30, 2021 Share Posted March 30, 2021 1 hour ago, StudioMoost said: Of course, here it is: https://opgroeieninamsterdam.nl/nieuws Password: ChangeDate2021 Thanks in advance! Sorry can not find the text on the page BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
StudioMoost Posted March 31, 2021 Author Share Posted March 31, 2021 Ooops, sorry! I only had one news/blogitem online. I've added a couple items so 'prev' and 'next' are visible. https://opgroeieninamsterdam.nl/nieuws/testbericht Beyondspace 1 Link to comment
Beyondspace Posted March 31, 2021 Share Posted March 31, 2021 1 hour ago, StudioMoost said: Ooops, sorry! I only had one news/blogitem online. I've added a couple items so 'prev' and 'next' are visible. https://opgroeieninamsterdam.nl/nieuws/testbericht For next/prev button you can use this custom css .BlogItem-pagination-link-label { visibility: hidden; position: relative; } .BlogItem-pagination-link--next .BlogItem-pagination-link-label:after { content: 'Volgende'; visibility: visible; position: absolute; right: 0; } .BlogItem-pagination-link--prev .BlogItem-pagination-link-label:after { content: 'Vorige'; visibility: visible; position: absolute; left: 0; } For the date format update, copy the snippet in this answer to the Settings->advanced->Code injection->Footer Blog collection page - move metadata to bottom + reformat date (7.1) - Coding and Customization - Squarespace Forum Update dateformat to "dd-mm-yyyy" to match your format tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
StudioMoost Posted April 6, 2021 Author Share Posted April 6, 2021 Thank you so much! The previous and next translation works perfectly! But is there another way to change the date format since I can't place the code injection in the footer because thats a premium feature? Thanks for your effort 🙂 Link to comment
Beyondspace Posted April 6, 2021 Share Posted April 6, 2021 2 hours ago, StudioMoost said: Thank you so much! The previous and next translation works perfectly! But is there another way to change the date format since I can't place the code injection in the footer because thats a premium feature? Thanks for your effort 🙂 It require javascript, if your plan not supported, I can not help BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
StudioMoost Posted April 7, 2021 Author Share Posted April 7, 2021 Ok, thanks for your effort! Beyondspace 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