-
AuthorPosts
-
December 4, 2013 at 5:13 pm #196237
Hi Another Breadcrumbs topic.
It seems most topics on Breadcrumbs are closed for commentsPORTFOLIO BREADCRUMB
https://kriesi.at/support/topic/issue-with-breadcrumbs-on-portfolio-pages/
So I have a changed the PORTFOLIO SLUG (portfolio-item) in THEME / GENERAL SETTINGS to (location)
But my portfolio-single has a breadcrumb that reflects the top main menu navigation
so I added the following php to functions.php in my child theme
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
Now my breadcrumb reflects the portfolio categories – Great! – however
Q1 : I’d like to change the order that the categories appear in the breadcrumb
Installing the following plugins has no effect on the custom post type PORTFOLIO
plugin :: Category Order and Taxonomy Terms Order
plugin :: Post Types OrderQ2: the Breadcrumb URL for the Parent Category uses /portfolio-entries/ and not the custom slug /location/
yes I have read the post here
https://kriesi.at/support/topic/problem-with-breadcrumbs-in-firefox/#post-185097
but it does not explain this issue
+ ———————————————————————- +
PAGE BREADCRUMB
I have a habit of creating a clean backend for all pages so that pages can be grouped by top level parent menu headings – About Us | Services | Products etc
I then add sub pages under each parent page to reflect my top level drop down navigation
ABOUT US
Our Profile
Our Mission
Our Team
I general do not have the top level parent menu item linking to a page by it’s own name.
The reason for this is that the pages are for admin organisation of pages only.To negate this – I make all parent menu items link the first page of the drop down menu
ABOUT US
Our Profile
Our Mission
Our Team
So ABOUT US actually links to Our ProfileThis can be done in 2 ways using :: Appearance/Menus
1. use LINKS and add a URL link and add a custom link text
2. add a duplicate of Our Profile and rename the menu Navigation Label <- I use this one!Q3: After using alot of other themes and theme frameworks for the first time ever I find that the – ENFOLD page breadcrumbs – does not reflect the URL links of the main menu navigation. I.e. the menu Navigation Label
Breadcrumb: Home / About Us / Our Profile
About Us – links to the blank page which we created – when actually it should link to Our Profile – Given that About Us is actually Our Profile with a different Navigation Label.
The Page Breadcrumb does not reflect the Main Menu Navigation Labels and links.
How do I fix this?+ ———————————————————————- +
SIDE BAR PAGE MENUSo I have turned on ENFOLD / SIDEBAR / Page Sidebar navigation
Display a sidebar navigation for all nested subpages of a page automatically?This is Great – and it does it automatically – Yeah!
Q4: Now How do I go about change the display order to reflect the order in my Main Menu
Could you add a new metabox for this option – to set the display order – so it matches my Main MenuYour assistance in these topics would be greatly appreciated.
December 6, 2013 at 11:57 pm #197160Hey HuxburyQuinn!
You can use this plugin as a workaround for Q3.
For Q4, try using this to alter its order.
Best regards,
Josue -
AuthorPosts
- The topic ‘Breadcrumbs / Protfolio Breadcrumbs / Page Side Bar Menu’ is closed to new replies.