Quantcast
Channel: WordPress.org Forums » [The Events Calendar] Support
Viewing all 25122 articles
Browse latest View live

Excessive plugin update frequency

$
0
0

Replies: 0

We love your plugin and appreciate your hard work to improve and maintain it; however, since the release of version 4.5, it seems that the plugin update frequency has reached a point that makes it difficult for us to establish a frozen/stable baseline for our WordPress site. Do you see a time in the near future where your plugin will return to a “stable” maintenance schedule with plugin update frequency closer to once a month rather than once a week?


[4.5.6] 2017-06-22
[4.5.5] 2017-06-14
[4.5.4] 2017-06-06
[4.5.3] 2017-06-01
[4.5.2.1] 2017-05-19
[4.5.2] 2017-05-17
[4.5.1] 2017-05-04
[4.5.0.2] 2017-05-01
[4.5.0.1] 2017-05-01
[4.5] 2017-05-01

Thank you very much for a great plugin and for your great support.


Customizing the List View

$
0
0

Replies: 0

Hi there,

I’m looking to have a list view very much like the example on The Events Calendar demo page here:

http://wpshindig.com/events/list/

With the event titles, dates, location at the top, then the event image with the description text beside it on the right.

Can this easily be achieved with the free version of the plugin without a lot of template customization? Does it require the Pro version of the plugin?

Any feedback is greatly appreciated.
Thank you.

Event Details, Organizer and Venue formatting is wrong

$
0
0

Replies: 0

Hi,

I’ve been using The Events Calendar for a while now, but with my UXThemes Flatsome theme the formatting of event Details, Organizer and Venue is all messed up.

With the latest update to Version 4.5.6 the formatting of Cost is even worse, with the price now being on a new line. Check out this example on my development site:

http://jason-king.co.uk/event/quiz-night

Does anyone have a solution to this, or have any pointers as to how I might make updates to the CSS to fix these issues?

I love the plugin but the formatting is causing me a real headache.

Thanks in advance for your help.

Best regards,
Jason King

Bug? Chrome shows events as dots, no names. Fine in other browsers…

$
0
0

Replies: 0

https://greywateraction.org/events/

Using version 4.5.6
Chrome:
When in Month view, if there is an event for a day, that day’s number turns into a link and a dot appears below it. The calendar is smaller and styled differently.

Firefox:
Same view mode. The calendar is much larger and shows all of the events.

I have the default stylesheed set to “full styles”, but if I change it to anything else. Chrome does not seem to respond to the changes. I’ve cleared the cache, but no difference shows.

Attendee registration form

$
0
0

Replies: 0

Hi,
I can’t seem to find this information clearly explained anywhere…
If I use the free version of the plugin, can I set a simple registration form for the events? (like collecting name and contact information)
I have found some discussion stating that you can with some predefined fields, but cannot find any option after installing.
I do not even see any mention in the description of the pro version, which seems to add payment features for the events, but no words about introducing a free registration are spent.

Could you please help to understand how to accomplish it?
I simply need to be able to put a registration form in the details of events, so that visitors can leave their data to be registered.

If this is already documented, and I just could not see it, please point me to the right article.

Thanks a lot!
BR
CP

Interesting calendar

$
0
0

Replies: 0

I would like to know have you calendar popup window for events or no before installing and using your calendar plugin ?

Thank You.

Code on Front End

$
0
0

Replies: 0

Hi there,

I am using Event Calendar 4.5.6 and recently I found out that there is the following code displayed on the month view on the frontend:

[[ if(imageSrc.length) { ]]
 [[=title]]
[[ } ]] [[ if(excerpt.length) { ]]
[[=raw excerpt]]
[[ } ]] [[=i18n.find_out_more]]

The code is not displayed on the event detail view.

Any help to identify how to remove it?

Thanks,

Fatal Error

$
0
0

Replies: 1

Fatal error: Class ‘Tribe__Events__Rewrite’ not found in /home/xxxxxxx/public_html/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 499

When updating to the latest version of TEC, 4.5.6, recv’d the above error. I have an exact clone of website as a development site. The clone updated fine. The live site will not update due to the above error, and my events page is down.

I compared the above-referenced line 499 in Main.php between the live site and the clone; both are identical.

Suggestions? Bug???


Layout difference from 4.5.5 to 4.5.6

Google map isn’t displayed

$
0
0

Replies: 0

On my website the plug-in doesn’t display Google map in actions.
Instead of it – the empty gray unit.
API is entered, the output of a card is included.

Internal Server Error

$
0
0

Replies: 0

Hi,

I have been experiencing some problems using The Events Calendar in conjunction with Duplicator. It has been happening both in WP Version 4.7.5 and 4.8 and it has been happening since I updated The Events Calendar (the three latest versions). I try to back up my site using Duplicator and I get an Internal Server Error. Any ideas?

