Forum Replies Created
-
AuthorPosts
-
May 8, 2014 at 7:59 am in reply to: Enabling plugin breaks default WP search when "Reed Write" plugin is also active #153837
Casey D
MemberHello cslinfotech,
We typically close threads after there is no activity after two weeks. Feel free to create a new thread at any time, and reference this one to save you time.
Cheers!
– Casey Driscoll
Casey D
MemberHello pellep,
This is beyond my current expertise and as you mention beyond the scope of the forums.
One of our developers said to point you in the direction of ‘tribe_events_community_allowed_event_fields’ and ‘TribeCommunityEvents_SubmissionScrubber‘
Goodluck!
– Casey Driscoll
Casey D
MemberHello klvo and ffl,
Here is a WooCommerce extension that does what you are looking for. It’s premium, but may be worth the license cost depending on your need.
I can’t recommend it myself or on behalf of Modern Tribe, but we are in the process of getting a copy and can endorse it one way or another soon, hopefully tomorrow.
If you think this should be a core feature, we’d love for you to submit your idea to our UserVoice forum. We take user ideas and contributions very seriously, and many times their ideas end up in our future releases.
Cheers!
– Casey Driscoll
May 7, 2014 at 3:42 pm in reply to: No "add license" field for wootickets addon (purchased addon not working) #153242Casey D
MemberHello dynit,
Thanks for letting us know about this!
This is a known bug. I believe the fix will be in the next release.
Your plugin should work 100% without the license. We will notify you here when the update is available.
– Casey Driscoll
Casey D
MemberHello f2bproduction,
Thanks for contacting us!
I’m not really sure why only some tickets are showing up, can you do two things for me?
– What plugin creates this shortcode?
– If you change per_page to per_page=”3″, does that change the output? Is that the right parameter?Cheers!
– Casey Driscoll
Casey D
MemberHello crharrison,
Thanks for contacting us and thanks for your support!
The license ensures automatic updates on the installed plugin and forum support for the purchaser. There is only one forum account per purchase.
If your client would like personal access, the only way is by purchasing a personal license.
Sorry if there was any confusion on this. We reread some of our lit and are actually updating the FAQs.
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
Casey D
MemberHello realbig,
Thanks for sharing!
Out of curiosity, what is the situation where start and end times are irrelevant?
Thanks!
– Casey Driscoll
May 7, 2014 at 2:02 pm in reply to: Fonts in Events List Widget are HUGE after upgrade to PRO #153145Casey D
MemberHello 1968rouleur,
Thanks for upgrading! Once we get this sorted out I’m sure you’ll love it. 😀
Sorry you’re experiencing this right from the start! I agree that that section of the override documentation is a little confusing, we’ll consider rewording it.
I believe the ultimate answer is to name your file ‘tribe-events-pro.css‘ and place it in the ‘wp-content/themes/your-theme/tribe-events/pro/‘ directory.
Also, check your css selectors. I don’t think they would have changed, but I believe the list widget gets an upgrade with pro, so they might need to be tweaked.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello wetlandsinstitute,
Thanks for contacting us!
Everything seems alright to me, are you still experiencing the same issues? I’m on Chrome 34 on OSX. Also seems to work for Firefox on OSX too.
What browser and operating system are you experiencing the problem with?
Let me know if I can help with anything!
Cheers!
Casey
– Casey Driscoll
May 7, 2014 at 1:29 pm in reply to: Change text from 'Events for' to 'Classes in' in month view #153099Casey D
MemberHello belisama,
Thanks for contacting us!
It seems like you are having two issue in one. I’m not sure you have to deactivate the plugin to update it. Have you run into other problems with that before?
If you don’t deactivate the plugin, I believe you should be fine. If you do deactivate if for short periods, you can comment out the ‘add_filter’ line and the function will never run.
//add_filter( 'gettext', 'events_to_classes' );
To answer your question though, I would use the ‘is_callable()‘ function to see if the tribe functions exist. I unfortunately don’t have time to test this at the moment, but this or something like this should work for your situation.
add_filter( 'gettext', 'events_to_classes' ); function events_to_classes( $txt ) { //Only override the text on month view if( is_callable( 'tribe_is_month' ) && is_callable( 'tribe_is_week' ) && is_callable( 'tribe_is_day' ) ) { if( tribe_is_month() || tribe_is_week() || tribe_is_day() ) { return str_replace( 'Events for', 'Classes in', $txt ); } } return $txt; }I’m not 100% certain this will work, but I would try this first.
Does this make sense? Let me know if this doesn’t work for you and we can tweak the code.
Cheers!
– Casey Driscoll
Casey D
MemberHello calebingersoll,
Thanks for contacting us, sorry you are experiencing this!
This doesn’t seem like an Events Calendar Pro issue as it seems a Facebook one. It’s not a Pro feature to guarantee integration with Facebook
As such, I’m not sure I’ll be able to help much. 🙁
That’s said, I can try to help you track it down!
– Did you change anything significantly on that day? Theme, plugins, updates or your process?
– Are you using any Facebook integration plugins? I’ve used this popular one to great success http://wordpress.org/plugins/add-link-to-facebook/ No guarantees it will do what you want, but it might get be something worth looking into.Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello vonweiler,
Thanks for contacting us! Based on what you described with your theme, this is what I would expect. It looks like the entire view is in one column.
To correct this, I would change the Events Template back to default. In Event Settings > Display tab, change “Events Template” to “Default Events Template.”
You will lose the sidebar on the Events pages, but everything will improve considerably.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberHello dirkschrama,
Unfortunately there is no simple way to do this. Our devs are working on actually actively working on this functionality, but no word on the release date.
It is possible to do what you want, but it is kinda messy. If you update the file ‘lib/filters/TribeEventsFilter_DayOfWeek.php’ in the Filterbar plugin, you can remove lines 12-17 so all that is left is:
10 $day_of_week_array = array(
11 ‘1’ => __( ‘Sunday’, ‘tribe-events-filter-view’ ),
12 ‘7’ => __( ‘Saturday’, ‘tribe-events-filter-view’ ),
13 );This is not standard, nor supported. When you update your plugin, the edits will disappear. But it will work in the meantime!
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
Casey D
MemberCasey D
MemberDepending on your WordPress setup, users can create accounts and login. To message each other, I think you want a plugin like BuddyPress.
Our Community Events plugin won’t be able to help you with that. The Community Events plugin is only for submitting events, not messages between users.
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
-
AuthorPosts





