Remove Breadcrumbs

Home Forums Calendar Products Events Calendar PRO Remove Breadcrumbs

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23737
    Erika
    Participant

    I am trying to not have the breadcrumb show up on the Calendar and List View. I am using Genesis, so I am not sure if that is the issue. I followed the tutorial on using event calendar with genesis but then ended up with two breadcrumbs not just one! I have removed breadcrumbs from all the other pages but can’t seem to remove it from The Event Calendar. I have tried code in the functions.php file… and still those breadcrumbs remain. Any help/guidance or a point in the right direction would be much appreciate. You can view the work in progress/demo site here:
    http://hzdsites.com/brettreed/events/

    #23762
    Erika
    Participant

    Fixed the issue… and in case anyone else has the issue. I removed the following code from the functions file:
    /** Change breadcrumb location */
    remove_action( ‘genesis_before_loop’, ‘genesis_do_breadcrumbs’ );
    add_action( ‘genesis_after_header’, ‘genesis_do_breadcrumbs’ );

    I also deleted all of the event file code in the functions file I had added and then added it back in. Not sure why I couldn’t just delete the breadcrumb lines of code and it work without removing and adding back in the event code but it did work!

    #977565
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Breadcrumbs’ is closed to new replies.