Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #870425

    I would like to force the breadcrumbs of the portfolio items, but in some cases when parent_page is home page does not work and inserts a “random” product level. (in my site DELUXE)

    If I select “Breadcrumb parent page” the home page does not work.

    I would like the result to be Home> Portfolio Item

    #870497

    Hey Hedo,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #873249
    This reply has been marked as private.
    #873899

    Hi,

    Amazing site and setup, congratulations!
    That happens only on the parent page, and on selected product or everywhere?
    Sorry it is not clear enough for me.

    Best regards,
    Basilis

    #874134
    This reply has been marked as private.
    #875372

    Hi,

    Is that a category, that the product Kanguru goodnight is it included in?

    Best regards,
    Basilis

    #876099

    No the item is not part of the DELUXE category, but only in the GOODNIGHT category.
    The problem is precisely this, when I try to set that as _parent there is the HOMEPAGE in the breadbrumbs is put DELUXE.
    … I think it’s a bug.

    You have credentials to modify and check yourself.

    #876869

    Hi,

    I can check that the category is the Kanguru, that is where it is added

    Best regards,
    Basilis

    #877066
    This reply has been marked as private.
    #878266

    Hi Hedo,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #879100

    hello Victoria, I do not think it’s a request for additional functionality but just fix a BUG.

    I think it is a BUG because if you allow you to select as parent page the HOMEPAGE is also correct that breadcrumbs will work properly.
    Instead, to make a product appear (I think randomly), the path should appear as I have pointed out in the topic.

    I have been using your template for a long time and I have never had difficulty getting your support where the problems were clearly BUGs.

    #880025

    Hi,

    It’s not a bug. It is a filter in the theme which includes the page with the portfolio grid element if the front page is the same as the portfolio parent page. Technically, you can’t set the home page as portfolio parent page. I understand that the logic may not be applicable in some cases. Please add this code in the functions.php file to disable the filter.

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    function avia_remove_portfolio_breadcrumb(){
         remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }

    Best regards,
    Ismael

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