Casey D

Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 1,178 total)
  • Author
    Posts
  • in reply to: Is there no calendar subscription yet? #148183
    Casey D
    Member

    We typically close threads after there is no response after two weeks. Feel free to create a new tread at any time, and reference this one to save you time.

    Cheers!

    – Casey Driscoll

    in reply to: Submitted event address info gets stripped #147622
    Casey D
    Member

    Hello valerie2776,

    Thanks for creating a new thread. I’m talking to the devs to see if there is any update on that problem.

    In the mean time, could you get me some info? In the WP-Admin, at the bottom of the Events > Settings > Help tab, there will be a ‘systems settings’ box. Can you copy that and paste it into a private reply?

    Thanks!

    – Casey Driscoll

    in reply to: WP MultiSite Licensing #147609
    Casey D
    Member

    Hi Troy!

    Thanks for contacting us. This question is covered in our FAQs.

    <div>

    Technically, you only need one license for a multisite installation because you only input the license on your main network site. However, we ask that you purchase the license package that accurately reflects the number of sites you’ll use the plugin on. For example, if you are planning to use the plugin on a 10-site multisite, we ask that you purchase our Developer level license. That reflects the amount of value you’re getting as well as covering any support you may need on those sites.

    </div>

    Does this make sense? Let me know if I can explain anything else!

    Cheers!

    – Casey Driscoll

    Casey D
    Member

    Hello manifdart,

    I can’t seem to find the links, sorry! Could post some specific examples?

    Thanks!

    – Casey Driscoll

    in reply to: Community Events #147594
    Casey D
    Member

    Hello mmcfarlin,

    Thanks for contacting us. If I understand you correctly, you want two different calendars, one standard one of events and another that is only ‘community’ events?

    I recently gave an in depth response that I think will answer yours too. https://theeventscalendar.com/support/forums/topic/can-i-show-multiple-calendars-separatedistinct/

    Ultimately I believe you are looking for our premium Filter Bar plugin.

    Does this make sense? Let me know if I can explain anything else!

    Cheers!

    – Casey Driscoll

    in reply to: Events not showing, though published. #147580
    Casey D
    Member

    Hello ccapik,

    Thanks for contacting us. We’ll get you back to loving us again soon!

    It seems like a possible theme/plugin conflict is likely. Although I’ve never seen this one before.

    In the WP-Admin, at the bottom of the Events > Settings > Help tab, there will be a ‘systems settings’ box. Can you copy that and paste it into a private reply?

    Cheers!

    – Casey Driscoll

    Casey D
    Member

    Hello mburrell,

    Thanks for contacting us, sorry you are experiencing this!

    Could you answer two questions?

    – What is your host/server configuration? A private reply with phpinfo() would be awesome if possible.
    – What happened prior to this? Was it sudden or was there an event like an update, migration, etc?

    If you could get me this info, we’ll get you back up and running soon!

    Cheers!

    – Casey Driscoll

    in reply to: Change wording of "Tickets" to "Registration Pass" #147550
    Casey D
    Member

    Just saw the second part of you question. ‘Add to cart’ is in the same file!

    Cheers!

    – Casey Driscoll

    in reply to: Change wording of "Tickets" to "Registration Pass" #147542
    Casey D
    Member

    Hello Adam,

    Thanks for contacting us! This is very possible with template overrides.

    2014-05-01 at 12.21 PM

    2014-05-01 at 12.25 PM

    If you check out our Themer’s Guide, you could probably make a template override to display what you want.

    80 if ( $is_there_any_product ) {
    81 ?>
    82 <h2 class=”tribe-events-tickets-title”><?php _e( ‘Tickets’, ‘tribe-wootickets’ );?></h2>

    When you download the WooCommerce Tickets Plugin, copy /view/wootickets/tickets.php to you override folder. Line 82 is what you want to change to ‘Registration Passes’.

    80 if ( $is_there_any_product ) {
    81 ?>
    82 <h2><?php _e( ‘Registration Passes’, ‘tribe-wootickets’ );?></h2>

    You could also use domain translation if you prefer that way: http://pastebin.com/iSADy8za

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

    Cheers!

    – Casey Driscoll

    in reply to: Additional field values being modified #147519
    Casey D
    Member

    Hello tuberb,

    Text inputs on these sorts of forms are sanitized for database input, with certain characters and html stripped to prevent nefarious attacks and weird problems. On the onset I wouldn’t consider them for displaying of information, only the storing of information. They are definitely not WYSIWYG.

    That said though, I believe you are very close to what you want, especially if you are savvy enough to make your own template.

    In my test a ‘pipe’ ( | ) was transformed to a comma ( , ). Is that your experience too?

    It’s an ugly fix, but if you are doing a find/replace in your template anyways, you could just invent a unique codeword/system like :break: or -br- or something else that will pass the filter, and you could easily find/replace in your template.

    Again, this isn’t standard practice, isn’t recommended or supported, but should get you what you want.

    I *think* this is correct (at least, this is how I would approach it given with the constraints). I might be wrong though, let me know if it doesn’t work for whatever reason.

    – Casey Driscoll

    in reply to: Re-occuring events and process #147501
    Casey D
    Member

    Hello lanceelliott72,

    Thanks for contacting us and thanks for creating a forum post.

    If I understand you correctly, what you’re looking for is in the Events Settings > General tab. At the top, you will see a “Recurring event instances” checkbox. Check to remove displaying the duplicates.

    2014-05-01 at 11.30 AM

     

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

    Cheers!

    – Casey Driscoll

    in reply to: 301 Redirect #147485
    Casey D
    Member

    Hello revmsg,

    Thanks for contacting us and creating a forum post.

    From what I can tell, the homepage doesn’t redirect anymore and I’m not seeing any duplicates on http://trailnet.org/. I’m assuming you were able to get some things cleaned up.

    If that is not the case, or if I’m missing something please let me know! Are you still getting 500 errors on your admin?

    Let me know how I can help!

    Cheers!

    – Casey Driscoll

    Casey D
    Member

    Hello niki_sebi,

    Thanks for contacting us, sorry you are experiencing this!

    It seems you are having some js errors and conflicts on that page. If you open up the js console on the /events page, you will see this:

    Uncaught TypeError: undefined is not a function bootstrap-datepicker.js?ver=3.2:1593
    Uncaught TypeError: undefined is not a function tribe-events.min.js?ver=3.5.1:15

    In the WP-Admin, at the bottom of the Events > Settings > Help tab, there will be a ‘systems settings’ box. Can you copy that and paste it into a private reply?

    If you can get back to me on this stuff I can get you back up and running!

    Cheers!

    – Casey Driscoll

    in reply to: Email sent to admin when organizer posts event? #147444
    Casey D
    Member

    Hello crharrison,

    Thanks for contacting us! In the Event Settings > Community tab (once you have the Community Events plugin) installed, has a setting to send alerts to any amount of emails. I believe this is the feature you are looking for!

    2014-05-01 at 11.02 AM

     

    Does this make sense? Let me know if I can explain anything else!

    Cheers!

    – Casey Driscoll

    in reply to: Auto Include Event's Info with Woo Tickets? #147433
    Casey D
    Member

    Hello Eric,

    Thanks for contacting us! By default, all of that information is in the WooCommerce Ticket email. Here is a screenshot from the fake event I created and ‘bought’ on my local system.

    2014-05-01 at 10.56 AM

    If you check out our Themer’s Guide, you could make a template override to display any additional information you want in the email. Check out the email view templates under WooCommerce Tickets (Ticketing Plugins). https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/#viewstemplates

    Does this make sense? Let me know if I can explain anything else!

    Cheers!

    – Casey Driscoll

Viewing 15 posts - 1,036 through 1,050 (of 1,178 total)