Guest Posted March 29, 2020 Share Posted March 29, 2020 Site URL: http://isabelaceles.com Hi, So I currently changes my theme to Flatiron, and when hovering an image and clicking "view", it automatically goes to inside the page. My question is: am I able to change the "view" link? I'd like to add a cover page in between the first page to the content page on all my projects. Couldn't find anywhere to change view link though. Thank you so much. Link to comment
tuanphan Posted March 29, 2020 Share Posted March 29, 2020 When clicking on "View" you want to redirect to Cover Page. Is this correct? 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
Guest Posted March 30, 2020 Share Posted March 30, 2020 16 hours ago, tuanphan said: When clicking on "View" you want to redirect to Cover Page. Is this correct? yes, exactly! is that possible? Link to comment
tuanphan Posted March 30, 2020 Share Posted March 30, 2020 If Business Plan or higher, add this code to Home > Settings > Advanced > Code Injection > Footer replace beaverhero with cover page url <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $('#grid .item a div.wrapper div.project-title h3').click(function() { window.location = "https://beaverhero.com"; }); </script> 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
Guest Posted March 30, 2020 Share Posted March 30, 2020 unfortunately i don't /: just a student plan. is there any other way to reach this result? thank you very much! really love this theme, so don't wanna give up on it so easily haha Link to comment
tuanphan Posted March 30, 2020 Share Posted March 30, 2020 15 minutes ago, iscawaiv said: unfortunately i don't /: just a student plan. is there any other way to reach this result? thank you very much! really love this theme, so don't wanna give up on it so easily haha remove "view" link ✌️ 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
Archived
This topic is now archived and is closed to further replies.