Barry

Forum Replies Created

Viewing 15 posts - 7,231 through 7,245 (of 17,936 total)
  • Author
    Posts
  • Barry
    Member

    Hi!

    i have a gallery event and need to show events for the “future”:

    So is this a recurring event? Are you basically wanting to list all future instances when someone goes to single event view for this event? Can you simply manually add such a list to the event description, or are you trying to automate things to make this easier in the future?

    The last event is not happening yet, we need to show only this, separated, without others.

    So you want to list that final event separately? Is this a “one off” situation and, as above, could you do this manually or do you need to automate it?

    in reply to: JS error in week view #270189
    Barry
    Member

    Hi – I’m sorry you’re hitting difficulties.

    I got problem with JS for calendar.

    It looks like there is a problem happening in tribe-events.js but this may simply be a consequence of other JS issues occurring earlier. You indicated having already tried deactivating all other plugins and switching to a default, unmodified theme: can you confirm if that resolved the problem and if it allowed you to identify and components as causing these problems?

    JS looks minimized and I can’t understood where is the error located.

    A great way to work with the unminified versions is to (temporarily) add:

    define( 'SCRIPT_DEBUG', true );

    To your wp-config.php file. Does that help at all and can you let me know the results of the troubleshooting steps?

    Thanks!

    in reply to: Event HTML Location #270169
    Barry
    Member

    Hi – great question!

    Here’s a short snippet you could add to your theme’s functions.php file that should help:

    add_filter( 'tribe_events_before_html', 'singular_custom_html_only' );
    
    function singular_custom_html_only( $html ) {
    	return ! is_singular() ? '' : $html;
    }

    This example would only impact on the before field, but you could apply it to both by repeating the first line of code (but change tribe_events_before_html to tribe_events_after_html in the second line).

    Does that help?

    in reply to: Event HTML Location #270154
    Barry
    Member

    Hi Stefan! Looks like you accidentally created the same thread twice. I’ll go ahead and close this one and we’ll do what we can to help over in this thread 🙂

    in reply to: How to obfuscate email addresses #270149
    Barry
    Member

    Hi Sean,

    I’m not familiar with that plugin but I’d imagine the basic approach would be to locate this line of code (from modules/meta/organizer.php):

    <dd> <?php echo $email ?> </dd>

    And simply change it to something like:

    <dd> <?php echo eeb_email($email, 'Send a message'); ?> </dd>

    As $email has already been populated in a preceding line of code. Does that help at all?

    Barry
    Member

    Hi!

    One way is simply to link from your navigation menu directly to a given category page, something like this (to take an example from our demo site):

    http://wpshindig.com/events/category/wordpress-meetups/

    I didn’t know the plugin didn’t have shortcodes when I bought it. I was expecting to be able to do_shortcode(‘[event_calendar cat_id=’cat1′ display=’calendar’]‘); but I can’t :(

    That’s right, there are currently no shortcodes to support this. However, if something like the above outlined approach isn’t going to work for you you could potentially check out this (unofficial) plugin which does let you do something like this:

    [event_embed category="slug"]

    Would either of those approaches work for you?

    in reply to: drop down for provinces in Add Events #270034
    Barry
    Member

    Hi!

    Though we can’t offer too much assistance with customizations like this one I’d be happy to point you in the right direction if I can. Can you provide a little more context, though? Are you trying to achieve this in the (Community Events) submission form, or the admin environment generally, or both?

    Thanks!

    in reply to: Cost should not requires Eventbrite ticket #269942
    Barry
    Member

    Hi!

    It is indeed assumed that if a ticketing addon is in use (whether Eventbrite Tickets or one of our other ticketing solutions) then the cost field will not be needed – and that is really just a reasonable default that is intended to prevent confusion. You’re right, though, it’s not always desirable and it’s fairly easy to reinstate those fields.

    Would the solution outlined here help in this case?

    in reply to: ACF Relationship filed does only show upcoming events #269891
    Barry
    Member

    Hi – great question!

    When WordPress queries run, if The Events Calendar detects that the query relates to events it does apply a little magic of its own – and, in the absence of other criteria it will indeed assume that only upcoming (future) events should be returned.

    It’s definitely possible to prevent this, though, but what I can’t answer off the top of my head is how you might do this selectively so as only to impact on this particular scenario with ACF. The basic approach though would be something like this:

    add_action( 'init', 'strike_down_tribe_query_filters', 20 );
    
    function strike_down_tribe_query_filters() {
        remove_action( 'parse_query', array( 'TribeEventsQuery', 'parse_query' ), 50 );
        remove_action( 'pre_get_posts', array( 'TribeEventsQuery', 'pre_get_posts' ), 50 );
    }

    Of course you’d need to adjust and add some criteria so as only to do this in select situations.

    Does that help at all?

    Barry
    Member

    OK – but it’s not something we’re seeing many reports of and cannot replicate ourselves. So it’s possible it is indeed a bug, but right now I’m reluctant to accept that is the case. Can you confirm the answer to my previous question?

    That last point is definitely worth exploring. I do see you tried deactivating all other themes already – but did you/can you now try repeating that and additionally deactivate your theme and switch to Twenty Thirteen or some other default theme and see if that resolves this?

    Thanks!

    in reply to: Blank Months. Need to refresh each time #269788
    Barry
    Member

    Hi wpdesignpro:

    So I was looking at the thread for my theme and found a suggestion that identified the problem.
    If I forbid cufon font replacement throughout my theme, the calendar works just fine. Considering cufon is how my site is styled, this isn’t a realistic fix for me.

    Would you mind creating a new thread of your own?

    The theme i am using is LinguiniVersion: 2.1.3 By Pavel Richter / Grand Pixels.
    I will contact them now and send them to this thread. Please let me know if you come up with anything in the mean time! Thank you!

    Hmm ok – unfortunately I’m not finding anything specific that might help in this case (and I’d be surprised if this relates to an issue with Cufon fonts as in wpdesignpro’s case). It could be worth specifically asking the theme authors/support techs if they have set up any query filters or have custom queries that run on each page.

    I’d love to hear if they are able to identify the problem 🙂

    in reply to: Events list with no menu or sidebar? #269767
    Barry
    Member

    Great!

    I’ll go ahead and close the thread in that case but of course if we can help with anything else please don’t hesitate to create new threads as needed 🙂

    in reply to: Issues with Updating Events Calendar Pro #269759
    Barry
    Member

    Awesome – glad we got there and thanks for your patience while we worked through this issue 🙂

    I’ll go ahead and close this, but of course if we can assist with anything else please don’t hesitate to open a new thread and one of the team will be only too happy to help.

    Thanks!

    in reply to: Cache Problems with Events Calendar Pro #269756
    Barry
    Member

    OK. When I test out accessing your site via my regular desktop machine and via a cell phone there’s a slight difference – but it seemed pretty negligible and everything loaded pretty snappily.

    I see PRO is currently activated (as you have photo view enabled) so I’m wondering if I would need to visit a specific page to see the slowdown or if you’ve noticed yourself that the problem is sporadic? Also:

    I just know that when I load the site on my mobile phone, unless I’m on WIFI, it takes much longer to load than any other sites I go to.

    Is this perhaps nothing more than a problem that surfaces when connecting via slower connections? The very fact that PRO is enabled may mean additional assets have to be loaded which might make a difference which is particularly obvious on very slow connections.

    in reply to: Issues with colours and some mobile responsive issues #269712
    Barry
    Member

    I tried creating a style sheet, but I have no success. Im not sure where to place it..

    either in /tribe-events/
    or in /tribe-events/month/

    If you create a custom tribe-events.css stylesheet it would normally live in tribe-events/tribe-events.css, ie:

    wp-content/themes/YOUR_THEME/tribe-events/tribe-events.css

    The Friday sits fine, in the centre of the box, it may become weird if the text size is dropped? Thanks again

    OK, so the first short snippet in my second reply shows the basic approach for altering the text size – but exactly what will and won’t work for your site/meet your personal tastes is of course something we’ll need to leave to you to figure out 🙂

    (I’ll go ahead and close this thread as I think – hopefully – you’ve got enough information to work on here – but if any other issues crop up that you need help with please don’t hesitate to open new threads and one of the team will be only too happy to help.)

    Good luck!

Viewing 15 posts - 7,231 through 7,245 (of 17,936 total)