I am trying to set the arrows for the portfolio items to work only with portfolio items with the same project category but not working once I check the option.
I needed this site to go live as soon as possible so I have fixed it myself.
The things that weren\'t working correctly for my needs:
The theme gets the custom taxonomies by name. So if the name is not url friendly doesn\'t work. So I changed to get this conditional:
foreach ( $terms as $term ) {
$project_cat = strtolower($term->slug);
}
Then I made it to deal with the problem when one post has 2 taxonomies as I want it. But I would suggest doing the change above as will fix the bug when the taxonomy name is composed with 2 or more words.
Hi there,
I am trying to set the arrows for the portfolio items to work only with portfolio items with the same project category but not working once I check the option.
I thought this was allowed by the theme?
Hey,
I see you update to 5.5.5, as per the changlog this was fixed in 5.5.4 See changelog: http://themenectar.com/changelogs/salient.html .
Thanks
ThemeNectar Support Team
Sure, Let us know the login details in a private response.
Thanks
ThemeNectar Support Team
Hi there,
I needed this site to go live as soon as possible so I have fixed it myself.
The things that weren\'t working correctly for my needs:
The theme gets the custom taxonomies by name. So if the name is not url friendly doesn\'t work. So I changed to get this conditional:
foreach ( $terms as $term ) {
$project_cat = strtolower($term->slug);
}
Then I made it to deal with the problem when one post has 2 taxonomies as I want it. But I would suggest doing the change above as will fix the bug when the taxonomy name is composed with 2 or more words.
Thanks for your help
Albert
www.albiesoft.com
Hey - thanks for noting :)
Cheers