I just built this whole site with tons of portfolio pages just to realize I don't see the two big things I'm looking for! I really hope you can help.
My client wants the Single Page Portfolio pages to:
1. provide a way for the user to go back where they were without going all the way back to square 1 with the back button. Namely, they'd like breadcrumbs. If breadcrumbs aren't available, at least a menu somewhere. (I have the setup to take a menu but I don't understand where to actually make it!)
2. Another option somewhere would be to have filters and such on the Single Page Portfolio listing.
I've tried to use plugins and none of them are working alongside Salient + WPBakery. There's something blocking it (?). Any help would be appreciated -- or I'll be in the dog house with my client for sure.
However, you won't be able to link to your categories that are using "+" in the category name. This is because + has a special reserved meaning when used in a URL - you'll need to change the name of the categories using that to something else such as "Mixed use / residential" or "Mixed use and Residential".
I've also written a snippet that you can add into your child theme functions.php file that will automatically add a pagination style link at the top of each of your projects by creating a URL using ?grid-filter with the current category assigned to the project: https://pastebin.com/bhfnYuZt
I just built this whole site with tons of portfolio pages just to realize I don't see the two big things I'm looking for! I really hope you can help.
My client wants the Single Page Portfolio pages to:
1. provide a way for the user to go back where they were without going all the way back to square 1 with the back button. Namely, they'd like breadcrumbs. If breadcrumbs aren't available, at least a menu somewhere. (I have the setup to take a menu but I don't understand where to actually make it!)
2. Another option somewhere would be to have filters and such on the Single Page Portfolio listing.
I've tried to use plugins and none of them are working alongside Salient + WPBakery. There's something blocking it (?). Any help would be appreciated -- or I'll be in the dog house with my client for sure.
Hey Ande,
Escalating this to the developer for further response on this.
Thanks
ThemeNectar Support Team
Hey Ande,
Salient can link to specific post grid filters by using ?grid-filter in the URL like so: https://www.finleydesignarch.com/portfolio/?grid-filter=interiors
However, you won't be able to link to your categories that are using "+" in the category name. This is because + has a special reserved meaning when used in a URL - you'll need to change the name of the categories using that to something else such as "Mixed use / residential" or "Mixed use and Residential".
I've also written a snippet that you can add into your child theme functions.php file that will automatically add a pagination style link at the top of each of your projects by creating a URL using ?grid-filter with the current category assigned to the project: https://pastebin.com/bhfnYuZt
Kind regards,