kevin

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • kevin
    Participant

    i am sad that I just spent money on service that is now only half as useful (thanks to the random eb api change) but I have I work flow that works for the time being.

    please let me know once these integration issues have been fixed

    in reply to: Eventbrite import to WP, 2way synchronization messed up #123426
    kevin
    Participant

    sad to hear your loss. i hope you are taking time for your family and your work is allowing you to. as to my issue with your product, this solution works for now. it requires more admin time from me now but at least I don’t have to deal with the issue the synchronization causes.

    please let me know asap once this is fixed.

    in reply to: Eventbrite import to WP, 2way synchronization messed up #117633
    kevin
    Participant

    Hi Kelly,

    I have had to stop using the plug in since I continue to find errors that the api sync creates.
    Including it deleted one of our saved user profiles in our EB 🙁

    There seems to be no way to break the link between TEC and the EB for events that have already been synced over. I am REALLY SCARED to delete the event WP for fear that it will delete the EB event as well.

    What is the ETA for having these api issues fixed? I feel stupid for just paying the keep this plug in and it is now useless.

    kevin
    Participant

    5. changes all event organizer information.

    kevin
    Participant

    “turn a glitch into a feature” is my current plan

    what i plan to do is make banners as featured images in WP so when we it syncs over to EB it looks like it part of the page and not a glitch

    for example
    http://www.eventbrite.com/e/entrepreneur-campfire-techranch-sx-is-over-what-is-next-registration-10786912947

    any other work arounds? thoughts?

    kevin
    Participant

    knowing that the api make changes back and forth between the wp and eb, i tried “removing the featured image” from wp to see if it would remove the huge image at the the top of the eventbrite and it does not. This is a nasty glitch… 🙁

    in reply to: Event title on Events list page – Elegant Themes Nimble #44016
    kevin
    Participant

    Yes! I need to make a few small changes to the way the events list title reads, but with this – no problem.

    Thanks so much!

    in reply to: Event title on Events list page – Elegant Themes Nimble #44013
    kevin
    Participant

    Ok then – here is the droplr link http://d.pr/f/b646

    the code itself is in the /includes directory and on Snippy at http://snippi.com/s/bhj5oar

    Hope this helps. Thank you so much.

    in reply to: Event title on Events list page – Elegant Themes Nimble #44012
    kevin
    Participant

    It appears my best effort to post code has gone a bit off. Once again:

    get_queried_object();
    $et_page_title = esc_html__(‘Posts by ‘,’Nimble’) . $curauth->nickname;
    } elseif ( is_page() || is_single() ) {
    $et_page_title = get_the_title();
    if ( is_page() ) $et_tagline = get_post_meta(get_the_ID(),’Description’,true) ? get_post_meta(get_the_ID(),’Description’,true) : ”;
    } elseif ( is_tax() ){
    $et_page_title = single_term_title( ”, false );
    $et_tagline = term_description();
    }
    ?>

    array() ) ); ?>
    <?php if ( $et_tagline ” ) { ?>
    array() ) ); ?>

    <?php
    if ( is_single() && 'project' != get_post_type( get_the_ID() ) ) {
    $single_postinfo = et_get_option( 'nimble_postinfo2' );
    if ( $single_postinfo && have_posts() ) {
    the_post();

    echo '’;
    et_postinfo_meta( $single_postinfo, et_get_option(‘nimble_date_format’), esc_html__(‘0 comments’,’Nimble’), esc_html__(‘1 comment’,’Nimble’), ‘% ‘ . esc_html__(‘comments’,’Nimble’) );
    echo ”;

    rewind_posts();
    }
    }
    ?>

    Hopefully that will give you all the information…

    kevin
    Participant

    Yes. Mark this as solved. For some reason (still weird but working) there was an issue accessing the page through our firewall filter. We worked around it and got the files. Still not sure why, we do have the files.

Viewing 10 posts - 1 through 10 (of 10 total)