Barry

Forum Replies Created

Viewing 15 posts - 13,141 through 13,155 (of 17,936 total)
  • Author
    Posts
  • in reply to: Problem When using List View for Events #62979
    Barry
    Member

    I haven’t heard of this particular issue before – so the best way really would be to run through those troubleshooting steps (perhaps assessing the impact on the previous events page if you’ve set posts-per-page to 50).

    Perhaps you could even test locally or create a new installation and add the various components of your production site one by one, to avoid disruption – would that work here?

    in reply to: SIngle event page issue #62978
    Barry
    Member

    Hi John,

    I’m not familiar with the plugin you are using to generate those social media goodies, but perhaps you could reach out to the plugin author(s) and ask if they can provide some code to conditionally disable those items?

    On our end, you should be able to use something like this to detect if a single event is being processed:

    if (tribe_is_event_query() && is_singular()) {
    /* ... code to remove social media items ... */
    }

    If the team behind the other plugin can provide the rest of the puzzle you should be able to put a solution together 🙂

    in reply to: Translate Widget Mini Calendar Day Name #62976
    Barry
    Member

    No problem at all, let us know if you hit any other roadblocks.

    Barry
    Member

    Hi! I can’t locate the widget within your site – perhaps you could provide a URL where I can see it – but it sounds like a CSS issue.

    Try the advice offered up in this post and if that doesn’t work please don’t hesitate to get back to us with a URL where we can see the problem and we’ll see if we can tailor it to your specific site 🙂

    in reply to: Event Calendar & Simple Press Forum activation error #62974
    Barry
    Member

    Excellent!

    in reply to: Translate Widget Mini Calendar Day Name #62942
    Barry
    Member

    You’d need to set WordPress up to run with the appropriate language files in place: https://codex.wordpress.org/WordPress_in_Your_Language

    Hopefully that will get you on track here 🙂

    in reply to: Event Calendar & Simple Press Forum activation error #62935
    Barry
    Member

    Hi merlin1710,

    If possible, please add the following to your wp-config.php file:

    define( 'TRIBE_DISABLE_DEPRECATED_TAGS', true );

    This will stop those functions from loading.

    in reply to: Webmaster tools flooded with 404s #62933
    Barry
    Member

    No problem, we’re here to help as and when 🙂

    in reply to: Another 1970s Bug #62929
    Barry
    Member

    OK, sounding like you’re all sorted here – but if you do need any further help definitely feel free to create new threads as needed.

    @jaxnuxx: we didn’t hear back from you and I’m not sure if your problem is quite the same … do you need further help on this one?

    in reply to: Site Title ‘Upcoming Events’ #62927
    Barry
    Member

    We’re hoping to fix this in a forthcoming release. Of course if in the process of investigating we are able to put together a stopgap solution then we will certainly share it 🙂

    in reply to: Translate Widget Mini Calendar Day Name #62914
    Barry
    Member

    Hi sambellerose, as far as I know the days of the week and month names are translated by the WordPress core (The Events Calendar simply uses wp_locale to handle this) … does that help at all?

    Barry
    Member

    Can you try creating a tribe-events.css stylesheet (unless you already have one in place – if not, please see our Themer’s Guide for details on doing this) and add the following rule:

    .tribe-events-calendar .tribe-events-tooltip { margin-bottom: 50px; }

    Does that help at all?

    in reply to: Remove calendar from events calendar widget #62910
    Barry
    Member

    Excellent – great to hear! In that case I’ll close this thread – if there’s anything else do feel free to go ahead and create new threads as needed 🙂

    in reply to: Ticket Stock Increases With Each Sale #62906
    Barry
    Member

    In that case it is definitely sounding like an issue with WooCommerce itself (even if localized to your environment) and may well be worth taking up with the support team over at WooThemes – they’re the best folks to help with WooCommerce-specific issues.

    Should you be using a particular payment gateway it may be worth experimenting to see if that impacts at all here.

    in reply to: what determines that events are related? #62901
    Barry
    Member

    Thanks, that’s definitely appreciated.

    You’re right about the oddity of only_display_related having no effect and that may or may not be be a knock on effect from another problem which I’ll draw to the developers’ attention.

    Thanks for your patience and support!

Viewing 15 posts - 13,141 through 13,155 (of 17,936 total)