HankCo Posted March 28 Share Posted March 28 Hello, Hoping someone can help me with this, when you click into a project, you get the pagination link at the bottom right and that link takes you to the previous project in the list, and if you click on the pagination link at the bottom left that takes you to a more recent project. Does anyone happen to know the CSS code so I can invert the pagination links. I would like the pagination link on the bottom right to allow you to move towards the more recent projects, just like how when you read a book or a magazine on an iPad you flip from the right of the page to go to the next page. It doesn't feel natural the current way Squarespace has it by default that to go from say Project 2 to Project 3 in the list you're clicking the pagination link in the bottom left. Link to comment
tuanphan Posted April 2 Share Posted April 2 Hi, Can you share link to this page? We can check easier 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
HankCo Posted April 11 Author Share Posted April 11 Hello, the site is not currently live. Link to comment
tuanphan Posted April 15 Share Posted April 15 On 4/12/2023 at 4:46 AM, HankCo said: Hello, the site is not currently live. You can follow this to share url 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
HankCo Posted May 4 Author Share Posted May 4 Thanks. Sorry for the delay, for some reason I never got email notification on this and forgot to check back.https://okra-gar-f7xf.squarespace.com password: Happypencilclub Link to comment
tuanphan Posted May 6 Share Posted May 6 On 5/5/2023 at 12:58 AM, HankCo said: Thanks. Sorry for the delay, for some reason I never got email notification on this and forgot to check back.https://okra-gar-f7xf.squarespace.com password: Happypencilclub I think I misread the question. You want to change position of these paginations: left item to right and right item to left? 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
HankCo Posted May 7 Author Share Posted May 7 Exactly. I get you change those by rearranging the order of projects on the homepage but I want to keep the order of projects on the homepage showing the latest project first. So I was wondering if there’s a way to change the project pagination without messing up how they display on the homepage. Link to comment
tuanphan Posted May 9 Share Posted May 9 On 5/8/2023 at 12:53 AM, HankCo said: Exactly. I get you change those by rearranging the order of projects on the homepage but I want to keep the order of projects on the homepage showing the latest project first. So I was wondering if there’s a way to change the project pagination without messing up how they display on the homepage. Add to Design > Custom CSS section#itemPagination { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } section#itemPagination>a:first-child { margin-right: 0; } section#itemPagination>a:last-child { margin-left: 0 !important; margin-right: auto; } 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
HankCo Posted May 9 Author Share Posted May 9 Thanks so much! Seems to be working, except for the first image it still clicks backwards, and is there a way to tweak it slightly so the arrows don't point in the opposite direction? Link to comment
tuanphan Posted May 11 Share Posted May 11 On 5/10/2023 at 1:52 AM, HankCo said: Thanks so much! Seems to be working, except for the first image it still clicks backwards, and is there a way to tweak it slightly so the arrows don't point in the opposite direction? No automatic way to change these items url, you will need to change manually on each page If you still need, I can give code, you can repeat it & change url for all 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
HankCo Posted May 12 Author Share Posted May 12 Change the url? Is there a way to change the orientation of the arrows so they point in the opposite direction? Link to comment
tuanphan Posted May 14 Share Posted May 14 On 5/12/2023 at 10:16 PM, HankCo said: Change the url? Is there a way to change the orientation of the arrows so they point in the opposite direction? You mean this? 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
HankCo Posted May 14 Author Share Posted May 14 Yes but have them point in the opposite direction. The arrow on the right points to the left. But since we’ve inverted the pages, how do we get the arrows to also invert, so the arrow on the right for example should point to the right Link to comment
tuanphan Posted May 18 Share Posted May 18 On 5/14/2023 at 3:35 PM, HankCo said: Yes but have them point in the opposite direction. The arrow on the right points to the left. But since we’ve inverted the pages, how do we get the arrows to also invert, so the arrow on the right for example should point to the right Do this? 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