Forum Replies Created
-
AuthorPosts
-
September 4, 2014 at 10:47 am in reply to: Problem with breadcrumbs – undefined index notices #722252
Galen
ParticipantI had WP_DEBUG set to true while I was fixing another issue – changing it back to false stoped the notices from displaying and the breadcrumbs now work normally.
September 3, 2014 at 12:40 pm in reply to: Problem with breadcrumbs – undefined index notices #720023Galen
ParticipantThanks I tried that and it just seemed to nuke the breadcrumbs off of every page
I tried using an if (is_page()) but couldn’t get it to work with the page id, slug or title.
This is the code in the header file that calls the breadcrumbs
$showBreadcrumbs = get_options_data(‘options-page’, ‘show-breadcrumbs’);
$showBreadcrumbs = ( !empty( $header[‘header-breadcrumbs’] ) ) ? $header[‘header-breadcrumbs’] : $showBreadcrumbs;I will contact the theme dev and see what they have to say.
Galen
ParticipantAnd to think I grabbed a template to save time 😛 I will definitely want to set this up as a child theme now. Thanks for tracking down the issue. The code you suggested worked perfectly.
Galen
ParticipantThis reply is private.
Galen
ParticipantThis reply is private.
Galen
ParticipantThis reply is private.
Galen
ParticipantThis reply is private.
Galen
ParticipantThis reply is private.
Galen
Participantanyone??
August 12, 2014 at 12:43 pm in reply to: Listing multiple events in list widget with only one show #652549Galen
ParticipantUnder Settings > General Check the Recurring Event Instances Box Show and only the first instance of each recurring event (only affects list-style views
-
AuthorPosts
