aruaaa Posted September 24, 2020 Share Posted September 24, 2020 Hi! site url: https://huaiyuphoto.squarespace.com/. Password:123123 I'm using forte template for my photographs. I set an index as home page (several Gallery columns and one ABOUT column under this index). I don't want the ABOUT page show on my homepage, but I do need it under this index. Is there any code can do this? Thank you very much! Link to comment
rwp Posted September 24, 2020 Share Posted September 24, 2020 I have zero experience with forte, so this may not work at all. If you move the about page to the unlinked pages section, will that remove it from the homepage slide show? If so, you can then add a standard link to the navigation, and point it to your about page. Link to comment
creedon Posted September 24, 2020 Share Posted September 24, 2020 It appears that the index page on Forte won't accept a link page. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
rwp Posted September 24, 2020 Share Posted September 24, 2020 (edited) That's pretty odd. Like I said, I don't use forte. I will look into other ways to hide it. Edited September 24, 2020 by rwp Link to comment
rwp Posted September 24, 2020 Share Posted September 24, 2020 (edited) Try this in the page code injection: <script> $(document).ready(function() { $('[data-slide-id="5f68a47389583b6b6d7fe89b"]').remove() }); </script> Follow the directions in my signature to add the jquery code as well. Edited September 24, 2020 by rwp Link to comment
aruaaa Posted September 24, 2020 Author Share Posted September 24, 2020 Hi! Thank you both! Very appreciated! 🙂 I tried but sadly it didn't work. Now I'm switching to other template, it looks similar to what I want. Link to comment
tuanphan Posted September 26, 2020 Share Posted September 26, 2020 On 9/25/2020 at 3:18 AM, aruaaa said: Hi! Thank you both! Very appreciated! 🙂 I tried but sadly it didn't work. Now I'm switching to other template, it looks similar to what I want. Try again with above code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('[data-slide-id="5f68a47389583b6b6d7fe89b"]').remove() }); </script> Add to Code Injection Footer 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
Create an account or sign in to comment
You need to be a member in order to leave a comment