wendy32
Forum Replies Created
-
No. These code fixes did nothing-we cleared site cache and no change.
We NEED this resolved. I will be forced to hardcode our categories onto the Main calendar page instead if we cannot figure this out.. and I dont even know what template or PHP page I would do that one so that these Categories display for ANY category when we look at the calendar.
- This reply was modified 7 months, 1 week ago by wendy32.
Is this the same code your team member already gave me in the other thread?
OK Implemented
Dont see any changes
That’s not what was recommended. It is set as:
define('SCRIPT_DEBUG', true);- This reply was modified 7 months, 2 weeks ago by wendy32.
I enabled Debugging and found zero Javascript errors usig this recipe:
https://developer.www.ads-software.com/advanced-administration/debug/debug-javascript/
Where would I look for these?
I do not see any change at all.
All code changes were implemented and rechecked again.Can Anyone help me with my issue?
My client’s website has the same issues where ALL the categories appear over the calendar- incuding the ones we’ve specifically coded to appear here in this file:
public_html/wp-content/themes/HudsonValley-Child/tribe-events/teccc
<?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'
)
);I ALSO tried editing the code you mentioned on line 43 of the file:
rc/Category_Colors/views/legend.php
no luck.
I rolled back one version- no luck either.Here is the website calendar:
Forum: Reviews
In reply to: [Nextend Accordion Menu] Perfect vertical accordion menu plugin!Hey
Can you show me a current wordpress website using this menu?
And do you have issues with it on the Mobile responsive side?
Are you HIDING the menu on Mobile?