Jonah

Forum Replies Created

Viewing 15 posts - 2,521 through 2,535 (of 4,001 total)
  • Author
    Posts
  • in reply to: Changing Title Of Gridview? #21702
    Jonah
    Participant

    Hi John,

    That’s great that the AIO SEO plugin works that way! If you need to make adjustments to your layout/templates I would suggest looking through the forum or out themer’s guide (https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/) or some of the other tutorials and/or FAQ’s on how to do this.

    Good luck!

    – Jonah

    Jonah
    Participant

    Hi Vivek, if you are just adding closing HTML tags and do not have the open equivalents of them, this is likely going to break some things. If you need your calendar full width there are better ways to do it. Via CSS and/or editing the plugin template files (https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/).

    What happens when you take these closing tags out? Does it resolve your issue? If so, I would keep them out and try to find another solution for making the calendar full width.

    Cheers,
    Jonah

    in reply to: remove event list tab from the calendar? #21657
    Jonah
    Participant

    Hi Davida,

    Sorry about that, we moved that to a tutorial that is now located here: https://theeventscalendar.com/how-can-i-remove-the-buttons-to-toggle-between-gridlist-on-the-frontend/

    – Jonah

    in reply to: WP Router Placeholder – Continued #21653
    Jonah
    Participant

    Hi Tom,

    We are still working on this and it will be fixed in Community Events 1.0.2 which will be coming out in the near future. Thanks for being patient and sorry for the inconvenience.

    – Jonah

    in reply to: remove event list tab from the calendar? #21651
    Jonah
    Participant

    Hi Davida,

    There is only one list.php file and it’s in the free version of the plugin. So you’ve placed a copy of /wp-content/plugins/the-events-calendar/views/list.php in an ‘events’ folder inside YOUR theme folder (not the general themes folder)?

    Cheers,
    – Jonah

    in reply to: Reccuring events bug #21650
    Jonah
    Participant

    Hi Julien, I was not able to reproduce this particular issue. I wonder if there’s a plugin or theme conflict going on. Have you tried deactivating all other plugins and/or reverting to the Twenty Eleven theme to see if a conflict exists?

    Let me know,
    Jonah

    Jonah
    Participant

    Hi Vivek,

    Where did you add the closing table tags? Please be more specific about what you edited and where.

    Thanks,
    – Jonah

    in reply to: Event Calender Pro Widget #21642
    Jonah
    Participant

    Awesome Alex, glad to hear. Let us know if there’s anything else we can help with!

    – Jonah

    in reply to: Changing Title Of Gridview? #21640
    Jonah
    Participant

    Hi John,

    Unfortunately I don’t have an update for you on this. It’s still on our radar and I’ve nudged the team to take another look but there’s nothing else I can do. If you need a solution for this right now I would suggest hiring a developer to help you implement the SEO functionality you need.

    Regards,
    Jonah

    in reply to: Make mini calendar widget dates clickable #21632
    Jonah
    Participant

    Hi Tony,

    It seems to still work fine for me… I added a recurring event on the last day of the month that spans to the first day of the next month. That’s the setup correct?

    – Jonah

    in reply to: Month / Starting Days / Warning #21575
    Jonah
    Participant

    Hi Scott,

    Try modifying /wp-content/plugins/the-events-calendar/public/template-tags/calendar.php – comment out line 146 so it looks like this:

    function tribe_month_year_dropdowns( $prefix = '' ) {
    global $wp_query;

    if ( isset ( $wp_query->query_vars['eventDate'] ) ) {
    //$date = $wp_query->query_vars['eventDate'] . "-01";
    } else {
    $date = date_i18n( TribeDateUtils::DBDATEFORMAT );
    }
    $monthOptions = TribeEventsViewHelpers::getMonthOptions( $date );
    $yearOptions = TribeEventsViewHelpers::getYearOptions( $date );
    include(TribeEvents::instance()->pluginPath.'admin-views/datepicker.php');
    }

    This is a core hack and will be overwritten the next time you update so be sure to remember to apply it again if you do update. We’ll get this fixed in an upcoming release as soon as we can.

    Regards,
    Jonah

    in reply to: remove event list tab from the calendar? #21572
    Jonah
    Participant

    Hi Davida,

    No problem. Take a look at this FAQ for help with this: https://theeventscalendar.com/faq/how-can-i-remove-the-buttons-to-toggle-between-gridlist-on-the-frontend/

    Let me know whether or not that works for you.

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Vivek,

    Strange… Have you tried deactivating all other plugins and/or switching to the Twenty Eleven theme to rule out conflicts? If so, and the issue persists I would suggest reinstalling the plugins. Have you made modifications to any of the plugin files via overrides in an ‘events’ folder in your theme?

    – Jonah

    in reply to: Event Description Shows up Twice Within Event Page #21562
    Jonah
    Participant

    Hi Vivek,

    Sorry to hear about this. Have you tried deactivating all other plugins to see if there is a conflict? If that doesn’t work try changing your Events Template in Settings > The Events Calendar > Template.

    I hope that helps,
    Jonah

    Jonah
    Participant

    Hi Vivek,

    There’s likely a script error or conflict with a plugin or your theme that is preventing the links from working. Can you provide us a link to your site so I can actually test it out? If not, what I would suggest is to look for any scripts errors and try to resolve them (or post here) or deactivating all other plugins to see if there is a conflict with one.

    I hope that helps!

    – Jonah

Viewing 15 posts - 2,521 through 2,535 (of 4,001 total)