Hidden Categories Apear after Upgrade to latest release
-
We've upgraded to 7.31. and downgraded again as needed.
Still the hidden categories appear over the top of our calendar.
We also tried Andy's recommended fix:
change to line 43 with no success.
We have the proper setup in our legend.php file as well:
<?php
namespace Fragen\Category_Colors;
use Tribe__Events__Main;
//$options['terms'] =
$teccc->setup_terms( $options );
?>
<div id="legend_box" class="teccc-legend">
<ul id="legend">
<?php
$teccc->terms = array(
17 => array(
0 => 'workshops',
1 => 'Workshops'
),
24 => array(
0 => 'readings',
1 => 'Readings'
),
25 => array(
0 => 'hvwc-recurring-events',
1 => 'HVWC Recurring Events'
),
26 => array(
0 => 'special-events',
1 => 'Special Events'
)
);The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- You must be logged in to reply to this topic.