LitteraerSalong Posted April 29, 2020 Share Posted April 29, 2020 Site URL: https://www.xn--litterrsalong-8fb.net Hi! I'm about to launch a page containing works from my classmates. What I noticed now is that the blog-layout only shows half of my entries, and that there's a small button at the bottom that reads "Older posts". I would like to either: A: Have this removed and show my 20-25 entries on one page B: Have the text changed into my native language and possibly make it bigger and more visible. For eksample "Neste side" with 3-4 times the size The site is planned to go live the 5th of May, so any help as soon as possible would be much appreciated. Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 Can you share link to blog page on your site? 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
LitteraerSalong Posted April 29, 2020 Author Share Posted April 29, 2020 Just now, tuanphan said: Can you share link to blog page on your site? https://www.litterærsalong.net/salongen I've enabled the page and set a temporary password: Salong2020. Link to comment
Solution tuanphan Posted April 29, 2020 Solution Share Posted April 29, 2020 (edited) Add to Home > Design > Custom CSS span.next-label { visibility: hidden; } span.next-label:after { visibility: visible; content: "Nestie"; font-size: 30px; } 1 hour ago, LitteraerSalong said: https://www.litterærsalong.net/salongen I've enabled the page and set a temporary password: Salong2020. Edited April 29, 2020 by tuanphan 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
LitteraerSalong Posted April 29, 2020 Author Share Posted April 29, 2020 (edited) 12 hours ago, tuanphan said: Add to Home > Design > Custom CSS span.next-label { visibility: hidden; } span.next-label:after { visibility: visible; content: "Nestie"; font-size: 30px; } Great! Thank you so much! Edited April 30, 2020 by LitteraerSalong I found the answer to my second question elsewhere Link to comment
Uggel Posted February 12, 2021 Share Posted February 12, 2021 This doesn't work for me. It only hides the text, not translating it. Any ideas? Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 On 2/12/2021 at 3:52 PM, Uggel said: This doesn't work for me. It only hides the text, not translating it. Any ideas? Can you share link to page where you have problem? We can help easier 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
Uggel Posted February 18, 2021 Share Posted February 18, 2021 https://crimson-koi-gbkh.squarespace.com/tips Link to comment
tuanphan Posted February 19, 2021 Share Posted February 19, 2021 13 hours ago, Uggel said: https://crimson-koi-gbkh.squarespace.com/tips Remove above & use new code span.next-label { visibility: hidden; display: inline-block; } span.next-label:after { visibility: visible; content: "Nestie"; font-size: 30px; display: inline-block; } Uggel 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
dovely Posted June 16, 2021 Share Posted June 16, 2021 I have a similar question to the one mentioned above, but instead of translating I would just like to change "OLDER" to "PREVIOUS" @tuanphan could you take a look please? Below is the link to the site and the password is Doves2021!. https://carnation-cinnamon-brt4.squarespace.com/blog Thank you! Link to comment
tuanphan Posted June 17, 2021 Share Posted June 17, 2021 17 hours ago, dovely said: I have a similar question to the one mentioned above, but instead of translating I would just like to change "OLDER" to "PREVIOUS" @tuanphan could you take a look please? Below is the link to the site and the password is Doves2021!. https://carnation-cinnamon-brt4.squarespace.com/blog Thank you! Hi. Change Older to Previous, Newer to Next? Do you use Personal or Business Plan? Each plan will have a different code 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
dovely Posted June 17, 2021 Share Posted June 17, 2021 @tuanphan we have the business plan currently. Thank you in advance! Link to comment
tuanphan Posted June 18, 2021 Share Posted June 18, 2021 11 hours ago, dovely said: @tuanphan we have the business plan currently. Thank you in advance! Add this to Last Line in Code Injection > Footer <script> $(document).ready(function(){ $("span.BlogList-pagination-link-label").html(function() { return $(this).html().replace("Older", "new older"); }); $("span.BlogList-pagination-link-label").html(function() { return $(this).html().replace("Newer", "new newer"); }); }); </script> 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
dovely Posted June 22, 2021 Share Posted June 22, 2021 That worked perfectly! Thank you so so much @tuanphan! 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