-
AuthorPosts
-
August 19, 2015 at 6:58 pm #490306
Hello,
The crumb trail for events is duplicating on Event pages.
It reads: Home / Events / Events / (event name)
I don’t have any special settings for these pages, and can’t figure out how to remove the extra Events item. Can you take a look?
Thanks!August 20, 2015 at 2:04 pm #490771Hey kristenangel,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardAugust 20, 2015 at 3:14 pm #490819Thanks!
August 24, 2015 at 5:34 pm #492398Hi! Bumping this so it doesn’t get lost in the mix.
August 24, 2015 at 6:43 pm #492434Hey!
Can you please update Enfold to the latest version 3.3.2 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitAugust 24, 2015 at 7:37 pm #492458Just did. Also made sure I was on the latest version of WP. The double “events” category is still appearing.
August 25, 2015 at 12:51 pm #492870Hey!
can you activate a default WordPress theme and check if it’s happening there as well? let us know about your results.
Also make sure you have the correct settings in Settings->Permalinks
Best regards,
AndyAugust 25, 2015 at 8:53 pm #493216The permalinks are set at Post Name.
Changing the theme to a default WordPress doesn’t seem relevant because it does not include the curmbtrail in the top right of the page, as the Enfold theme does. Regardless, I tested in 2015 and (as expected) nothing showed up for crumbtrails, since it’s not part of the default theme.
I provided a link to view this above. Are you seeing the issue? This seems to be theme-related.
August 26, 2015 at 12:25 pm #493486Hey!
I’m not sure why there is a duplicated “Events” trails. Please try to add this in the functions.php file:
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_singular('tribe_events') ) { unset($trail[1]); } return $trail; }
Best regards,
IsmaelAugust 26, 2015 at 3:25 pm #493596This worked, thanks! One other small issue, in the breadcrumb, the spacing is off between dividers.
“Home / Events /Event name” –> currently reads with ” /”
“Home / Events / Event name” –> should read with ” / ”Is there a way to move the location of the /?
Thanks again!
August 27, 2015 at 1:17 pm #494104Hey!
try this code:
span.sep { margin-right: 5px; }
Regards,
AndyAugust 27, 2015 at 3:36 pm #494226Great. Thanks!
August 27, 2015 at 8:29 pm #494433Hey!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy -
AuthorPosts
- The topic ‘Events Calendar: Breadcrumb shows Events twice’ is closed to new replies.