Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Moca,
What are you permalinks settings in Settings > Permalinks? Try refreshing your permalinks by visiting that page to see if that helps. If not, can you provide me WP admin access so I can take a look? Please email to jonah [at] tri [dot] be and reference this thread so I know what it’s for.
Thanks,
JonahJonah
ParticipantHi Morena,
Yes the plugin knows to use that CSS file instead of the stock one included with the plugin.
To add a div around the calendar you could add this in the Settings > The Events Calendar > Template page in the before and after HTML boxes. Does that help?
May 10, 2012 at 9:21 am in reply to: Event calender PRO – drag and drop widget failed in IE9 – Fix Available #18990Jonah
ParticipantHey Steve, thanks for posting this! We do have a ticket out to fix this in an upcoming release and I’ve just put a note in with your fix which should help speed this along.
Thanks again for your contribution!
Cheers,
JonahJonah
ParticipantHi Shauna, got the email for the access but you didn’t provide the URL to your website. What is it?
Jonah
ParticipantHey Byron,
Thanks for the compliment and we do realize this is an important feature to implement. We’ll do our best to get it out ASAP.
Cheers,
JonahJonah
ParticipantHi David, sure you can, you would just use the following wherever you want the widget to appear:
the_widget('TribeEventsCalendarWidget');
Make sure to wrap in PHP tags if needed 🙂Jonah
ParticipantHmmm, do you have a screenshot of the admin where you’re events are not showing? I’m seeing all of them in Chrome: http://cl.ly/344610291D1K361z271x
Make sure you clear your browser cache too…
On the calendar format, this is an issue with your theme applying a width of 600px to the hr elements separating the events on a given day. You can easily override this by making a copy of /wp-content/plugins/the-events-calendar/resources/events.css and placing in an ‘events’ folder in your theme (if you don’t already have this setup). Then find line 233 that reads like this:
.tribe-events-calendar hr {
border: 0 none !important;
display: block;
height: 1px;
background-color: #E7E7E7;
margin: 0 9px !important;
}
….and add width: auto; like so:
.tribe-events-calendar hr {
border: 0 none !important;
display: block;
height: 1px;
background-color: #E7E7E7;
margin: 0 9px !important;
width: auto;
}
Hope that helps!
Jonah
ParticipantHi John,
I’ve asked for a time frame from the developer I assigned this to you and will let you know when you can expect a response as soon as I know.
Regards,
JonahJonah
ParticipantOk Shauna,
Can you provide me WP admin access and I’ll take a look? Please email to jonah [at] tri [dot] be and reference this thread.
Thanks,
JonahJonah
ParticipantHi David,
The plugin works by creating internal rewrites to create a virtual page in the background. The reason we went with this route is to make the plugin as plug and play as possible so users don’t need to mess with shortcodes and creating the page…
There are a few things you can do to get more control over the template that is displaying the calendar and events list.
1. You can wrap those pages in whatever HTML you want by visiting Settings > The Events Calendar > Template and inputting the before and after HTML for any wrappers you might need to include.
2. You can change the Events Template on the same settings page to determine what template is used for the main event pages. There is the Default Events Template which uses /wp-content/plugins/the-events-calendar/views/ecp-page-template.php which you can completely customize and add your HTML wrappers or other PHP/code as needed. Make sure if you want to edit this file that you make a copy and place in an ‘events’ folder in your theme first. Other than the Default Events Template you should have all your themes page templates in that drop down that you can select from and again edit to your liking to include specific code for the events pages.I’ve created some conditional PHP wrappers for re-use that you might find helpful for conditionally using code on events specific pages: https://gist.github.com/2415009
I hope that helps but let me know if you have any other questions.
Cheers,
JonahJonah
ParticipantOk the next thing I need you to try is to deactivate all other plugins to see if there is a plugin conflict. If after deactivating all other plugins and it works, then you know it’s a plugin conflict and you can then reactivate plugin by plugin to determine the culprit.
Let me know if that works.
Jonah
ParticipantHi David,
Unfortunately these are the only re-occurence options available right now. Any others will have to be added in a future release. We’re actually getting close to putting together a survey for new features so you can chime in there when that’s out or we also have this thread that you could add to: https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/
Sorry I don’t have more for you.
Regards,
JonahJonah
ParticipantHi Jan,
Ok, two issues at hand here. First, you are running 2.0.3 of Events Calendar Pro. Please update this to the latest 2.0.6. Second, there are files missing from Events Calendar Pro so hopefully when you update these will come over but if not, try manually re-copying the entire plugin folder via FTP to make sure all the files are there for the plugin.
Try that and let me know how it goes.
Cheers,
JonahJonah
ParticipantHi Penny,
In order for the /events/community/list page to show anything (i.e. the events that a user has submitted) you must enable the “Enable users to edit their submissions” in Settings > The Events Calendar > Community as shown here: http://cl.ly/2p2s2X3e0V2g2S1s2a2n
Does that help?
Jonah
ParticipantHi Shauna,
No problem. You just go to Settings > Permalinks and that will actually flush them automatically – no further action needed.
Did that work?
-
AuthorPosts
