Forum Replies Created
-
AuthorPosts
-
Brian
MemberBy the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks!
Brian
MemberVictor,
Thanks for using our plugins.
Right now there is not filter for the filter bar to do it by city, just the location in the top Events Bar. It does sound like an interesting idea and we’d definitely look at add more filter so if you want to post a request for this that will bring it to our attention when we are looking to add new features.
If you would like to try it yourself, this topic is a good starting point to adding one. ThanksBrian
MemberSorry for the troubles.
I can help you get to the bottom of this and get everything working.
First I would like to have you do the four steps for me to see if we can narrow down the problem.
1) Resaving Time Zone:
Please go to Settings->General and change the Timezone to “New York” (if already on that selection change it, then save, then change back to “New York” and save again)
2) Flush Permalinks:
Please follow the link below and follow the steps to flush the permalinks, then check the results and see if the recurring events work or if a new recurring event works.
https://theeventscalendar.com/support/documentation/troubleshooting-404-errors/
3) Testing For Conflicts:
Please follow the link below and test for conflicts, then check the results and see if the recurring events work or if a new recurring event works.
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
4) Customization Questions:
Please answer the following so I can confirm these are not issues:
Have you don any customizations for the Events Calendar?
Does your theme make any changes to how WordPress finds the timezone?
Please let me know what you find out and we can go from there.
Thanks
Brian
MemberYour Welcome!
Glad it works, I think it was just copying and pasting from the forum caused an issue with the character types. So moving it to Pastebin fixed that.
And since this is resolved I am going to close this topic, but if you have any more issues or something new comes up please create a new ticket.
Thanks
Brian
MemberWe try to make the Events Calendar work with as many themes as possible, but there are too many to accommodate all.
I am not sure why they cannot provide a function that changes a page to no sidebars.
But, I will try to help out the best I can, however, I do not know their coding so I think I can provide a css solution that will hide the sidebar and make the content area full width on that page only.
Enter this css into your stylesheet or the themes custom css box(if it has one) and it will hide the sidebar and make the content area full-width:
.tribe_community_edit #container_wrap.right-1-col,
.tribe_community_list #container_wrap.right-1-col {
width: 100%;
}
.tribe_community_edit #sidebar_wrap_right.right-1-col,
.tribe_community_list #sidebar_wrap_right.right-1-col {
display:none;
}Please let me know if that helps.
Thanks
Brian
MemberSorry, I thought I had pasted in the event link not the image link. I could swear I did it and it worked.
So, I ran the Facebook Open Graph Object Debugger: (Asking it to “fetch new scrape information” on your link above)
https://developers.facebook.com/tools/debug/og/object/
And it is now picking up the image when I share the link.

Hopefully, that works for you now because this is a Facebook Open Graph Issue and we do not support that feature on our plugins. So there is not much I can do to help you on this from here. I have tried to give you suggestions on what might work and it looks like it is close so I think you can take it from here.
Thanks
Brian
MemberHere is a link to the coding in Pastebin.
Beyond that I cannot provide more support on this, the coding works for me on my development site.
So I am going to have to leave you to figure out the rest on this one to get it to work on your site. 🙂
Thanks
Brian
MemberI tested the link by dropping it into Facebook and got this image:

It appears that your sharing buttons are not picking up the image. There is not much support I can do for another plugin here, but you do have a default image according to Facebook’s coding.
The creator of those sharing icons, might be a better resource to changing their default image.
Please let me know if you need anything else.
Thanks
Brian
MemberSorry, Still not seeing any issues with the site.
Please try with a different browser and clearing your cache and let me know if you are still having issues after that.
Thanks
Brian
MemberHi, Sorry for the issue.
Please try going directly to the Documentation Page.
I am not seeing the site down on my end, but that does not mean it is not.
Let me know if that works.
Thanks
Brian
MemberRight now we are working on improving performance as that is the number issue for the next release we are looking to add new features again starting after that.
I would recommend going to our UserVoice Page and making that as a feature option as that is where we get the bulk of new features from.
As for the bulk delete you can give those placeholder events a “coming soon” category to make them easier to find and remove.
That you can select all and easily delete 100 or more events in a minute.
Thanks
Brian
MemberI took a look at your coding, but I do not know what I could tell you, it has a lot of customizations and I cannot provide that level of support on customizations.
I am trying to provide as much support as I can, but per our terms of service our forums are for support and although we try to give hints and a step or two in customization ultimately it is up to you to get it to work.
The agenda view does a good job of outlining how to add a new view and I would start by renaming agenda to your new view and then working to add a piece at a time.
https://github.com/moderntribe/tribe-events-agenda-view
Another resource we have is the documentation of all our hooks, functions, filters, etc and that can be found here:
I will put in request for updated tutorials, but as for these customization I think you are going to have to take it from here.
Brian
MemberOk I was able to take a look and play around with it for a bit.
I got this coding to work for me:
Please see the pastebin link in the next reply.
I removed the ‘!$query->is_paged() &&’ from the coding as it was not working for me otherwise, but you may have to add it back.
As for a subtitle or different frequencies of recurring events we do not have those features, but please suggest them on our UserVoice page as that is where we get most of the ideas for new features.
Thanks
Brian
MemberHi, something is not missing the importer does not update existing events.
To get around that I would suggest a bulk deleting of the Event Placeholders and then uploaded the new event data to takes it’s place.
Let me know if you would like some more help on this.
Thanks
August 27, 2014 at 11:29 am in reply to: On Events List, show "Today" and "Tomorrow" as headings #704480Brian
MemberHello, Thanks for the interest in our plugin.
That does look like it could be possible, but it would involve doing some custom coding on your part to get it all to work. We can help give pointers on customization, but for the most part you will have to do it yourself.
It is possible you could get this working on the Free Version of our Plugin that you can download here:
If you would like to suggest it as a a feature of our plugin you can suggest it here at uservoice.
Thanks!
-
AuthorPosts