Thanks

Lynandrog

Constraining “Previous” and “Next” buttons to Event Category

$
0
0

Replies: 0

We are a company who presents broadway shows in 11 cities. I would love to use The Events Calendar for all of my events, but I do NOT want the links at the bottom to point to events in different cities.

How can I set my Events Calendar to constrain those “Previous”/”Next” buttons that are automatically added to the bottom of every event page such that they only show events in the same Events Category?

issue with foo lightbox

$
0
0

Replies: 0

I am working on a site that use the events calendar plugin and foo gallery and fooBox image lightbox plugins.

The client just created a new event and included a foo gallery using the shortcode. this part worked fine. She set the foo gallery to use foobox for the lightbox and this is the part that doesn’t seem to work.

Whats weird is that if the client is logged in as a wordpress admin when viewing the event page, the lightbox works, but if they are not logged in, the lightbox doesnt appear.

does anyone know if there is an issue with fooBox and the Events Calendar?

Language files are overridden with update

Programatically add an event

$
0
0

Replies: 0

Hi there from germany,

In a site specific plugin I am trying to create a tribe event with the help of an ACF frontend form, which works more or less.

I have a working timestamp, but I am unable to save the correct date. What should be the Value of $args[‘EventStartDate’], reagrding to that timestamp?

I tried something like this (shortened, no validation):

$date_format = Tribe__Date_Utils::datepicker_formats( tribe_get_option( 'datepickerFormat' ) );
$args['EventStartDate'] = date($date_format, $start_timestamp);

but that gives me some weird date in the past.

Furthermore, I try to associate the newly created event to an existing Venue and organizer. The ACF form gives me the ID of both. What should be the correct value for i.e. the venue field?

Tried the following (shortened, no validation):

$args['Venue'] = array();
$args['Venue']['VenueID'] = $_POST['VenueID'];

No luck with that either.

Could somebody please give me some help?


Issue with list view after update 4.5.6 please have a look

$
0
0

Replies: 0

Hi Everyone

Please have a look at my website: http://www.koepeltheater.nl/evenementen-in-leeuwarden/

The calender page is messed up after updating to 4.5.6. The images and boxes are way smaller then before.. but on the front page the boxes seem to be normal.

see image below to see what i mean
https://postimg.org/image/epcr2kk79/

  • This topic was modified 3 hours, 5 minutes ago by Jaguarxkr.
  • This topic was modified 3 hours, 4 minutes ago by Jaguarxkr.
  • This topic was modified 3 hours, 4 minutes ago by Jaguarxkr.
  • This topic was modified 3 hours, 3 minutes ago by Jaguarxkr.
  • This topic was modified 3 hours, 2 minutes ago by Jaguarxkr.

Search Filter issue

$
0
0

Replies: 0

We recently launched a new WP site which uses the Events Calendar plugin. This works pretty well, except that we’re having an issue the search filter. When I go to the main calendar page (Month view), all seems fine. Without entering any filters, I then use the link at the bottom to look a the next or previous month. At that point, a filter is applied that uses the placeholder value of the Search filter as a proper value. This doesn’t make sense.
Since we don’t have many events per month, I then tried to disable the filter by ticking the box “Disable the Event Search Bar” in the Display settings of the plugin. This seems to work well when I open the calendar for any specific category, but not for the main calendar page where I keep seeing the Search filter.
What are my options to fix/work around these issues?
This is the link to our calendar: http://www.toastmastersantwerpen.be/calendar

Please help with 404 errors

$
0
0

Replies: 0

Hi there –

The plugin is creating crawlable pages that are returning 404 errors. These number over 10,000. We have it set to discard events older than 24 months, but not only does it not appear to be doing this, it looks like this is a bigger problem since there are 404 pages with folders like /venue/.

Here are some examples:
/events/page/8/
/events/page/3/hours/
/events/category/bf2016-ccw/hours/
/venue/basic-firearms-maintenance-06-15-13/126/hours/

Can anyone offer advice on how to remedy this? Any help would be hugely appreciated!!!

Display past events with the most recent one on top

$
0
0

Replies: 0

Hello there,

I understand that this plugin doesn’t have a direct way to display past events in the widget and people need to vote for this feature to be implemented. But there seems to be another way to show the past events on one page by using a link following this pattern: [your-site]/[events-slug]/list/?tribe_event_display=past

My question is: is there any way to show the most recent past event on top of the list rather than the oldest ones on top as it currently shows?

Thanks!

How to add a country

$
0
0

Replies: 0

How do I add a country to the Events Calendar?

Viewing all 25122 articles
Browse latest View live