Barry

Forum Replies Created

Viewing 15 posts - 10,486 through 10,500 (of 17,936 total)
  • Author
    Posts
  • in reply to: Woocommerce Tickets + Woocommerce Groups (presales question) #103273
    Barry
    Member

    Hi!

    Great question. The nub of it seems to be summed up here:

    What i’m not convinced of is that I would be able to restrict sales to particular tickets to only logged in members using the groups plugin.

    I don’t see why not – but I’d have to emphasize that this wouldn’t simply happen “out of the box” just by combining the plugins you mentioned. Selectively displaying/hiding the ticket form and adding further checks to catch orders before they are processed (for completeness) shouldn’t be too difficult – but would require familiarity with WP development in general (and would be beyond what we could help you with on the support forums).

    Regarding Eventbrite, I think you’ve hit the nail on the head and I can’t think of any ways to really lock things down to a subset of users with that approach, though an investigation of the Eventbrite API might yield some more answers on that one.

    I hope that helps!

    in reply to: Recurring Events Setup Question #103266
    Barry
    Member

    Hi!

    Would it be possible simply to have the initial event start at some time on Saturday and end sometime Sunday? Then from there set it to recur every 4th Saturday?

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

    Hmm, that’s a shame.

    It sounds like perhaps a Javascript error might be taking place. Right now you seem to have week view disabled (understandably!) so it’s hard to guess. Would it be possible for you to reactivate it for 24-48hrs so we can take a peak?

    Thanks!

    Barry
    Member

    Hi – I’m sorry that you are experiencing problems.

    Please note in the first instance that, regrettably, PageLines is one of a handful of themes we can only offer very limited support for, as it falls into a grouping of themes that could be described as using an atypical structure “under the hood” (and that in no way means their approach is wrong, merely that it presents additional challenges in terms of offering support for it).

    I get the sidebar and the Calendar, but the sidebar appears beneath the Calendar.

    Great! It sounds then like what remains is a CSS issue. Right now it looks like you don’t have this tweak in place – perhaps you could restore it so I can take a look and see if there is indeed a convenient CSS-based solution to this.

    Let me know!

    in reply to: Map Event View Not Showing #103249
    Barry
    Member

    Hi – sorry you are experiencing difficulties.

    Can I ask you to deactivate all other plugins and switch to a default, unmodified theme and see if there is still a problem?

    In particular please take care testing things without any caching/minification plugins you might be using (and follow the plugin vendors advice on disabling them, as it is not unknown for caching effects to persist even after the plugin is deactivated, depending on whether or not it is able to clean up after itself within your hosting environment).

    I can’t be sure that is the cause, but it’s a good starting point. Minification processes in particular can be prone to causing problems (and do note we already ship and use minified versions of our CSS and JS files by default).

    Does that help/shed any light on the cause of this?

    in reply to: Events Calendar Widget – Link to a Day View #103245
    Barry
    Member

    Hi Marty,

    It ought to work as you described – I’m a bit puzzled as to why it would not in your case especially as it looks like you are using the latest versions of our plugins.

    I see you tried our regular troubleshooting steps (deactivating all other plugins/switching to a default and unmodified theme) – thanks!  – can you confirm that made no difference to the issue, or else did you identify any components that seem to conflict and cause this?

    Thanks!

    in reply to: add my own button and link to the event calendar page #103239
    Barry
    Member

    Hi!

    There are a few ways you might do this – perhaps the easiest is to visit the Events → Settings → Display admin screen and use the fields provided there to add content before or after the display of events.

    Does that help?

    in reply to: Filter day_classes in month view #103236
    Barry
    Member

    Hi!

    We do provide a filter to modify the day classes – tribe_events_the_month_day_class – it’s documented here.

    Does that help at all?

    in reply to: (Solved) How can I set a pre-defined venue via php? #103231
    Barry
    Member

    Hi, great questions!

    For the first issue (of detecting an existing venue with a given name), perhaps you could simply achieve this with a custom query? A successful result will yield the post ID. For the second issue, the following information might clarify things:

    Note: If ONLY the ‘VenueID’/’OrganizerID’ value is set in the ‘Venue’/’Organizer’ array, then the specified Venue/Organizer will be associated with this Event without attempting to edit the Venue/Organizer. If NO ‘VenueID’/’OrganizerID’ is passed, but other Venue/Organizer data is passed, then a new Venue/Organizer will be created.

    Does that help?

    in reply to: Calendar Next Month Links Not Working #103193
    Barry
    Member

    Graeme: please accept my apologies. Unfortunately we are experiencing a few glitches with our forum tools – my reply shouldn’t have been marked private (and should have been visible to you as the original poster even so). Let me re-post:

    OK, it looks like it has a slightly atypical structure – so working through locating the code in question via the forum will be tricky.  Nonetheless at this point it seems quite likely that your theme is, in a sense, at fault here and is not using the body_class() function – that’s because:

    • Numerous classes I would expect so see applied to the body element are missing
    • We know this works with a standard theme that does apply body classes in the expected convention

    What I’d suggest is approaching the theme author to A) confirm this is the case and B) seek their assistance in adding the body_class() call in the appropriate location.

    I can absolutely appreciate your need to push for a response – it’s entirely understandable. All I can say is we’re operating as quickly as we can and in line with our stated goals – added to which, at this time every indication is that this is an issue ultimately resting with the theme rather than our plugin.

    What I’d suggest then is taking this up with the theme author and try to determine (as above) is the body_class() function is not currently in use and if it can be added.

    Thanks!

    in reply to: Month View – Add text before or after the calendar #103189
    Barry
    Member

    This reply is private.

    Barry
    Member

    Exactly – I’m sorry I wasn’t clear enough previously – but yes, the search facility accessed via the Tribe bar covers events only – not other types of post like organizers and venues.

     

    in reply to: Editing Calendar Bottom Section #103181
    Barry
    Member

    Hi!

    The easiest way to add content below the content is via the purpose built Add HTML Before Content field found in the Events → Settings  Display admin screen – does that help?

    in reply to: The following plugins are out of date error message #103177
    Barry
    Member

    @rockspotclimbing:

    Is it possible you have changed your site’s domain? If so, clearing it from the license management page here at tri.be then re-entering it on your own site might help it to stick (and could be worth a try anyway). Failing that, you could update manually by grabbing a copy of our latest PRO code here.

    Let me know if that helps!


    @evfreefullerton
    | @davidemacek: thanks for posting – it would be appreciated though if you could create new threads of your own (trying to help multiple people simultaneously can make for a very confusing thread 🙂 ). Thanks!

    in reply to: Where i can find function? #103172
    Barry
    Member

    I see – well generally speaking using query_posts() like this a “bad idea”. From the WordPress Codex:

    This function isn’t meant to be used by plugins or themes. As explained later, there are better, more performant options to alter the main query. <i><b>Double Note:</b></i> query_posts() is overly simplistic and problematic way to modify main query of a page by replacing it with new instance of the query. It is inefficient (re-runs SQL queries) and will outright fail in some circumstances (especially often when dealing with posts pagination). Any modern WP code should use more reliable methods

    If you visit Events → Settings  General you should find an option labelled Number of events to show per page – does adjusting this get you closer to your goal?

Viewing 15 posts - 10,486 through 10,500 (of 17,936 total)