Jump to content

Custom link through for blog delimiter

Recommended Posts

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.

Screenshot 2021-08-05 at 12.48.13.png

Hi. Can you share link to blog in screenshot?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

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.

Screenshot 2021-08-09 at 11.37.35.png

Link to comment
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.

Screenshot 2021-08-09 at 11.37.35.png

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 8/12/2021 at 4:29 PM, TimBowman said:

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
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>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

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

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 4 weeks later...

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

Screenshot 2021-09-17 at 12.08.06.png

Screenshot 2021-09-17 at 12.08.21.png

Screenshot 2021-09-17 at 12.12.43.png

Screenshot 2021-09-17 at 12.10.42.png

Screenshot 2021-09-17 at 12.13.57.png

Screenshot 2021-09-15 at 11.50.38.png

Link to comment

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

Screenshot 2021-09-17 at 12.08.06.png

Screenshot 2021-09-17 at 12.08.21.png

Screenshot 2021-09-17 at 12.12.43.png

Screenshot 2021-09-17 at 12.10.42.png

Screenshot 2021-09-17 at 12.13.57.png

Screenshot 2021-09-15 at 11.50.38.png

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.