• Resolved lckoepele

    (@lckoepele)


    If we navigate to a future or previous month, then click on the category link, it takes you back to the current month. What settings can be changed to stay on the viewed month for that category?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Andy Fragen

    (@afragen)

    This plugin isn’t altering the normal category links. Since the month moves forward or backwards in JS (provided by The Events Calendar) moving out of the calendar back to the main month will bring you back to the current month.

    The only possible alternative would be to use the Legend Superpower option under the Category Colors Settings.

    Thread Starter lckoepele

    (@lckoepele)

    The Legend Superpower has been enabled to stay in the viewing month.

    The category legend doesn’t display on the List or Week views. It also didn’t display when the Legend Superpower was disabled. Is this plugin only available for month view?

    Plugin Author Andy Fragen

    (@afragen)

    Please refer to the wiki for more details.

    https://github.com/afragen/the-events-calendar-category-colors/wiki/Adding-Legend-to-Additional-Views

    Legend Superpowers only works in month view.

    I might be able to be more helpful if you provide a link to the calendar.

    Thread Starter lckoepele

    (@lckoepele)

    Thank you for the link. I added the code for list, week, and day. The legend shows up for list and day but not for week.

    Thread Starter lckoepele

    (@lckoepele)

    I added these three lines into functions.php:
    teccc_add_legend_view( ‘list’ );
    teccc_add_legend_view( ‘week’ );
    teccc_add_legend_view( ‘day’ );

    The legend does not show up for the week view. It shows up for the list and day views.

    Thread Starter lckoepele

    (@lckoepele)

    I was able to figure it out. Our styles were making the legend hidden. Thank you for your help.

    Plugin Author Andy Fragen

    (@afragen)

    Glad you got it sorted out.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Category link goes back to current month’ is closed to new replies.