Forum Replies Created
-
AuthorPosts
-
Brian
MemberDo you by any chance know which function is used?
Not sure what your theme uses, but starting in the index.php is a good place to start.
October 28, 2014 at 7:14 am in reply to: Shows events starting 2 months back + Pictures cant be imported + upgrade fail #843700Brian
MemberOk I see what is happening. That is a WordPress and hosting issue. For some reason your file permissions are not enabling you to write to the server with WordPress.
Here is an article on file permissions from WordPress:
http://codex.wordpress.org/Changing_File_Permissions
You may have to contact your hosting company as well to fix it. Since it is a WordPress/Host issue there is not much support we can give beyond this to fix it, just give you the information above.
1) Ok I understand. Is there a way to make calendar start from today?
It already is showing from today, but it finds events that are still going on so it shows their start dates. I do not see a way around that without significant customization.
October 28, 2014 at 7:07 am in reply to: After latest update upcoming events showing out of order #843687Brian
MemberOk I will keep this ticket open for now, so let me know if you have any more questions or if I think of anything else we can try I will post here.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
October 27, 2014 at 12:41 pm in reply to: After latest update upcoming events showing out of order #841580Brian
MemberI looked through all our recent threads and no one else is having this issue. So it is something unique about your site and host that is causing the conflict. We tried everything we have for the site side of things. There could be something that the host of the site can see and fix for timing such as this.
I doubt it is a timezone issue as the times would only be off by hours, but you could try resaving your timezone and WordPress and see if that helps.
If it worked for a bit and then stopped that is really strange and not sure what is being changed that would cause that by either our plugin or WordPress itself.
I took another look at the site and the source code and see things running for pie-register has that always been active? Does it work with that turned off? That is the last thing I can think of that might be causing it.
October 27, 2014 at 12:26 pm in reply to: Shows events starting 2 months back + Pictures cant be imported + upgrade fail #841541Brian
MemberHi
Sorry for the issues you are having I can help troubleshoot this with you.
See my answers below:
1) The events calendar starts with events 2 months back.
I went to your site and see you have events starting in August and going until November. Since that Event is still going it is being shown there. That is how it was intended to work.
2) Pictures cannot be imported
Where are you trying to import pictures? If it is from Facebook Events, please try adding this filter as it resolves some issues with filenames. However, some images may still not work during the import. We are working on a fix for the next release.
Try out this snippet in your theme’s function.php in the mean time to fix the issue:
https://gist.github.com/jesseeproductions/a06036bc8030697c7b7d
3) Upgrading Community events failure, it stops at version 3.7
Not sure what is causing that are you able to delete the plugin from your site and download the lastest version from your account here?
Let me know and we can go from there.
Thanks
Brian
MemberHi bigpixelstudio,
Sorry for the issues you are having. I think I can help clarify.
What you describe is exactly how the Mini Calendar Widget was intended to work.
We do have a widget call Events List in the widget area. Is that not available in your installation?
Let me know if you do not see and we can try to find out why.
Thanks
Brian
MemberHi thanks for purchasing the Events Calendar Pro.
I am afraid what you are asking is not possible without some customization. The Event Categories are separate from the blog Categories and Posts use the post post-type while events are the tribe_events custom post type. You could try modifying the loop itself to include the events and fields as you like or add some coding to connect blog categories into the Events.
We can try to help out a bit, but for the most part it would be beyond the support we can provide on the forums.
Happy to answer any other questions you have.
Thanks
October 27, 2014 at 12:03 pm in reply to: Problems removing form fields from "Submit an Event" -page #841466Brian
MemberI do not think that php notice is causing the issue.
To try and fix it, I would start by going to here:
Events > Settings > Display Tab
Then on this field:
Events template
Change the different selections and see if one of those does a better job of viewing the events.
The theme developer would have a better idea on how everything works and if they have a piece of coding to turn off their loop on events pages we could do that with conditionals such as these:
https://gist.github.com/jo-snips/2415009
That is about all we can do to help out with theme conflicts, but if you get some more information we can try to help out.
Thanks
October 27, 2014 at 11:58 am in reply to: After latest update upcoming events showing out of order #841460Brian
MemberIt sounds like either your original theme or anther plugin was causing the conflict on publishing events causing the date to be wrong.
You may try troubleshooting by changing back you theme, creating a couple events and seeing if everything works as it should.
You can follow that same steps with the plugins as well.
That could narrow down the conflict.
Brian
MemberGlad it works.
I will take a look a the url query string, but I think it is necessary for the search bar to work and do the pagination correctly. I think if we cleared the query string from the url it would break the different views we have, but I will ask around and see if that is possible.
Since the original question has been resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHey sorry for the issues you are having.
Not sure what is causing this, but I can help troubleshoot this.
What are your settings for the widget?
Please include these fields values:
Number of events to show:
Display:
Add a filter:
Hide this widget if there are no upcoming events:Also, does it help if you delete the widget and add a new Upcoming Widget in its place?
Let me know and we can go from there.
Thanks
Brian
MemberHey sorry for the issues you are having.
Not sure what is causing this, but I can help troubleshoot this.
What are your settings for the widget?
Please include these fields values:
Number of events to show:
Display:
Add a filter:
Hide this widget if there are no upcoming events:Also, does it help if you delete the widget and add a new Upcoming Widget in its place?
Let me know and we can go from there.
Thanks
Brian
MemberThere are not direct options in the Event Calender, but it is possible to do with some snippets.
Breadcrumbs
This is coming from your Genesis theme, but I think I have a snippet you can add to your functions.php or in Dynamik’s Custom Functions section:https://gist.github.com/jesseeproductions/2df4c4ee76c3c673372f
Upcoming Events Change
To change the name of the title on the Upcoming Events page we have a tutorial you can follow:https://theeventscalendar.com/altering-or-removing-headings-on-calendar-views/
Let me know if you have any followup questions.
Brian
MemberHello,
Thanks for using the Events Calendar. I can try to help point you in the right direction as much as I can do for a customization.
It looks like the slider is being placed on the top there using an EZ Widget area from Dynamik. I am not sure how that coding works, but you will most likely need to add a conditional such as is_home() to just have it appear there. A plugin such as Widget Logic to allows you to add conditionals directly to a widget.
http://codex.wordpress.org/Conditional_Tags
I see you have asked some more questions and for all of them I will try to help out as much as we can.
However, for the most part it is beyond the support we can provide on the forum and from our Terms of Service to help with theme changes. We will provide some tips on how you can modify the Events Calendar, but in the end you are going to have to figure some of the steps out on your own.
Thanks
-
AuthorPosts
