Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Cliff,
Sorry to hear about all the problems.
Re: the organizer issue – this is strange. Have you deactivated all other plugins to rule out a conflict there? Or, revert to the Twenty Eleven/Twelve theme to see if it’s an issue with your theme? Please make sure you try that first to see if that helps. I’ll need to get access to your administration to be able to troubleshoot further if that doesn’t resolve things. Please email this to pro [at] tri [dot] be, attn. to me and reference this thread.
Re: the import dates issue – this is strange as well. Again, try the above troubleshooting steps to see if that helps. Can you provide your page/organization you are importing from so I can test it on my end? Also, please specify the names of the events that are not importing with dates.
Re: the default map option – this will be incorporated into a future version but no ETA as to when it will make it in.
Thanks,
JonahJonah
ParticipantHi gregwiley,
It appears to be an issue with some of the CSS you have in your theme. Particularly some overflow: hidden properties you have declared that are being applied to some of the grid elements and effectively hiding the tooltip popup. For example, if you remove the overflow: hidden in your overridden copy of events.css in your theme on line 165:
.events-archive .post {
overflow: hidden;
margin-bottom: 0;
}
…and on line 735 of your themes style.css:
.post, article.page {
border: 1px solid silver;
background: white;
padding: 25px 15px 1em 15px;
clear: both;
overflow: hidden;
margin-bottom: 10px;
}
You will then see the tooltips. You’re going to need to modify these properties and apply them some other way because they are conflicting with the plugins functionality.I hope that helps!
– Jonah
Jonah
ParticipantHi Daniella,
You should be able to achieve this by making a small modification to the existing Venue template. Make a copy of /wp-content/plugins/events-calendar-pro/views/single-venue.php and place in an ‘events’ folder in your theme. Then open up the copied file and find line 46 and change the eventDisplay argument from upcoming to ‘all’. This will make it so visiting a venue will display all events for that venue. You could easily just click View in each Venue in the administration to go directly to that venue and see all it’s events.
I hope that helps but let me know if you have any questions.
– Jonah
March 7, 2013 at 9:09 am in reply to: Making the calendar grid view or mini-calendar show specific categories. #41868Jonah
ParticipantHi Kim,
I’m happy to re-open that other thread for you to ask Duncan some questions if that will help. We do have the ability to select categories in the calendar widget coming in 3.0 but there’s no current public ETA on that release so you’ll need to just wait it out or try and get Duncan’s solution working for you.
I hope that helps!
– Jonah
March 7, 2013 at 7:59 am in reply to: Next Event Widget is displaying Events that have already passed. #41862Jonah
ParticipantSounds good Scott!
Jonah
ParticipantAwesome Matt, glad that fixed things for you. If you need help with anything else, please let us know.
Thanks,
JonahJonah
ParticipantSounds good David, let us know if there’s anything else you need help with.
– Jonah
Jonah
ParticipantHi Dusan,
That is not a current feature of the plugin and to achieve anything along those lines you would need to create a custom feed. If you look at the thread I linked to above I provide some links to resources that should help you with this. I hope that helps!
– Jonah
March 6, 2013 at 9:41 am in reply to: Next Event Widget is displaying Events that have already passed. #41775Jonah
ParticipantHi Scott,
So I’ve confirmed this is an issue in the current release and it has been fixed in our upcoming 3.0 version. Until then, the only solution for this is to check the “Hide for Upcoming” checkbox in the sidebar when adding/editing events. How does work for you?
Cheers,
– JonahJonah
ParticipantOk, would you mind sending me a copy of your theme? Please email to pro [at] tri [dot] be and reference this thread and attn. to me.
Thanks,
JonahJonah
ParticipantGlad to hear Dave, let us know if there’s anything else you need.
– Jonah
Jonah
ParticipantHi Helen,
I just asked one of our developers and he had no idea either. It’s just one of those things that for whatever reason seems to work 🙂
Let me know if you need anything else.
– Jonah
Jonah
ParticipantHi stjoesreading,
If using the Default Events Template and you want to get rid of the sites default sidebar you can either do what you did (not as ideal) or edit the view template which is located in /wp-content/plugins/the-events-calendar/views/ecp-single-template.php – make a copy of that and place in an ‘events’ folder in your theme and then remove or comment out line 29 which calls the sidebar.
Does that help?
– Jonah
Jonah
ParticipantExcellent to hear ravichandraraja! Let us know if you need help with anything else.
– Jonah
Jonah
ParticipantThanks. Ok, try this for your page.php: http://snippi.com/s/w5cnxp5
– Jonah
-
AuthorPosts
