Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #294799

    Hey 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,
    Ismael

    #294837

    Hi Ismael,

    Could you please provide me with some guidance.

    Where should I paste these codes?
    what line number?

    Thank you

    #294899

    Hi!

    You can add the codes Ismael posted to bottom of Functions.php file

    Best regards,
    Yigit

    #297178

    Hi,

    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

    #297282

    Hi!

    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!
    Ismael

    #297600

    Hi,

    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

    #300505

    Hi,

    Can I get support for this issue?

    Thanks

    #301138

    Hey!

    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!
    Ismael

    #301459
    This reply has been marked as private.
    #302999

    Hi!

    I re-added the code Ismael suggested and the breadcrumb issue seems to be fixed now, please review your site.

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.