dzamorano Posted July 21, 2021 Share Posted July 21, 2021 Site URL: http://davidzamorano.tv/ Hi! I was just wondering if it's possible to customise and add a limited number of projects to my main site page (let's say 8 ) and be able to also have a "view more projects" button that displays the rest of the projects. I'm using Foster template. I have too many projects on my main site/portfolio and I just wanted to organize the user experience a bit. Hope this makes sense. Thanks for your time and help, David Link to comment
tuanphan Posted July 24, 2021 Share Posted July 24, 2021 Hi. Did you solve? 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
dzamorano Posted July 26, 2021 Author Share Posted July 26, 2021 Hi Tuanphan, thanks for asking. Kind of. The help center recommended the summary gallery which made sense. But I'm now struggling because I need the links to open on new windows. As I couldn't find the option to do that, I went for a grid wall which opens links on a new window but the whole function and design is not what I'm looking for. (please check davidzamorano.tv/about + the highlights photos at the bottom. Is there's any way of using the summary gallery + the carrousel option (see attached) and be able to open the links on a new window? That would be absolutely great! Btw I'm using Foster Template. Thanks again, David Link to comment
tuanphan Posted July 27, 2021 Share Posted July 27, 2021 15 hours ago, dzamorano said: Hi Tuanphan, thanks for asking. Kind of. The help center recommended the summary gallery which made sense. But I'm now struggling because I need the links to open on new windows. As I couldn't find the option to do that, I went for a grid wall which opens links on a new window but the whole function and design is not what I'm looking for. (please check davidzamorano.tv/about + the highlights photos at the bottom. Is there's any way of using the summary gallery + the carrousel option (see attached) and be able to open the links on a new window? That would be absolutely great! Btw I'm using Foster Template. Thanks again, David Hi, Is there's any way of using the summary gallery + the carrousel option (see attached) and be able to open the links on a new window? You can add it, then we will check to see if can use code to make links open on a new window dzamorano 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
dzamorano Posted July 27, 2021 Author Share Posted July 27, 2021 Hi, Done. I also added/repeated another image to make the carrousel work. Thanks! Link to comment
tuanphan Posted July 28, 2021 Share Posted July 28, 2021 23 hours ago, dzamorano said: Hi, Done. I also added/repeated another image to make the carrousel work. Thanks! You mean section under this text? Hi there! I’m David. I help brands and projects tell their stories and find clarity on their messages through ideas, design, illustration and animation. How can I help with your project? Let’s talk! Add 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() { $('a.Index-gallery-item-image').attr('target','_blank'); }); </script> If you added script sticky code, remove <script src="https....."></script> in this code dzamorano 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
dzamorano Posted July 28, 2021 Author Share Posted July 28, 2021 Thanks for the info. I added the code on the indicated place, I'm not sure if I'm doing something wrong but nothing is happening. What I'm trying to do is open each link from the galley/carrousel on a new page. Please see image attached. Thanks! Link to comment
Solution tuanphan Posted July 30, 2021 Solution Share Posted July 30, 2021 I thought you want apply items on homepage With about page, use this new code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('body#collection-5fbad64dcc1e33251b6eaaba .summary-item a').attr('target','_blank'); }); </script> dzamorano 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
dzamorano Posted July 30, 2021 Author Share Posted July 30, 2021 Thanks Tuanphan! Works perfectly! 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