Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #579449

    Hi Support team!

    I add custom permalink to site: /%portfolio_entries%/%postname%/

    And what is happend the this work good but the breadcrumbs dont show the correct url:

    Can you tell me what to do?

    Thanks, Segev.

    #580086

    Hi segevmo!

    Please create us a temporary login with permission to disable the plugins and add custom code if necessary so we can take a closer look and help you better.

    Best regards,
    Vinay Kashyap

    #580203

    Thanks.

    #580809

    Hi!

    What is the supposedly correct breadcrumb trail for the product above? If you need the portfolio breadcrumb to display the category instead of the previous page / session, please add this in the functions.php file:

    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

    #584126

    No… That no working.

    Perhaps I did not explain myself.
    The display of breadcrumbs text is O.K., but the URL refers to the wrong place.

    Thanks, Segev.

    #586041

    Hi!

    does it work for you when activating a default WordPress theme instead?

    Best regards,
    Andy

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