-
AuthorPosts
-
July 22, 2014 at 8:57 am #294227
Hi,
When I go to this direct link, http://aarcs.ca/portfolio-item/a22068792/
The category shows as “Special Needs Dogs” where this item should be a Barn Animals.But if you click the animal from here, http://aarcs.ca/adoptable-barn-buddies/ it will display the right category.
Also, if you try to go to the next animal, it is going to the animal in different category. This is not right.
Could you please help.
Thanks
July 23, 2014 at 7:36 am #294799Hey AARCS!
Thank you for visiting the support forum.
Please add this on functions.php to fix the breadcrumb:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
Add this below to set the post navigation to the same category:
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }
Best regards,
IsmaelJuly 23, 2014 at 9:50 am #294837Hi Ismael,
Could you please provide me with some guidance.
Where should I paste these codes?
what line number?Thank you
July 23, 2014 at 12:04 pm #294899Hi!
You can add the codes Ismael posted to bottom of Functions.php file
Best regards,
YigitJuly 29, 2014 at 7:19 am #297178Hi,
I did as instructed.
However, the issue still there.
Every time I browse the animal, at one point it will jump to different category.
Especially for the “adoptable-barn-buddies” category.Is there a limitation on how many item I can have on the Portfolio?
Could you please help.
Thanks
July 29, 2014 at 2:07 pm #297282Hi!
Please remove browser cache then reload the page a few times. I don’t see the “Special Needs Dogs” category anymore when I go to this page: http://aarcs.ca/portfolio-item/a22068792/
Cheers!
IsmaelJuly 30, 2014 at 8:39 am #297600Hi,
Looks like the issue still there, even after I clear my cache or using different browsers.
For example:
1. go to http://aarcs.ca/adoptable-barn-buddies/
2. Pick “Duke”
3. If we see, the next item is “Hamm” a22512566
4. It said on top “You are here: Home / Adoptable Barn Buddies / A22512566”
5. If we copy the link, http://aarcs.ca/portfolio-item/a22512566/ and open it using different browser, in my example IE 11. I got Hamm as ”
You are here: Home / Adoptable Animals / Special Needs Dogs / A22512566″
6. And if I go to WP admin and go to Portfolio, this item only have “2014” as the category, not as “Adoptable Barn Buddies” or “Special Needs Dogs”Could this be because we change the category of this item before?
Please advise.
Thank you
August 6, 2014 at 5:38 am #300505Hi,
Can I get support for this issue?
Thanks
August 7, 2014 at 3:07 pm #301138Hey!
Thank you for the info.
Please post the login details here and set it as a private reply. We would like to check it.
Cheers!
IsmaelAugust 8, 2014 at 5:51 am #301459This reply has been marked as private.August 12, 2014 at 7:07 am #302999Hi!
I re-added the code Ismael suggested and the breadcrumb issue seems to be fixed now, please review your site.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.