Barry

Forum Replies Created

Viewing 15 posts - 8,926 through 8,940 (of 17,936 total)
  • Author
    Posts
  • in reply to: Change Weekly view showing 8am to an earlier time #133061
    Barry
    Member

    Hi chaplin35,

    I’m afraid that, right now, this feature is not present and is still to be implemented – realistically at this point it may be the release after next rather than the very next release before we see this, however that’s subject to change as we occasionally have to reprioritize different issues.

    Sorry for any confusion – but I hope that clears things up a little 🙂

    in reply to: Calendar stalled in March when not logged in #133057
    Barry
    Member

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

    It looks like you’ve got a caching plugin enabled so, when logged in as a non-admin user, you are probably being served cached content. You might be able to set up exceptions to stop event content from being cached or alternatively for the cache to be invalidated (and cleared out) more frequently.

    Does that help?

    in reply to: How to reset query on events list page #133046
    Barry
    Member

    OK, so right now I see:

    $events_today = tribe_get_events(
    	array(
    		'start_date'=>$CurrentDate,
    		'end_date'=>$CurrentDate
    	)
    );

    Can you try:

    $events_today = tribe_get_events(
    	array(
    		'eventDisplay' => 'custom',
    		'start_date' => $CurrentDate,
    		'end_date' => $CurrentDate
    	)
    );
    in reply to: Event Calendar Pro breaks widgets back end #133039
    Barry
    Member

    Thanks for bearing with us, first of all.

    Now my new site is broken. I can’t get to the widgets again. Just like last time. When I deactivate Events Cal Pro, everything’s fine again.

    Is this still the case? If so, can you additionally share (S)FTP details and confirm the login credentials you supplied previously are valid on this site / supply new credentials?

    Do note that we would need to do some “tinkering” so there would be some amount of disruption – and, without wanting to sound alarmist, nor can we take any responsibility for problems that might follow on from this – and so we’d recommend making a complete backup of your site (and, as ever, ensuring you know how to restore it).

    Let us know!

    Barry
    Member

    OK: did you find any connection between these incidents and certain activities/operations? For instance, did you find this only occurred when you/someone else entered the admin environment, or was it upon sorting the list of events, or anything of that order? If we could get a handle on what is triggering this that would be awesome.

    Barry
    Member

    OK, thanks for clarifying: regarding the visual bug on month view, can you confirm if this only happens with your theme? If so, would it be possible for you to share a download link for your theme (perhaps by uploading a .zip to your WordPress site or Dropbox and sharing the link via a private reply)? We’d love to take a closer look at this.

    the error in the guestbook is an error message like described above.

    We’ll happily look into this – but can I ask you to create a new thread? We do try hard to stick to one issue per thread to avoid confusion, as well as to ensure fair and timely service to all our customers.

    Thanks!

    Barry
    Member

    It may also be you can work around this problem by adding the following code to your theme’s functions.php file – can you give it a shot and if it doesn’t work, reply re my question about the login details?

    function limit_range_of_tribe_admin_styles() {
        if ( ! class_exists( 'TribeEvents' ) ) return;
        if ( false === strpos( $_SERVER['QUERY_STRING'], 'tribe' ) )
            wp_dequeue_style( TribeEvents::POSTTYPE . '-admin' );
    }
    
    add_action( 'admin_enqueue_scripts', 'limit_range_of_tribe_admin_styles', 20 );

    Thanks!

    Barry
    Member

    Hmm, those don’t seem to be working for me: can you confirm they are correct/post amended credentials?

    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Keeping events on list until the day is over #132997
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Event Type Filter only showing 5 options in sidebar #132994
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Dashboard Widgets Missing #132988
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Problem with Google Maps CSS #132984
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Page does not exist for Adding tickets to cart #132981
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

    in reply to: Canvas 5.6.3 styling conflict #132978
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

Viewing 15 posts - 8,926 through 8,940 (of 17,936 total)