becca_lam Posted September 15, 2020 Share Posted September 15, 2020 Site URL: https://beccalam.com Hey everyone, I'm looking for some help in creating custom pagination for each project on my site. Right now, I have my portfolio pieces labeled in a way that you can see what area of design they're part of when you hover on the landing page, but I don't want to see that additional information in the pagination titles. I've seen some custom CSS to make it "Previous" and "Next," but I like having the titles - it's just currently too much to put for pagination. Some of it clashes together on mobile. Photo below of the site on mobile - in the photo, for example, I'd like the titles to instead be "COVID-19" and "Science Policy Initiative." But again, I don't want to change those titles for the actual pages themselves. Thanks in advance! Link to comment
tuanphan Posted September 19, 2020 Share Posted September 19, 2020 You can reduce font size on mobile only. Add to Home > design > Custom CSS @media screen and (max-width:767px) { .item-pagination[data-collection-type^="portfolio"] .item-pagination-title { font-size: 15px; } } becca_lam 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
becca_lam Posted September 30, 2020 Author Share Posted September 30, 2020 On 9/19/2020 at 9:48 AM, tuanphan said: You can reduce font size on mobile only. Add to Home > design > Custom CSS @media screen and (max-width:767px) { .item-pagination[data-collection-type^="portfolio"] .item-pagination-title { font-size: 15px; } } Thanks for this! This is a great temporary fix, although if it's possible to create completely custom pagination titles, I'd still like to know how to do that. Essentially, I'm looking for a way to shorten the page titles ONLY for the pagination (not on my landing page). Or if that's not possible here, that'd just be great to know 🙂 Link to comment
tuanphan Posted October 2, 2020 Share Posted October 2, 2020 On 10/1/2020 at 3:57 AM, becca_lam said: Thanks for this! This is a great temporary fix, although if it's possible to create completely custom pagination titles, I'd still like to know how to do that. Essentially, I'm looking for a way to shorten the page titles ONLY for the pagination (not on my landing page). Or if that's not possible here, that'd just be great to know 🙂 although if it's possible to create completely custom pagination titles Can you describe in more detail? 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
becca_lam Posted October 26, 2020 Author Share Posted October 26, 2020 On 10/2/2020 at 3:58 AM, tuanphan said: although if it's possible to create completely custom pagination titles Can you describe in more detail? We can check easier. Yeah, so what I mean is I want to have full control over what shows up for the pagination instead of it being automatically generated by my page titles. So, for example: On my website, I have a page titled "Science Policy Initiative (Web & Brochure Design)." I'd like that to stay titled that way, but I would like its corresponding pagination to instead read as "Science Policy Initiative." I suspect it is possible with quite a bit of coding - but I'm obviously not sure. Link to comment
tuanphan Posted October 27, 2020 Share Posted October 27, 2020 Do you use Personal Plan or higher? if higher, we can use jQuery to change pagination title on one page 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