I have 3 portfolio boxes setup on a page, using completely different categories, that even have different category slugs. However, not all of the categories show up in the bottom two filters. Is there some sort of limitation on a page about this?
Unfortunately post grid won't work for us, as the content in the portfolio was designed for the portfolio grid option. Post grid does also not have an "All" selection in the category list like portfolio grid does.
While debugging I noticed that your page had HTML nesting errors coming from some unclosed markup somewhere in the portfolio item custom content. I checked out some of the items in categories used in the 2021 instance and found multiple occurrences of content HTML with unclosed strong tags such as:
Having HTML errors like this would break the sorting functionality since the portfolio filters won't be able to correctly associate with each project. Below are some of the projects I found unclosed strong tags in:
Webinar: Demystifying Unemployment Insurance for Restaurant Operators
Webinar: Get Ready, Restaurants: Prepping for the Colorado Secure Savings Program
Webinar: Need to Know Now: Restaurant Labor Law in 2022: What to Expect and How to Comply
Once those were all corrected, the filters for the 2021 portfolio started working normally again. The same process would need to be repeated for the projects used within the 2020 portfolio instance as well.
I have 3 portfolio boxes setup on a page, using completely different categories, that even have different category slugs. However, not all of the categories show up in the bottom two filters. Is there some sort of limitation on a page about this?
Hello There,
Thanks for keeping in touch.
Please send in your admin login credentials so that we can check this out.
Thanks.
Hey Again,
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
You seem to be using Child Categories which will not work in the Portfolio Filters. Use only single level categories.
Thanks
ThemeNectar Support Team
Hey Again,
Could you try using the "Post Grid" Page element to show the Portfolio posts and check.
Also escalating this to the developer to check if there are any known bugs.
Thanks
ThemeNectar Support Team
Unfortunately post grid won't work for us, as the content in the portfolio was designed for the portfolio grid option. Post grid does also not have an "All" selection in the category list like portfolio grid does.
Hey nadesignllc,
While debugging I noticed that your page had HTML nesting errors coming from some unclosed markup somewhere in the portfolio item custom content. I checked out some of the items in categories used in the 2021 instance and found multiple occurrences of content HTML with unclosed strong tags such as:
Having HTML errors like this would break the sorting functionality since the portfolio filters won't be able to correctly associate with each project. Below are some of the projects I found unclosed strong tags in:
Webinar: Demystifying Unemployment Insurance for Restaurant Operators
Webinar: Get Ready, Restaurants: Prepping for the Colorado Secure Savings Program
Webinar: Need to Know Now: Restaurant Labor Law in 2022: What to Expect and How to Comply
Once those were all corrected, the filters for the 2021 portfolio started working normally again. The same process would need to be repeated for the projects used within the 2020 portfolio instance as well.
Kind regards
That worked perfectly, I would have never noticed that. Thank you for the deep dive and finding that error for me!