Barry

Forum Replies Created

Viewing 15 posts - 5,506 through 5,520 (of 17,936 total)
  • Author
    Posts
  • in reply to: 3.8 breaks Kriesi Enfold Theme 3.0 – 3.7 worked fine. #791806
    Barry
    Member

    Hi – sorry you’re hitting difficulties.

    Can you clarify what you mean when you say you are unable to set the default stylesheet? Do you mean it literally isn’t saving your choice, or that it isn’t taking effect on the frontend?

    Your site seems only to offer up a holding page at this time – is there a test site or means of seeing the problem first hand?

    Thanks!

    Barry
    Member

    Hi!


    @codeink
    : can you share a URL pointing me to an example where this fails to work as expected in the browser title (or tell me more specifically which views this fails on)? If you prefer to open a new thread – which will allow you to share your URL in confidence – definitely feel free to do so.

    Re navigation links, if you mean custom links within a regular WordPress nav menu then you would need to update this manually – those are not translated (nor in fact are any custom links).

    They show as โ€œClasssโ€ instead of โ€œClassesโ€.

    So it sounds like you may need to refine your str_replace() code a little – best I can tell there is no similar situation with the original snippet.

    Please feel free to share your modifications via Pastebin/Gist and I’ll take a quick look – but please do remember we provide things like this snippet as a starting point and if you need to tailor it to your own situation that’s normally something you need to drive forward.


    @yearntolearn
    : how are you getting on here?

    Barry
    Member

    I’m sorry to hear that. Are you using it “as is” or have you modified it at all (if you modified it, can you share your modified code via Pastebin, Gist or some similar service)?

    Certainly when testing locally it seems to work as expected. Are there any specific areas you’re finding it does not cover?

    Barry
    Member

    Hi Chris,

    Seems like a bug to me – and I’ll log it for further attention. In the meantime, could you try adding the following snippet to your theme’s functions.php file?

    add_filter( 'tribe_fb_determine_if_is_all_day', 'correct_imported_fb_all_day_status', 10, 3 );
    
    function correct_imported_fb_all_day_status( $all_day, $start_time, $end_time ) {
    	if ( ! $all_day ) return $all_day;
    
    	try {
    		$start_time = new DateTime( $start_time );
    		$start_time = $start_time->format( TribeDateUtils::TIMEFORMAT );
    
    		if ( $start_time !== '12:00 AM' ) {
    			add_filter( 'tribe_fb_parse_facebook_event', 'fb_correct_end_time_to_start_time' );
    			return false;
    		}
    
    		return $all_day;
    	}
    	catch ( Exception $e ) {
    		return $all_day;
    	}
    }
    
    function fb_correct_end_time_to_start_time( array $args ) {
    	$args['EventEndHour'] = $args['EventStartHour'];
    	$args['EventEndMinute'] = $args['EventStartMinute'];
    	$args['EventEndMeridian'] = $args['EventStartMeridian'];
    	return $args;
    }

    This should help to correct things until we can get a substantive fix together (definitely let me know if it doesn’t help though).

    Thanks!

    in reply to: Payment Options #791428
    Barry
    Member

    Hi there!

    I’m afraid not – at this time we process payments through Stripe and so a credit card is generally required.

    Thanks for getting in touch ๐Ÿ™‚

    in reply to: Customize hours format #791422
    Barry
    Member

    Hi Florian,

    The Events Calendar is actually built so as to use whatever time format has been specified for WordPress generally: can you take a look at Settings > General > Time Format and adjust accordingly?

    Let me know how you get on ๐Ÿ™‚

    in reply to: Calendar view and buy button #791411
    Barry
    Member

    Hi there.

    Is it possible you are actually using a different calendar plugin (WP FullCalendar perhaps) and that is why the main events page you’d normally expect with The Events Calendar is not loading?

    Can you confirm you have The Events Calendar installed and activated?

    Thanks!

    in reply to: Known working Gift Certificate Extension? #791392
    Barry
    Member

    Hi David,

    While I can’t give any recommendations out we can certainly leave this open and see what other members of the community think/have to suggest.

    Are you hitting difficulties with the two plugins you referenced?

    in reply to: Events root page doesn't display events #791383
    Barry
    Member

    Hi there joinfof.

    Is it possible you have an actual page called “Events” (and that therefore has a slug of “events”) that might be conflicting?

    Looking at the URL you referenced it certainly looks as though that is the case: would you be able to delete that page if so?

    in reply to: Change the order of events #791367
    Barry
    Member

    Hi punctilio,

    Interesting idea – can you confirm where you wish to apply this? Is it only within day view?

    in reply to: Google Maps no longer displaying #791338
    Barry
    Member

    Sorry for the difficulties, everyone.

    add_filter( 'tribe_get_option', 'adjust_tribe_embedded_map_height', 10, 2 );
    
    function adjust_tribe_embedded_map_height( $value, $property ) {
        if ( 'embedGoogleMapsHeight' !== $property ) return $value;
        return '350px';
    }

    In addition to your theme author’s CSS-based fix you could try adding the above snippet to your theme’s functions.php file.

    in reply to: Enormous Perfomance Problems #791330
    Barry
    Member

    I set up a complete new WP Site (TwentyTwelve Theme)

    Thanks for setting that up, and for providing credentials. Before we go any further, though, and before anything else is added to the test site: can you (or can your developer) confirm that the same issue is present on this site?

    In other words, is the same query problem still present?

    Since installing 3.8 we cannot search the calendar by categories. Hugh problem.

    so we have to downgrade to 3.6.1 or 3.7?

    I’m sorry to hear that – and no, hopefully you will not need to downgrade. The best course of action though – since this sounds like a separate problem from the one we’re dealing with here – is to create a new thread.

    That way we can focus on the query issue here and I or another team member can assist you with any upgrade problems in a fresh thread.

    Thanks!

    in reply to: Custom fields not appearing on Recurring Events #791313
    Barry
    Member

    Great to hear ๐Ÿ™‚

    I’ll go ahead and close this thread – but of course if anything else crops up please don’t hesitate to create new threads as needed, one of the team will be only too happy to help.

    Also, if you have a moment to spare, we’d love to hear your thoughts on The Events Calendar over on our plugin review page – thanks again!

    in reply to: Google Map Not Displaying on Event Detail Page #791304
    Barry
    Member

    No worries at all ๐Ÿ™‚

    1) When MailChimp was deactivated I was still able to use the signup on my site. I thought that was why I had the plugin, so maybe itโ€™s not even necessary?

    I’m not in the best position to tell you what’s happening here, unfortunately.

    If you collect sign-up details with something other than Mailchimp then – yes – you’ll be able to collect email addresses etc regardless. Perhaps you have a separate plugin that integrates with Mailchimp already, without the need for an additional plugin?

    2) If there is something Iโ€™m missing here, I downloaded the recommended widget-logic plugin, but how/where do I implement the condition you laid out?

    By editing the widget itself, if I remember correctly: it should add an extra field in the widget settings for each widget (ie, within the Appearance > Widgets admin screen).

    Does that help?

    in reply to: events, products, tickets #791296
    Barry
    Member

    Hi Mariah,

    My main question is can I have multiple event dates without having to recreate the event each time?

    Right at this time you would need to recreate the event (though the effort of this though could be massively reduced – almost to a single mouse click – with a post duplicator plugin).

    Or can I have an Event without a date and just have date variations on the tickets?

    Hmm, not really, I’m afraid: within The Events Calendar, events must have a date.

    That said, there’s no reason you couldn’t create an event for which the date is just an administrative convenience – and link to it even after it officially “expires” or indeed set the date to a suitably fair-in-the-future point. You could even do a simple customization to hide the date from that event.

    I hope that clarifies things, but definitely let me know if there’s anything else I can help with ๐Ÿ™‚

Viewing 15 posts - 5,506 through 5,520 (of 17,936 total)