Barry

Forum Replies Created

Viewing 15 posts - 14,911 through 14,925 (of 17,936 total)
  • Author
    Posts
  • in reply to: Fatal error when activating #48573
    Barry
    Member

    An out-of-memory error doesn’t always mean your hosting environment doesn’t have enough memory – but it’s definitely a possibility.

    Can you check in with your web host and ask what the PHP memory_limit setting is? We’d recommend at least 64M (remembering that as of PHP 5.3 the default value is 128M).

    If that doesn’t work, please try running through our standard troubleshooting steps:

    * Please ensure that your Modern Tribe plugins are up-to-date and in-synch … for instance if you are using The Events Calendar 2.0.11 you must also use Events Calendar PRO 2.0.11

    * Deactivate all other plugins and change your theme to a default, unmodified one such as Twenty Eleven or Twenty Twelve

    * Now test to see if the problem still exists

    * If the problem has been solved by these steps, start reactivating everything one-at-a-time, testing at each point to see if the issue has returned

    * If the issue does return, take note of whichever plugin (or theme) you reactivated immediately before it started again – it’s likely there is a conflict with this item

    Thanks!

    in reply to: New setup, can't add a ticket #48570
    Barry
    Member

    Hi mantrafit, I’m not sure why that would be but it does rather sound like a conflict with another plugin or perhaps your theme. Can you try running through our standard troubleshooting steps?

    • Please ensure that your Modern Tribe plugins are up-to-date and in-synch … for instance if you are using The Events Calendar 2.0.11 you must also use Events Calendar PRO 2.0.11
    • Deactivate all other plugins and change your theme to a default, unmodified one such as Twenty Eleven or Twenty Twelve
    • Now test to see if the problem still exists
    • If the problem has been solved by these steps, start reactivating everything one-at-a-time, testing at each point to see if the issue has returned
    • If the issue does return, take note of whichever plugin (or theme) you reactivated immediately before it started again – it’s likely there is a conflict with this item
    Barry
    Member

    So although you can use the same function lots of times you can only define it once (and a snippet like this contains a function definition).

    Though there are a few places you could you to house functions like get_wooticket_products() the best place if you are unsure is in your theme’s functions.php file – you can then use it from all of your theme templates.

    In summary:

    • Define your custom functions (a definition normally looks a little like function blah() { /* code */ } ) once only and place it in your theme functions.php file
    • You can then use it from all of your theme templates, at least where it makes sense to do so, by calling it (a function call looking something like blah(); )

    It’s definitely well worth reading up on some tutorials to learn the basics of PHP before attempting to do work like this as there are a few bear traps out there.

    in reply to: custom post type name for hooking into single.php #48492
    Barry
    Member

    No problemo, I hope you get there πŸ™‚

    in reply to: Events Calendar Page Title #48490
    Barry
    Member

    Fantastic πŸ˜€

    in reply to: custom post type name for hooking into single.php #48459
    Barry
    Member

    The post type is tribe_events and this is often accessible using the following class constant (though very early on in the request you would need to use a string literal):

    TribeEvents::POSTTYPE

    I’m afraid I’m not familiar with the Catalyst theme so it is difficult to offer much more advice here beyond suggesting a different strategy (such as using Default Events templates and changing ecp-single-template.php).

    in reply to: custom post type name for hooking into single.php #48446
    Barry
    Member

    Hi sitesubscribe,

    I’d need a better picture of what you are doing – it’s possible you are doing this too early in the request – perhaps you can share a snippet via Pastebin?

    On the widgets, so if I wanted those widgets I would need to add The Events Calendar Pro in addition to WooTickets? That won’t cause a conflict? If not, what other functionality/features would I gain by adding The Events Calendar Pro in addition to WooTickets?

    Events Calendar PRO does not create any conflicts with WooTickets that I am aware of – and you can see a summary of what it offers over on its product page πŸ™‚

    in reply to: Event Calendar Pro Styling issues #48441
    Barry
    Member

    Does switching to Default Events Template in Events > Settings > Template (or otherwise changing that setting) help at all here?

    in reply to: Where are buy tickets button? #48440
    Barry
    Member

    Hi diegobwd,

    Sorry for the long delay – for some reason your post became a ‘sticky’ along with other important messages posted by the team and I completely missed it.

    If you still need help here can you share a screenshot of your ticket settings for one of the events in question? (You can’t upload directly to the forum but you can link to an image hosted elsewhere.)

    Thanks!

    in reply to: custom post type name for hooking into single.php #48437
    Barry
    Member

    For the hook, you could try something like:

    if (tribe_is_event() and is_single()) { /* Do something */ }

    Regarding the widgets – no widgets ship with WooTickets itself – the ones you refer to are indeed generated by Events Calendar PRO.

    in reply to: Email Alert Customization #48428
    Barry
    Member

    I’ll close this thread since I’m guessing you’re all good here.

    in reply to: Fields on Submission Form Not all Displaying #48427
    Barry
    Member

    Hi familyfriendlycincinnati – how are you getting on with this?

    Barry
    Member

    Hi Mike –

    You can certainly change your ticket.php template to show remaining stock – this thread might give you some ideas on how to do that.

    Customizing widgets is a little more involved so please check out our Themer’s Guide and relevant tutorials (links in the Useful Resources section over on the right). A useful snippet that can help you to pull the product data for any tickets associated with events can be found here.

    I hope that gives you some ideas to get started with πŸ™‚

    in reply to: What page template do I use? #48418
    Barry
    Member

    A private forum for beta testers isn’t a bad idea, however it may need to wait until the next phase. I’ll pass a note to Rob that you had emailed with feedback πŸ™‚

    Barry
    Member

    Check again. It isnt that it is not SAVING the right time, it just resets the form field in the edit ticket panel to AM no matter what the saved value is.

    Again, that isn’t my experience.

    I can set an existing ticket’s end sale time to 10pm, save, navigate away and return and it is still 10pm. I can edit other facets such as stock then save, navigate away and return and once more it is still 10pm, etc.

    So, unless I’m still misunderstanding you, I think this is localized to your installation.

    I realize you annotated that you had tried deactivating other plugins and switching to a default, unmodified theme when you opened this thread but, just for completeness, I’m going to list our full troubleshooting steps in case there is something you might have missed.

    – Please ensure that your Modern Tribe plugins are up-to-date and in-synch … for instance if you are using The Events Calendar 2.0.11 you must also use Events Calendar PRO 2.0.11. In this case that extends to WooTickets 1.0.1 and you should have WooCommerce 2.0.x installed and activated, as I believe you do.

    – Deactivate all other plugins and change your theme to a default, unmodified one such as Twenty Eleven or Twenty Twelve

    – Now test to see if the problem still exists

    – If the problem has been solved by these steps, start reactivating everything one-at-a-time, testing at each point to see if the issue has returned

    – If the issue does return, take note of whichever plugin (or theme) you reactivated immediately before it started again – it’s likely there is a conflict with this item

Viewing 15 posts - 14,911 through 14,925 (of 17,936 total)