Barry

Forum Replies Created

Viewing 15 posts - 14,701 through 14,715 (of 17,936 total)
  • Author
    Posts
  • in reply to: Remove "updated" field #50068
    Barry
    Member

    I’m going to move this across to our Events Calendar PRO forum as it’s not really specific to WooTickets – however the first stop for changes like this is our Themer’s Guide (and this tutorial on template overrides is also worth reading).

    That should give you the information you need, but let me know if you get stuck along the way 🙂

    Barry
    Member

    OK – so it looks like you might be using default permalinks there.

    That does indeed cause problems with our plugins and what I’d recommend is using “pretty” permalinks with a pattern such as /%postname%/ if at all possible.

    in reply to: add to cart button #50065
    Barry
    Member

    No problem at all 🙂

    in reply to: Bizarre problem specific to October 31 #50064
    Barry
    Member

    Hi!

    Unfortunately you’ve hit on a known bug with the current release of the plugin (similar things can happen on other months, too).

    What can help in some cases is adjusting your date/time settings through the general settings screen in WordPress. If it is set to a city such as Los Angeles then try changing it to the corresponding offset, such as UTC-8 – or vice versa.

    We have fixed this in 3.0 which will be our next release and has just completed beta testing (so we’re close to release).

    in reply to: Removing Settings and Help Sub-Menus #50061
    Barry
    Member

    Nice work.

    Are they somewhat arbitrary in your example?

    Not entirely –TribeEvents::instance()->addHelpAdminMenuItem() is set up by The Events Calendar with a priority of 50 and so that same priority must be specified when removing it.

    The priority of 5 for remove_tribe_menu_items() is I guess a little arbitrary – but I chose it because it is earlier than the default priority (10) and so the other related actions would be in place but would not yet have executed when our two remove_action() calls execute – but in fact a number of completely different hooks and priorities could have been used there.

    In any case, it sounds like you’re all good here (thanks for reporting back with the final solution – which is always helpful for others) and so I’ll go ahead and close this thread.

    in reply to: add to cart button #50029
    Barry
    Member

    Hi Nadim,

    The best thing here is to first of all read over:

    That will give you the foundation you need to make changes safely 🙂

    The basic idea though would be to override the single events template with your own custom events/single.php template. The code that pulls in the ticket form looks like this:

    <?php if (function_exists('tribe_get_ticket_form') && tribe_get_ticket_form()) { tribe_get_ticket_form(); } ?>

    You can reposition it to suit your needs – does that help?

    in reply to: Community Events not working with theme #50028
    Barry
    Member

    Good stuff, thanks for the update 🙂

    in reply to: Removing Settings and Help Sub-Menus #50022
    Barry
    Member

    They are action/filter priorities, used to determine when the corresponding pieces of code will run.

    in reply to: Community Events not working with theme #49993
    Barry
    Member

    It should show up regardless of whether you are logged in or not – certainly when I visit I can see the same problem as before (where paragraph and break tags are “injected” inside some Javascript, causing a syntax error).

    Was there any follow-up from the theme author/vendor?

    Barry
    Member

    I can’t think of any, I’m afraid. It’s certainly something we could consider adding to a future version though – if you haven’t already done so, why not check out our UserVoice page.

    If someone has already noted this and requested it for a future release you could add your support – or just create a new request of your own 🙂

    in reply to: Removing Settings and Help Sub-Menus #49986
    Barry
    Member

    You could add a snippet like this to your theme’s functions.php file (or some other suitable place).

    You’d need to add some additional logic if you have specific criteria in terms of who should and shouldn’t see those items, though.

    in reply to: iFrame Codes and Widget – WooTickets #49983
    Barry
    Member

    Hi Kavenshan!

    It’s possible, but an iframe especially may present some presentational challenges (apart from anything else). If you use WooTickets you may be able to leverage WooCommerce’s own widgets, however, to add tickets to the sidebar.

    Hope that helps!

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

    Hi! Do you need any further help here?

    Barry
    Member

    It’s been a while so I guess we’re all good here – I’ll go ahead and close this thread.

    Barry
    Member

    Been a while since the last update so I’ll go ahead and close this thread 🙂

Viewing 15 posts - 14,701 through 14,715 (of 17,936 total)