Forum Replies Created
-
AuthorPosts
-
June 16, 2014 at 12:04 pm in reply to: Add iCal Import Listed Events to top of list/month/week/etc. views #229853
Casey D
MemberHello sfrpdweb,
Thanks for contacting us!
If you check out TribeiCal::init() in the-events-calendar/lib/tribe-ical.class.php you’ll see how these links are made.
To add the button to the top, use a filter like ‘tribe_events_after_the_title’ or ‘tribe_events_before_header’ to run ‘maybe_add_link’. Your code would look something like this:
add_filter( ‘tribe_events_after_the_title’, array( TribeiCal, ‘maybe_add_link’ ), 10, 1 );
You could remove it from the bottom by using the ‘remove_filter’ WordPress function.
For adding another link, look at the line:
14 add_action( ‘tribe_events_single_event_after_the_content’, array( __CLASS__, ‘single_event_links’ ) );
You’ll have to remove that action the same way, then create your own ‘single_event_links’ substitute in another class (to keep the code clean).
Does that make sense? Let me know if I can help with anything else!
Cheers!
– Casey Driscoll
Casey D
MemberActually, it looks like your license may be expired, if it is over a year old. You should have received a ‘renewal’ email with a discount coupon code, but if not, still email us and we can get you set up!
Cheers!
– Casey Driscoll
Casey D
MemberHello sitegoalsllc,
Thanks for contacting us here and sorry for your frustration!
Can you email us your original account receipt at [email protected]?
I can look into your account and get this situated.
What happens when you try to post to the support forums?
Thanks!
– Casey Driscoll
Casey D
MemberHello minglebuds,
Great!
We’d love it if you would leave us a review and let people know how much you like the plugin! http://m.tri.be/jt
I’ll go ahead and close this thread. Let us know if we can help with anything else.
– Casey Driscoll
Casey D
MemberHello telluridelibrary,
Feel free to send the zip to [email protected]
Since this is a customization ultimately, my ability to help may be limited, but I will gladly take a look. Especially if there is a possibility we broke something.
Cheers!
– Casey Driscoll
Casey D
MemberHello Shari,
Yep! The plugins offer separate functionality.
Any user with a permission status of ‘editor’ and above can create any kind of event in the admin.
To have the pretty front end form, you must have the Community Events plugin. That is separate from the PRO plugin.
Cheers!
– Casey Driscoll
Casey D
MemberHello wisewoman,
We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Cheers!
– Casey Driscoll
Casey D
MemberHello efromdc,
We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Cheers!
– Casey Driscoll
Casey D
MemberHello fiberartnow,
We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Cheers!
– Casey Driscoll
Casey D
MemberHello funinjerusalem,
We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Cheers!
– Casey Driscoll
Casey D
MemberHello Shari,
Thanks for contacting us!
We indeed have a Day view and a Single Events view. Single events can have maps, at your discretion per event.
GPS data is generated, but maps for the single view and venue pages use the address. It is the Map View that uses the lat/lon coordinates. You will have the coordinates available for your app though.
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHi Jasper, thanks for contacting us!
At Modern Tribe we work hard to release polished and clean, professional software. However in the open source market place, this is not always the case.
Before submitting a support post, we ask users to deactivate all plugins and change to a theme like Twentytwelve, as a proven way to check for conflicts.
Ideally, they will do this on a local, development, or staging environment. It’s possibly a little tedious, but it is the surest and most efficient way to get to the root of a complicated issue. We know this after years of combined experience troubleshooting technological problems of all shapes and sizes.
If the issue still occurs on a normalized system, there is more than likely a problem with our plugin (a bug).
If the issue goes away on a normalized system, there is more than likely conflict with another plugin or theme that is not ours.
This is an integral part of our troubleshooting process. By reactivating plugins one at a time, checking the problem with each activation, you can immediately find out where the conflict is. Otherwise, it is a difficult (impossible) guessing game.
Can you please deactivate your plugins and theme, to confirm the problem goes away? Please reactivate each piece, until the problem comes back. Please let us know which plugin causes the problem.
Could we also get a copy of the mysql log?
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
Casey
Casey D
MemberHello jhatzi,
Thanks for contacting us!
This is strange! From what I understand, in the Community Events submit an event form, in the description text box, there is some ‘[tribe_community_events]’ text that needs to be deleted?
Are you using the pretty permalinks version of Community Events, or the shortcode version? I’m unable to see the issue, as it is behind a login. Can you upload a screen shot of it?
Here are some excellent tools for uploading some screenshots!
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello mcomarketing,
I’m redirected to a login screen for that url. Can you open up your site, give more specific details, or upload some screenshots?
Here are some excellent tools for uploading some screenshots!
Thanks!
– Casey Driscoll
Casey D
MemberHello mobilmike,
Thanks for contacting us!
Can I get some more info? Are you using a language file, or WPML?
Also, could you point me to direct links that would be great, I couldn’t find any events on your site.
Thanks!
– Casey Driscoll
-
AuthorPosts


