Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi 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
July 8, 2012 at 8:32 am in reply to: Next/Previous Month arrows in widget view don't go anywhere #21701Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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,
– JonahJonah
ParticipantHi 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,
JonahJuly 6, 2012 at 8:11 am in reply to: Next/Previous Month arrows in widget view don't go anywhere #21643Jonah
ParticipantHi Vivek,
Where did you add the closing table tags? Please be more specific about what you edited and where.
Thanks,
– JonahJonah
ParticipantAwesome Alex, glad to hear. Let us know if there’s anything else we can help with!
– Jonah
Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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
Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJuly 5, 2012 at 12:44 pm in reply to: Next/Previous Month arrows in widget view don't go anywhere #21564Jonah
ParticipantHi 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
Jonah
ParticipantHi 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,
JonahJuly 5, 2012 at 12:23 pm in reply to: Next/Previous Month arrows in widget view don't go anywhere #21561Jonah
ParticipantHi 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
-
AuthorPosts
