• Resolved wendy32

    (@wendy32)


    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)
  • Plugin Support Darian

    (@d0153)

    Hi @wendy32

    Thanks for reaching out.

    If you haven’t tried it yet, could you try the workaround provided below, and see if that resolves the issue?

    https://github.com/the-events-calendar/the-events-calendar-category-colors/pull/161/files

    Let me know how it goes.

    Thread Starter wendy32

    (@wendy32)

    Is this the same code your team member already gave me in the other thread?

    Plugin Support Darian

    (@d0153)

    Hi @wendy32

    Yes. I just checked the thread you mentioned, and it seems Andy was asking about the following:

    https://www.ads-software.com/support/topic/hidden-categories-displaying-7-3-1-update/page/2/#post-17900015

    Could you try clearing your cache from your plugins and server-side cache and see if that makes a difference?

    Plugin Support Darian

    (@d0153)

    Hi there,

    I hope everything is going smoothly for you. I just wanted to touch base and inquire if you had the opportunity to review my previous response as it has been some time since we last heard from you.

    Thread Starter wendy32

    (@wendy32)

    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 4 months ago by wendy32.
    Plugin Author Andy Fragen

    (@afragen)

    @wendy32 is it possible to switch to a default theme and deactivate all plugins except TEC and TEC Category Colors?

    Plugin Author Andy Fragen

    (@afragen)

    @wendy32 do you have the ability to create a test site that perhaps I could access?

    Plugin Support Darian

    (@d0153)

    Hi there,

    It appears that there hasn’t been any recent activity on this thread, so we’ll be closing this thread. However, if you have any additional questions or concerns, feel free to start a new thread.

    Plugin Author Andy Fragen

    (@afragen)

    @wendy32 you can add the following CSS to solve your problem in the interim.

    ul#legend li.teccc-hidden-category { display: none; }

    Plugin Support Iris

    (@iirvin)

    Hi @wendy32,

    I wanted to follow up and provide an update on this issue.

    In our recent update, we resolved the issue with Category Colors not hiding categories on the frontend. Please update the plugin to the latest version to apply this fix to your site.

    As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. https://theeventscalendar.com/knowledgebase/creating-and-using-a-wordpress-staging-site/

    Best,
    Iris

    Plugin Support Darian

    (@d0153)

    Hi there,

    We haven’t heard from you in a while, so I’m going to close this thread for now. Please feel free to start a new thread if you have any more questions.

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.