Jonah

Forum Replies Created

Viewing 15 posts - 2,986 through 3,000 (of 4,001 total)
  • Author
    Posts
  • in reply to: Default view for events does not stick to Calendar #18992
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Calendar style to pick up theme style #18991
    Jonah
    Participant

    Hi 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?

    Jonah
    Participant

    Hey 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,
    Jonah

    in reply to: Events not in date order & Calendar View not showing #18989
    Jonah
    Participant

    Hi Shauna, got the email for the access but you didn’t provide the URL to your website. What is it?

    in reply to: calendar widget – switch month #18988
    Jonah
    Participant

    Hey 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,
    Jonah

    in reply to: Calendar widget directly into theme #18987
    Jonah
    Participant

    Hi 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 🙂

    in reply to: In PRO Admin the List of Events are Nonexistent #18986
    Jonah
    Participant

    Hmmm, 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!

    in reply to: The Events Calendar Log: Initializing Tribe Events #18968
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Events not in date order & Calendar View not showing #18959
    Jonah
    Participant

    Ok 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,
    Jonah

    in reply to: How does /events/ work? #18957
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Events not in date order & Calendar View not showing #18956
    Jonah
    Participant

    Ok 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.

    in reply to: Recurring event for third Saturday of each month #18949
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: In PRO Admin the List of Events are Nonexistent #18948
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Unable to get "my events" to work #18943
    Jonah
    Participant

    Hi 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?

    in reply to: Events not in date order & Calendar View not showing #18942
    Jonah
    Participant

    Hi Shauna,

    No problem. You just go to Settings > Permalinks and that will actually flush them automatically – no further action needed.

    Did that work?

Viewing 15 posts - 2,986 through 3,000 (of 4,001 total)