Casey D

Forum Replies Created

Viewing 15 posts - 946 through 960 (of 1,178 total)
  • Author
    Posts
  • Casey D
    Member

    Hello 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

    in reply to: Add taxonomy to Community Events #153271
    Casey D
    Member

    Hello 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

    in reply to: Event Reminders #153254
    Casey D
    Member

    Hello 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

    Casey D
    Member

    Hello 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

    in reply to: Number of products on my page #153234
    Casey D
    Member

    Hello 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

    in reply to: Access to pro support for my clinet #153168
    Casey D
    Member

    Hello 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

    in reply to: Removing end date and time #153155
    Casey D
    Member

    Hello realbig,

    Thanks for sharing!

    Out of curiosity, what is the situation where start and end times are irrelevant?

    Thanks!

    – Casey Driscoll

    Casey D
    Member

    Hello 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.

    2014-05-07 at 4.56 PM

    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

    in reply to: Past and next month links freezes in month view #153114
    Casey D
    Member

    Hello 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

    2014-05-07 at 4.34 PM

    – Casey Driscoll

    Casey D
    Member

    Hello 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

    in reply to: Facebook not pulling in URL data #153089
    Casey D
    Member

    Hello 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

    in reply to: Overview not showing correctly #153078
    Casey D
    Member

    Hello 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.”

    2014-05-07 at 4.08 PM

    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

    2014-05-07 at 4.07 PM

    in reply to: Only available days in filter bar #153051
    Casey D
    Member

    Hello 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

    in reply to: Calendar Widget dates not linking to event page. #152934
    Casey D
    Member

    Hello veruska,

    Thanks for contacting us!

    You helped me learn something new today! On the widget’s options, set the ‘number of events’ to 0. That will make it link to the Day page.

    2014-05-07 at 12.36 PM

    Does this make sense? Let me know if this doesn’t work for you.

    Cheers!

    – Casey Driscoll

    in reply to: Interactions between users that upload events #152913
    Casey D
    Member

    Depending 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

Viewing 15 posts - 946 through 960 (of 1,178 total)