Barry

Forum Replies Created

Viewing 15 posts - 9,991 through 10,005 (of 17,936 total)
  • Author
    Posts
  • in reply to: JS errors from TEC on an individual event template #116456
    Barry
    Member

    Hi – I’m sorry you’re facing difficulties here.

    Can you give an example of a URL where I can see this issue? On visiting a couple of single event pages (and your main event pages) I saw no Javascript errors like the one you quoted.

    Thanks for confirming ๐Ÿ™‚

    in reply to: custom side bar for a tribe pages #116451
    Barry
    Member

    As an alternative can you call the specific sidebar directly from single-event.php using a dynamic_sidebar() call, specifying the one you want as a parameter?

    in reply to: Search by Date pulling events from previous day #116447
    Barry
    Member

    Hi!

    I’m sorry to see you are experiencing difficulties.

    It looks like a few customizations have been made, I wonder if they might be impacting in any way. For the avoidance of doubt, can you confirm that any customizations were made within template overrides etc (as per the Themer’s Guide) rather than by editing core plugin code and that they would not have been in place when you ran through those troubleshooting steps?

    Thanks!

    in reply to: Events are not showing up on page at all #116443
    Barry
    Member

    Hi Sactomofo,

    It looks like you are using the Default Events Template – ordinarily that’s fine but it may not mesh nicely with all themes: can you visit the Events โ†’ Settingsย โ†’ Display admin screen and try switching to the Default Page Template – does that help at all?

    Barry
    Member

    Hi!

    Take a look at the following resources (the Themer’s Guide in particular) which describe many of the basics:

    You might also be interested in this library of helper functions (some examples here). Though not officially supported by Modern Tribe it may give you a solid starting point or at least some ideas in terms of interacting with and retrieving pertinent information.

    Does that help?

    Barry
    Member

    Hi Christopher – great question.

    I would definitely imagine it to be possible and probably it is not a huge lift in the scheme of things, either – but with that said it is definitely beyond what we can help with here, unless you have much more specific questions pertaining to obtaining event or ticketing data or anything of that order.

    Let us know!

     

    in reply to: Search & Near Functions not working #116385
    Barry
    Member

    Hi!

    Sorry for any confusion.

    At this time, searching via the Tribe Bar for data relating to venues will not pull any results (unless the search term is something both the event and venue post have in common). In other words, the event search relates purely to events and not to venues.

    I can definitely see the attraction of a more holistic search pattern though and if you want to either post a new feature request or add your voice to any suitable existing requests we’ll certainly consider a change in this direction.

    Does that clarify the current situation / are you referring to anything other than this?

    in reply to: Event –> Attendees: Wrong amount of attendees #116381
    Barry
    Member

    Hi – thanks for re-posting in the WooCommerce Tickets forum ๐Ÿ™‚

    Can you confirm if you have made any manual interventions in terms of cancelling or refunding orders, or by manually altering stock levels after a number of sales were already processed, etc?

    Thanks!

    Barry
    Member

    Looks like a duplicate of https://theeventscalendar.com/support/forums/topic/event-attendees-wrong-amount-of-attendees/ (which also answers my question about which ticketing add-on you were using!) … we can complete this conversation in that thread, thanks!

    Barry
    Member

    Hi! I’m sorry to hear you have hit difficulties here.

    Can you confirm in the first instance which of our ticketing add-ons you are using, and also let me know if you have performed any manual inventory changes or operations such as refunds, order cancellations etc?

    Thanks!

    Barry
    Member

    Hi Sean:

    Sorry if you feel I closed that prematurely – but if you want to wipe any custom before-HTML text as specified in the Events > Display admin screen the basic strategy would be:

    add_filter( 'tribe_get_option', 'wipe_before_html_content', 10, 2 );
    
    function wipe_before_html_content( $option_val, $option_name ) {
    	if ( 'tribeEventsBeforeHTML' === $option_name ) return '';
    	return $option_val;
    }

    Does that help?

    in reply to: recurring events. #116362
    Barry
    Member

    OK – and can you confirm if this also happens with all other plugins deactivated and only a default, unmodified theme running? If that resolves this, can you reactivate everything one-at-a-time and see if there appears to be a specific theme/plugin that causes this issue?

    Thanks!

    in reply to: Week View Broken by Theme #116359
    Barry
    Member

    We do like to keep to a policy of one issue per thread – it helps when other customers research for issues related to their own and also helps us to deliver service fairly to all our users, so that would be great. We’ll certainly look into it and see if it is something we can help with.

    Thanks!

    in reply to: Mini Calendar Widget no longer working (no update) #116357
    Barry
    Member

    Hi Leanne,

    Thanks for adding that ๐Ÿ™‚

    Unfortunately I think it’s been compounded by a further error – there’s a Javascript issue, an unterminated string literal, within some inline Javascript (looks to be a problem with your embedded Google Analytics code). Addressing this and any other syntax errors is going to be crucial to getting things going – would you be able to take a look at that or temporarily remove the code in question and see if that resolves things?

    Thanks!

    Barry
    Member

    OK, and it looks like you already carried out our standard troubleshooting steps but I just want to reiterate those to avoid any possibility that there was a a misunderstanding:

    • The first thing is to ensure both The Events Calendar and Events Calendar PRO are up-to-date
    • Then, deactivate all other plugins
    • Switch to a default and unmodified theme – Twenty Twelve is a great one to pick for this

    Does the problem persist? Or, if you already completed those steps, can you confirm if that had any impact?

Viewing 15 posts - 9,991 through 10,005 (of 17,936 total)