TimBowman Posted August 5, 2021 Share Posted August 5, 2021 Hi, I am wanting to create a custom link through for a blog delimeter, is this possible? I have attached an image to reference. Link to comment
tuanphan Posted August 8, 2021 Share Posted August 8, 2021 On 8/5/2021 at 6:48 PM, TimBowman said: Hi, I am wanting to create a custom link through for a blog delimeter, is this possible? I have attached an image to reference. Hi. Can you share link to blog in screenshot? TimBowman 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
TimBowman Posted August 9, 2021 Author Share Posted August 9, 2021 Hi @tuanphan the link through is currently taking me through to a blog page with the related team members to that service (through service tags I have added) For now I have made the heading "RELATED CREATIVES" However it would be great if I could make the link through to take you to the service page rather than the blog page. Link to comment
tuanphan Posted August 12, 2021 Share Posted August 12, 2021 On 8/9/2021 at 5:40 PM, TimBowman said: Hi @tuanphan the link through is currently taking me through to a blog page with the related team members to that service (through service tags I have added) For now I have made the heading "RELATED CREATIVES" However it would be great if I could make the link through to take you to the service page rather than the blog page. Hi. Can you share link to a blog? 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
TimBowman Posted August 12, 2021 Author Share Posted August 12, 2021 https://www.wolfandbadgerstudios.com/team-members Link to comment
tuanphan Posted August 14, 2021 Share Posted August 14, 2021 On 8/12/2021 at 4:29 PM, TimBowman said: https://www.wolfandbadgerstudios.com/team-members Hi, You mean change these tags (under image) to services page, not blog page? https://www.wolfandbadgerstudios.com/team-members/ella-smeddles 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
TimBowman Posted August 14, 2021 Author Share Posted August 14, 2021 Hi @tuanphan yes exactly. Link to comment
tuanphan Posted August 14, 2021 Share Posted August 14, 2021 13 hours ago, TimBowman said: Hi @tuanphan yes exactly. Try adding this to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { // photography $('span.blog-item-tag-wrapper [href*="tag/Photography"]').attr('href','https://beaverhero.com'); // Post production $('span.blog-item-tag-wrapper [href*="tag/Post+Production"]').attr('href','https://google.com'); }); </script> TimBowman 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
TimBowman Posted August 16, 2021 Author Share Posted August 16, 2021 Hi @tuanphan, apologies for the delay! this has worked, thank you so much! Link to comment
TimBowman Posted August 18, 2021 Author Share Posted August 18, 2021 Hi @tuanphan is there a way to target specific text blocks to be justified or certain pages/sections, the centered text layout looks messy. I used the below codes but they did not work: Use this code to justify text blocks on a specific page #collection-id { text-align: justify; } Use this code to justify text blocks in a specific section (Squarespace 7.1) #collection-id { #page .page-section:nth-of-type(1) { text-align: justify; } } Use this code to justify a specific text block #blockidnumber { text-align: justify; } Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 Hi, Use this #collection-id * { text-align: justify !important; } or this #collection-id * { #page .page-section:nth-of-type(1) { text-align: justify !important; } } or this #blockidnumber * { text-align: justify; } and this tool to find block id, data section id, page id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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
TimBowman Posted September 17, 2021 Author Share Posted September 17, 2021 Hi @tuanphan, hope you are well! I am having some issues with the contact "get in touch block" on my landing page and the buttons not being leveled on different screens. I duplicated the block and used one long spacer which seemed to help with getting the buttons to be leveled, however when looking from mobile view the buttons where not underneath the respective text. Is there another solution? The first two images I have attached are off the current block layout, I changed the background colour in the second image so you can see how lines have been used to make the layout. The 3rd & 4th image is off a draft block ive created with the spacer and how it appears in mobile view. The last images are examples of how on certain screen sizes they are not level. You can view the live url here: www.wolfandbadgerstudios.com Link to comment
tuanphan Posted September 19, 2021 Share Posted September 19, 2021 This will edit a lyout a bit. I don't know how to explain this case. If you can add me as a contributor (content editor) I can make a quick video on how to solve this. Message me if you need to get an email to add. On 9/17/2021 at 6:14 PM, TimBowman said: Hi @tuanphan, hope you are well! I am having some issues with the contact "get in touch block" on my landing page and the buttons not being leveled on different screens. I duplicated the block and used one long spacer which seemed to help with getting the buttons to be leveled, however when looking from mobile view the buttons where not underneath the respective text. Is there another solution? The first two images I have attached are off the current block layout, I changed the background colour in the second image so you can see how lines have been used to make the layout. The 3rd & 4th image is off a draft block ive created with the spacer and how it appears in mobile view. The last images are examples of how on certain screen sizes they are not level. You can view the live url here: www.wolfandbadgerstudios.com 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
TimBowman Posted September 21, 2021 Author Share Posted September 21, 2021 HI @tuanphan, I managed to get the buttons aligned using the following code: //Get in touch button alligned - LP// #block-yui_3_17_2_1_1629452287213_11327 {height: 5rem;} #block-yui_3_17_2_1_1629452287213_70644 {height: 5rem;} #block-yui_3_17_2_1_1629452287213_83794 {height: 5rem;} tuanphan 1 Link to comment
tuanphan Posted October 10, 2021 Share Posted October 10, 2021 On 10/7/2021 at 5:53 PM, TimBowman said: Hi @tuanphan, our site www.wolfandbadgerstudios.com is looking terrible on ipad, all elements are all over the place, have you got any recommendations? Hi. Looks fine to me. Can you explain in more detail? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment