esteban

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • in reply to: Fix venue geolocation only does one venue at a time #53036
    esteban
    Participant

    same problem here.-

    in reply to: Related events, Duplicate Venues, & Before HTML #53025
    esteban
    Participant

    I still can’t make the duplicate venues to come back

    in reply to: Related events, Duplicate Venues, & Before HTML #53023
    esteban
    Participant

    I solved it with this tribe-templates.class.php

    /**
    * Loads the contents into the page template
    *
    * @return string Page content
    */
    public static function load_ecp_into_page_template() {
    // only run once!!!
    remove_filter(‘the_content’, array(__CLASS__, ‘load_ecp_into_page_template’) );

    self::restoreQuery();

    ob_start();

    if(tribe_is_upcoming()) { echo tribe_events_before_html(); }

    tribe_get_view();

    in reply to: Related events, Duplicate Venues, & Before HTML #52997
    esteban
    Participant

    The related events is solved. Thanks.-

    But lets say I want to use this with one of my themes templates and not the Plugins default template. Is this posible ?

    if(tribe_is_upcoming()) { tribe_events_after_html(); }

    I saw the duplicate venues button and it suddenly disapeared http://www.proyectomx.com/image.png

    in reply to: No PDF tickets attached to email #47415
    esteban
    Participant

    Solved it!!! My server mails were going through Amazon SES and this doesn’t allow attachments.

    in reply to: No PDF tickets attached to email #47412
    esteban
    Participant

    I have the latest woocommerce and the latest events plugins

    in reply to: No PDF tickets attached to email #47411
    esteban
    Participant

    I’m on a dedicated server. What are the system requirements for WooTickets?

    in reply to: No PDF tickets attached to email #47410
    esteban
    Participant

    I just installed wootickets and I’m having the same problem. I deactivated all other plugins and it’s not working. can you help me out?

    in reply to: Past events notice #30481
    esteban
    Participant

    Done. I had a very old version in the older inside my theme. as always Thank u so much!!! Great support!!!

    in reply to: I can't import events. #27335
    esteban
    Participant

    Thank you guys. You made my day. I was uploading around 100 events a week by hand! Everything works perfectly thanks.

    in reply to: I can't import events. #27273
    esteban
    Participant

    Hi, any updates?

    in reply to: I can't import events. #27094
    esteban
    Participant

    Hi Timothy. I have a dev site you can use.

    in reply to: I can't import events. #26710
    esteban
    Participant

    here are some events, they are all public

    485742754778497
    330082683750596
    186537971482284

    and I’m getting

    The following errors have occurred:

    “picture?type=large&access_token=404935409546807|vzHtzdfYYsK8X2vcliYSxEJvO0c” is not a valid image.
    “picture?type=large&access_token=404935409546807|vzHtzdfYYsK8X2vcliYSxEJvO0c” is not a valid image.
    “picture?type=large&access_token=404935409546807|vzHtzdfYYsK8X2vcliYSxEJvO0c” is not a valid image.
    Please note that as a result, no events were successfully imported.

    in reply to: I can't import events. #26441
    esteban
    Participant

    do you have a time frame for the next release?

    in reply to: I can't import events. #26438
    esteban
    Participant

    me too. i urgently need this plugin. i was uploading about 100 events week. for me it stopped working when i upgraded WP

Viewing 15 posts - 1 through 15 (of 28 total)