Zakuii Posted June 20, 2022 Posted June 20, 2022 Hello, I am using Portfolio as my main page and I would like to have one of the images when clicked lead to the blog page, and not to the built in secondary page and redirect the click. Is this possible? I've attached an example of what I am trying to achieve. Thank you.
tuanphan Posted June 21, 2022 Posted June 21, 2022 Possible, if you share link to Main Portfolio Page, we can help 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!)
CatGuerreiro Posted July 14, 2022 Posted July 14, 2022 this is the portfolio page: https://www.chumbo.org/projects/podcaststeste Hello! I have the same query. I would to change the links of the page above - a portfolio - to pages I already created. For example, in the link 'Podcast Fault / Falha ', I would like to redirect to this page: https://www.chumbo.org/podcasts-fault Thanks in advance!
tuanphan Posted July 15, 2022 Posted July 15, 2022 7 hours ago, CatGuerreiro said: this is the portfolio page: https://www.chumbo.org/projects/podcaststeste Hello! I have the same query. I would to change the links of the page above - a portfolio - to pages I already created. For example, in the link 'Podcast Fault / Falha ', I would like to redirect to this page: https://www.chumbo.org/podcasts-fault Thanks in advance! Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { // Podcast Fault $('a.portfolio-hover-item[href="/projects/podcaststeste/fault"]').attr('href','https://google.com'); // A guerra $('a.portfolio-hover-item[href="/projects/podcaststeste/agdp"]').attr('href','https://abc.com'); // Open Voice $('a.portfolio-hover-item[href="/projects/podcaststeste/open-voices"]').attr('href','https://facebook.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!)
CatGuerreiro Posted August 29, 2022 Posted August 29, 2022 Hi @tuanphan the code you gave me worked wonders, thank you so much! However, I tried to use the same code for other portfolio and it didn't work. I just changed the links and the atributes pages, but nothing. Is there anything else I need to change? This is the portfolio I am talking about:https://www.chumbo.org/projects/events2 Thank you for your help. catarina
CatGuerreiro Posted August 30, 2022 Posted August 30, 2022 Hi @tuanphan I got it! Nevermind! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment