Jump to content

Recommended Posts

  • 1 month later...
  • 4 months later...
  • 3 weeks later...
On 3/31/2021 at 2:23 AM, kcreative said:

@tuanphan Is there another way to implement this on a specific page? 

 

I am trying to get this to work on my HP rather than one separate portfolio. 

 

Thanks! 

 

 

Hi. Possibile. Do you still need help?

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 months later...
  • 7 months later...
  • 2 weeks later...
  • 3 weeks later...

Hello, I am also looking for a solution to this. I would like to create a section on my homepage similar to this website https://www.sebastiancox.co.uk/ . I would like the background image to change when hovering over the text, and then the clickthrough links to go to other portfolio pages on the website.

I see that it's possible to do it with the Hover effect in Portfolio section on 7.1, but I I don't want to have to build the whole website within one portfolio page. 

@tuanphan do you have any advice on this? 

Many thanks

Kimbal

Link to comment
23 hours ago, Kimbal said:

Hello, I am also looking for a solution to this. I would like to create a section on my homepage similar to this website https://www.sebastiancox.co.uk/ . I would like the background image to change when hovering over the text, and then the clickthrough links to go to other portfolio pages on the website.

I see that it's possible to do it with the Hover effect in Portfolio section on 7.1, but I I don't want to have to build the whole website within one portfolio page. 

@tuanphan do you have any advice on this? 

Many thanks

Kimbal

Hi,

The easiest way is use Portfolio Page. Then we will give the code to change portfolio items to custom url.

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
43 minutes ago, tuanphan said:

Hi,

The easiest way is use Portfolio Page. Then we will give the code to change portfolio items to custom url.

Ah I see, ok, fair enough, thanks @tuanphan. Can you please let me know how I can set a portfolio item as a custom URL? What code do I need for that? 

I am building a website that has 4 main sections (2 portfolios and 2 normal pages) So I'd like it that when you click the item on the home page it will directly link to those pages

Also, if I create a homepage with those 4 portfolio items, then this 'HOME' appears in my URL's for the website. But I just want the URL's to be www.website.com/pagename not www.website.com/home/pagename

Many thanks for your help! 

Kimbal

Edited by Kimbal
needed to add something
Link to comment
On 4/13/2022 at 5:03 PM, Kimbal said:

Ah I see, ok, fair enough, thanks @tuanphan. Can you please let me know how I can set a portfolio item as a custom URL? What code do I need for that? 

I am building a website that has 4 main sections (2 portfolios and 2 normal pages) So I'd like it that when you click the item on the home page it will directly link to those pages

Also, if I create a homepage with those 4 portfolio items, then this 'HOME' appears in my URL's for the website. But I just want the URL's to be www.website.com/pagename not www.website.com/home/pagename

Many thanks for your help! 

Kimbal

Hi,

Please share site url, we can give the exact code easier

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
  • 2 weeks later...
On 4/15/2022 at 7:44 AM, tuanphan said:

Hi,

Please share site url, we can give the exact code easier

@tuanphan Hello, thank you very much. and Sorry for slow reply. My site is still under construction, but here is the demo url https://pigeon-sparrow-yjxp.squarespace.com/ 

I would like the Projects on the home page to link to the Projects section (https://pigeon-sparrow-yjxp.squarespace.com/projects), and the Paintings word to link to the Paintings section (https://pigeon-sparrow-yjxp.squarespace.com/painting).

Currently they are just linking to the blank portfolio pages on the home page. I would like the words to just forward directly to the relevant sections.

I do not want the Homepage to appear in my URL, nor in the Navigation bar. 

Many thanks for your help! :)

Link to comment
On 4/24/2022 at 8:20 PM, Kimbal said:

@tuanphan Hello, thank you very much. and Sorry for slow reply. My site is still under construction, but here is the demo url https://pigeon-sparrow-yjxp.squarespace.com/ 

I would like the Projects on the home page to link to the Projects section (https://pigeon-sparrow-yjxp.squarespace.com/projects), and the Paintings word to link to the Paintings section (https://pigeon-sparrow-yjxp.squarespace.com/painting).

Currently they are just linking to the blank portfolio pages on the home page. I would like the words to just forward directly to the relevant sections.

I do not want the Homepage to appear in my URL, nor in the Navigation bar. 

Many thanks for your help! 🙂

Add 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() {
	$('a.portfolio-hover-item[href="/home/painting"]').attr('href','/painting');
	$('a.portfolio-hover-item[href="/home/projects"]').attr('href','/projects');
});
</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
On 5/3/2022 at 12:08 PM, PatrickJ said:

Hey @tuanphan!

I still need help on this - can't use the Portfolio page solution, need to make a section like below on the following site, where changes the section background image when a user hovers over the text-image combo on the right...

Site: https://gar-parsnip-d2gg.squarespace.com 
Password: hello

image.png

Can you share link to site 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
On 5/3/2022 at 12:08 PM, PatrickJ said:

Hey @tuanphan!

I still need help on this - can't use the Portfolio page solution, need to make a section like below on the following site, where changes the section background image when a user hovers over the text-image combo on the right...

Site: https://gar-parsnip-d2gg.squarespace.com 
Password: hello

image.png

Can you share link to example site?

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 5/7/2022 at 6:17 AM, tuanphan said:

Can you share link to example site?

I don't have one unfortunately, all the client gave me is the above screenshot of the designer mockup. All I need is a way to change the section background image when a user hovers over/clicks the respective video link on the right.

Link to comment

@PatrickJ

I'm a little unclear here. You have only a mockup? Or, you have a working page and the only issue is how to get an image to change depending on the video being hovered/clicked? If it's the later can you point us to it?

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 5/2/2022 at 10:08 PM, PatrickJ said:

Hey @tuanphan!

I still need help on this - can't use the Portfolio page solution, need to make a section like below on the following site, where changes the section background image when a user hovers over the text-image combo on the right...

Site: https://gar-parsnip-d2gg.squarespace.com 
Password: hello

image.png

On 5/9/2022 at 2:39 PM, creedon said:

@PatrickJ

I'm a little unclear here. You have only a mockup? Or, you have a working page and the only issue is how to get an image to change depending on the video being hovered/clicked? If it's the later can you point us to it?

Correct, the above image is just a mockup from the designer, and I'm trying to figure out how to build that out as a section. Sorry if I'm not being clear enough!

Edited by PatrickJ
Link to comment

@PatrickJ

Got it. None of the elements exist.

SS has no widgets like in the mockup and I'm unaware of any ready made code, so it isn't going to be an easy project. Have you perused places like codepen to see if you can find a text image selection widget like in the mockup that might be adapted to SS? That can be a challenge as codepen is not synonymous with SS plug-in.

The other consideration is how to populate the data in the text image widget? If data entry/maintenance is onerous and error prone that can get expensive.

This project would most likely need HTML, CSS, and JavaScript.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

@creedon

Got it. Yeah, I've looked pretty extensively, but I know @tuanphan had mentioned this is possible without doing the Portfolio page method? All I need is some kind of effect that triggers a section background image change when hovering over a certain block.

On 4/17/2021 at 2:12 AM, tuanphan said:

Hi. Possibile. Do you still need help?

 

Link to comment
On 5/11/2022 at 8:54 PM, PatrickJ said:

@creedon

Got it. Yeah, I've looked pretty extensively, but I know @tuanphan had mentioned this is possible without doing the Portfolio page method? All I need is some kind of effect that triggers a section background image change when hovering over a certain block.

 

Is this in fact possible to do without a portfolio page, @tuanphan?

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.