DoraCs Posted May 11, 2020 Share Posted May 11, 2020 Site URL: https://buffalo-pumpkin-b28j.squarespace.com/ni-problmk Hello Tuan, I am writing you, because I would like to ask some help. I would like to edit the "Read more" text to "Tovább" text but I don't know how it is possible. I know that I have to do it in the Custom CSS part, but don't know the script/code. Could you please give me a code which works. Thank you for your help in advance. Best regards and have a nice, Dora Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 Where is read more? Can you share link to exact page? /config is url for site owner 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
derricksrandomviews Posted May 11, 2020 Share Posted May 11, 2020 https://buffalo-pumpkin-b28j.squarespace.com/ Blog link is not working at bottom of he page. Link to comment
DoraCs Posted May 11, 2020 Author Share Posted May 11, 2020 Currently, I don't have correct url, because I don't have domain. I asked the domain name. I would like to edit the read more link buttons by the blog posts. Is it possible that you can help before I have got the approvement for the domain name? 🙂 Or should I wait? Link to comment
tuanphan Posted May 11, 2020 Share Posted May 11, 2020 Just now, DoraCs said: Currently, I don't have correct url, because I don't have domain. I asked the domain name. I would like to edit the read more link buttons by the blog posts. Is it possible that you can help before I have got the approvement for the domain name? 🙂 Or should I wait? share link to blog page on your site, config is url for site owner. no need domain name 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
DoraCs Posted May 11, 2020 Author Share Posted May 11, 2020 Where can I find the right url? the website is not published. Link to comment
derricksrandomviews Posted May 11, 2020 Share Posted May 11, 2020 The /blog doesn't get me where i need to go but Főoldal took me there. You want to edit the read more text. Change the text "view full article" to what you want, post the code in advanced header injection of the blog page or summary page header or both if needed. 7.0 <script> // Read More Text document.querySelectorAll('.BlogList-item-readmore span').forEach(function(summary) { summary.textContent = "View Full Article"; // Customize text here }) </script> 7.1 <script> // Read More Text document.querySelectorAll('.blog-more-link').forEach(function(summary) { summary.textContent = "View Full Article"; // Customize text here }) </script> I would not worry about that blog link at the bottom of the page until you have your custom domain. The one in the main nav works. Link to comment
DoraCs Posted May 11, 2020 Author Share Posted May 11, 2020 https://buffalo-pumpkin-b28j.squarespace.com/ni-problmk is it works? Link to comment
derricksrandomviews Posted May 11, 2020 Share Posted May 11, 2020 That one took me there. 1 minute ago, DoraCs said: https://buffalo-pumpkin-b28j.squarespace.com/ni-problmk is it works? Link to comment
DoraCs Posted May 11, 2020 Author Share Posted May 11, 2020 Thank you very much Derrick and sorry for the inconvenience. I will try your code. 🙂 Link to comment
derricksrandomviews Posted May 11, 2020 Share Posted May 11, 2020 No apologies necessary, helping, finding issues you might not know about, that is what we are here for. Don't hesitate to ask for help. Derrick. Link to comment
DoraCs Posted May 11, 2020 Author Share Posted May 11, 2020 Sorry Derrick, I have tried the code and I have got the following error message: Link to comment
derricksrandomviews Posted May 11, 2020 Share Posted May 11, 2020 I gave you wrong instructions the code goes into Settings > Advanced > Code Injection > Footer. Link to comment
DoraCs Posted May 11, 2020 Author Share Posted May 11, 2020 I have only personal page, but according the instruction, the Code injection available in the premium features, which is not available in the personal plan. Is it possible to edit the read more text in the personal plan option? Link to comment
derricksrandomviews Posted May 11, 2020 Share Posted May 11, 2020 I have found only two ways to do this, one uses custom css and the other is in the footer injection of the page, both require a business plan. There may be a solution using a code or a markdown block, no luck finding one yet. Link to comment
tuanphan Posted May 12, 2020 Share Posted May 12, 2020 Add to Home > Design > Custom CSS a.blog-more-link { font-size: 0 !important; } a.blog-more-link:before { content: "new read more"; font-size: 18px; } .blog-more-link:after { transform: translatey(2px); } 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
DoraCs Posted May 13, 2020 Author Share Posted May 13, 2020 Thank you Tuan! It works!!! Thank you so much!! Have a nice day!!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.