Barry

Forum Replies Created

Viewing 15 posts - 13,651 through 13,665 (of 17,936 total)
  • Author
    Posts
  • in reply to: TEC and WPML… still confused #58126
    Barry
    Member

    So right now though our view is that so long as you have one license to cover the “main” site (in a multisite context) that is fine.

    To the practical matter of setting up sites for different languages my colleague Rob hit upon this thread which is definitely relevant:

    http://wordpress.stackexchange.com/questions/51883/using-wp-multisite-for-multi-language-site-a-good-option

    Does that help at all?

    in reply to: Help with functions.php and labels #58125
    Barry
    Member

    OK, that’s great news – in that case, since it’s sounding like we’re all good here, I will go ahead and close this thread. As usual if anything else crops up please do create a new forum thread and one of the team will be happy to help.

    in reply to: Events Calendar PRO 2 #58119
    Barry
    Member

    No problem at all 🙂

    in reply to: TEC and WPML… still confused #58118
    Barry
    Member

    Great question. You should definitely be able to set up two subsites and use The Events Calendar on each.

    I’m afraid I’m not familiar enough with multisite to say if there is a straightforward way to set the language differently for each site, however.

    in reply to: Adding Holidays to Calendar #58115
    Barry
    Member

    Not really, unless you first set them up as events and then export/import using the regular WordPress import and export tools, or else achieve the same by setting them up on Facebook for instance and using our Facebook importer.

    in reply to: Error Notice with WooTickets #58112
    Barry
    Member

    Hi Vicky,

    I believe I can see the problem in the source code – even so it would be great if you could confirm step-by-step what you are doing when you see this?

    in reply to: Help with functions.php and labels #58110
    Barry
    Member

    So just to be sure we’re on the same page here, can I first of all confirm if you added the code Tim shared in his Gist, and were you successfully able to change the category label?

    in reply to: How to remove an event’s end time? #58107
    Barry
    Member

    Hi aj,

    If you’re happy working with template overrides (see here) you could override single-event.php then find the following line:

    <h3><?php echo tribe_events_event_schedule_details(); ?></h3>

    And replace it with:

    <h3>
    <span class="date-start dtstart">
    <?php echo tribe_get_start_date( $event, false, '' ) . ' @ ' . tribe_get_start_date( $event, false, get_option( 'time_format' ) ) ?>
    <span class="value-title" title="<?php echo tribe_get_start_date( $event, false, 'Y-m-dTh:i' ) ?>"></span>
    </span>
    </h3>

    Does that help at all?

    in reply to: WPML and TEC 3.0 #58105
    Barry
    Member

    Hi mitchell360, a number of users have reported problems with WPML and I’m afraid fixing this is sufficiently involved that any moves in this direction will have to wait until some future release – right now, regrettably, we can’t offer much support for compatibility issues between our plugin and WPML.

    in reply to: Calendar Widget not showing event details on hover. #58104
    Barry
    Member

    Hi lanex,

    I’m sorry but the mini calendar widget isn’t designed to do that – so you would either need to customize it or build a replacement, depending on which you feel would be the least time consuming.

    Sorry we can’t do more on this occasion.

    in reply to: Calander views not working #58102
    Barry
    Member

    Great – we’re just testing a definitive fix right now, so it should be available soon.

    in reply to: Default month view not working #58099
    Barry
    Member

    I think you might be hitting a known issue here – in the first instance (this might not work but is definitely worth a shot) can you edit your wp-config.php and add:

    define('WP_SCRIPT_DEBUG', true);

    (If there is already a line in there relating to WP_SCRIPT_DEBUG but set to false, please just change it to true.)

    Does that help? If not don’t hesitate to shout back and we can look at other options.

    Barry
    Member

    Hi Alicia,

    I’m afraid that’s not within the scope of support that we can provide. Have you considered using WordPress’s import/export tools or a plugin like Duplicator?

    in reply to: Tagline showing directory address of page.php #58096
    Barry
    Member

    Hi! I seem unable to view your site – can you confirm that the URL you provided when you opened this thread is correct?

    Barry
    Member

    No problem, glad you fixed it!

Viewing 15 posts - 13,651 through 13,665 (of 17,936 total)