Hi there - I'm looking to add a page navigation section at the bottom of my portfolio page. There is currently that navigation section at the bottom of my about page that links to the contact page (reference image attached). I'm trying to add that to one of my portfolio pages but I can't seem to find it. Is that not available for the portfolio pages? Thanks so much for your help!
Right so when you go and edit the page you have a special section that should be enabled 'Page Navigation Section'. Once you enable it you can setup the next page navigation.
I see that as an option on Pages but not on Portfolio. I did add in additional CSS to the customiser though to remove the "Next Service" link at the bottom of each portfolio page. Here's the CSS that was added in:
there is no configurable section in portfolio item options because that's a section that should exist in all portfolio items and that leads to the next portfolio item in the chronological order.
So with the CSS instructions you enumerated you actually hid the section.
Okay. I got the code from a previous help desk inquiry. Is there any way then to not have the "Next Service" option at the bottom of the page but add in that link to "Contact Us"? Even if there is a way to manually add it in via HTML directly onto the bottom of the page.
Not sure I understand your question entirely but you can always add a link to the 'next page' at the end of the page/portfolio content (while keeping the option disabled)
I want to add this specific style of a link to our contact page at the bottom of each of our portfolio pages - screenshot attached for style reference.
Hi there - I'm looking to add a page navigation section at the bottom of my portfolio page. There is currently that navigation section at the bottom of my about page that links to the contact page (reference image attached). I'm trying to add that to one of my portfolio pages but I can't seem to find it. Is that not available for the portfolio pages? Thanks so much for your help!
Attached files: Screenshot 2023-07-28 at 8.59.46 PM.png
Hi Megan,
So the portfolio template page like this:
http://clapat.ro/themes/munio-wordpress/portfolio-grid/
has the page navigation section that can be set in page options
https://prnt.sc/n0PV55V-JeXA
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi there,
Where in page option am I able to enable that?
Right so when you go and edit the page you have a special section that should be enabled 'Page Navigation Section'. Once you enable it you can setup the next page navigation.
https://prnt.sc/RnT9pEdqBYTq
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I see that as an option on Pages but not on Portfolio. I did add in additional CSS to the customiser though to remove the "Next Service" link at the bottom of each portfolio page. Here's the CSS that was added in:
#project-nav { display: none; }
.next-project-image { display: none; }
#main-page-content.project-page { margin-bottom: auto; }
Attached files: Screenshot 2023-07-31 at 3.43.49 PM.png
Hi Megan,
there is no configurable section in portfolio item options because that's a section that should exist in all portfolio items and that leads to the next portfolio item in the chronological order.
So with the CSS instructions you enumerated you actually hid the section.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Okay. I got the code from a previous help desk inquiry. Is there any way then to not have the "Next Service" option at the bottom of the page but add in that link to "Contact Us"? Even if there is a way to manually add it in via HTML directly onto the bottom of the page.
Not sure I understand your question entirely but you can always add a link to the 'next page' at the end of the page/portfolio content (while keeping the option disabled)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I want to add this specific style of a link to our contact page at the bottom of each of our portfolio pages - screenshot attached for style reference.
Attached files: Screenshot 2023-07-31 at 4.51.23 PM.png
I see Megan, however this is custom work. The html structure is different
Maybe you can copy -and-paste the html code from the page source? (to the content of the page/portfolio item)
https://prnt.sc/zCgZ2urfkD10
Page source is available is available in browser ( right click -> View Page Source)
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
That worked perfectly. Thank you so much!