Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Jeremiah,
Hmm, it seems to be working ok for me. I would suggest first try deactivating all other plugins to see if there is a conflict. Also, try changing the ‘past’ arg to ‘upcoming’.
Let me know how that goes.
– Jonah
Jonah
ParticipantHi Kevin,
We are working on a CSV import plugin but it is not ready yet and will likely come out after 3.0 is launched. Any events you have in 2.x will automatically be migrated over to 3.0 though.
Let me know if you have any other questions.
– Jonah
Jonah
ParticipantHi insightokc,
This would be fairly complicated to setup and my recommendation would be to use WP_Query so you can more control the ordering of events. You can see an example of usage for that here: https://gist.github.com/jo-snips/5112025 – My suggestion would be to create a custom field select box or radio option for the 3 choices and then check for these in your query. My custom field plugin of choice is: http://www.advancedcustomfields.com/
I hope that gives you a bit of an idea of what you’ll need to do but ultimately you’re going to have to work on the solution yourself. Let me know if I can provide any other guidance though.
Activating your license anywhere uses up one of the sites but you can easily deactivate for any site by visiting the Account Central > Licenses page above.
I hope that helps but let me know if you need anything else.
– Jonah
Jonah
ParticipantHi univiz,
Unfortunately with the 2.x version there is no organizer page like you are wanting. In 3.0 which is coming out very soon there is this functionality where you can see all events by a particular organizer on a page. In 2.x it would take some sort of custom query setup to pull events by organizer. It wouldn’t be too hard to setup but I would recommend just waiting for 3.0.
I understand if you don’t want to wait though. You are welcome to request a refund by emailing pro [at] tri [dot] be
Let me know if you have any other questions.
Regards,
JonahJonah
ParticipantHi sunbridgeinstitute,
Sounds like an installation or server issue. I would suggest manually reinstalling both plugins. Just re-copy over all the plugin files. You don’t need to deactivate and it won’t mess with the database at all.
If that doesn’t work I’d like to know more about your server environment and have you try increasing the PHP memory using one of the following techniques: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Let me know how that goes.
– Jonah
Jonah
ParticipantExcellent to hear! I’m going to close this thread out but feel free to open another one if you need anything else.
Thanks,
JonahJonah
ParticipantYou’re welcome Jeremiah! I’m going to close this thread out but feel to open another one if you need help with anything else.
Thanks,
JonahJonah
ParticipantHi Jeremiah,
You need to use $post->ID with tribe_get_venue because $post is just the array of post data. I might suggest using tribe_get_venue_id() too since checking for the venue ID is a little cleaner.
I hope that helps!
– Jonah
Jonah
ParticipantYou’re welcome Bryan, I’m glad that worked for you. I’m going to close this thread out now but feel free to open another thread if you need anything else.
Regards,
JonahJonah
ParticipantHi Jeremiah,
Where in table-mini.php did you place your code? Could you share the full code @ http://snippi.com/
Thanks,
JonahJonah
ParticipantHi daviemurphy,
Some screenshots of the dilemma would be helpful. The ‘tribe-events-right’ class is added in the /wp-content/plugins/the-events-calendar/resources/events.js file on line 7.
Thanks,
JonahJonah
ParticipantHi Jacci,
You’ll need to modify your CSS on single event pages so that the content or other wrapper div is similar to how it is on other pages. You can specifically target the single event pages in CSS via the ‘events-single’ class. Here is an example where you could set the width like its set on other pages:
.events-single #content {
width: 930px;
}
Add that to your theme’s style.css file and see how it looks. Let me know if you have any questions.Regards,
JonahJune 26, 2013 at 8:22 am in reply to: Event has not been imported but it says event already exists #52270Jonah
ParticipantHi siamack,
So you are just going to Events > Import Events, inputting the ID and clicking Go? Are you running the latest versions of all the plugins?
Jonah
ParticipantHi Bryan,
This snippet should do that for you: https://gist.github.com/jo-snips/5864294
Place in your themes functions.php file and make sure to follow PHP syntax as far as opening closing tags (i.e. if PHP is still open, you can remove the open PHP tag in the snippet).
I hope that helps but let me know if you need anything else.
Regards,
JonahJune 25, 2013 at 7:20 pm in reply to: Weird glitch- Tab opens to old blog post not Calendr View #52234Jonah
ParticipantHi Linda,
That’s great to hear! I’m going to close this thread out then but feel free to open another thread if you need help with anything else.
Regards,
Jonah -
AuthorPosts
