Nathan Baldwin

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 34 total)
  • Author
    Posts
  • in reply to: Shortcode for specific category breaks layout #1148692
    Nathan Baldwin
    Participant

    changing the slug resolved the issue, not sure why or how, but it did. Bug somewhere.

    in reply to: Shortcode for specific category breaks layout #1147931
    Nathan Baldwin
    Participant

    Also, if I remove all the events by putting them in draft, then the content appears. I randomly publish any events and the results are the content goes away again, so it isn’t an issue for a specific event.

    in reply to: Shortcode for specific category breaks layout #1147930
    Nathan Baldwin
    Participant

    yes, if I add another shortcode on page it works, if I remove the limit parameter is still does not work.

    When I enable debugging, nothing is outputted.

    in reply to: Ticket options #1087692
    Nathan Baldwin
    Participant

    Brian, again thank you.

    in reply to: Ticket options #1087521
    Nathan Baldwin
    Participant

    Brian, thanks for the thoughtful reply. Do you have an ETA on 4.1? Both these features are important to client and would move the project forward.

    in reply to: List view and conditional tags #691146
    Nathan Baldwin
    Participant

    I was unaware of the tribe_is_xxxx conditionals. This did resolve my issue.

    in reply to: Suddenly spam #606483
    Nathan Baldwin
    Participant

    Thank you for posting, I too just started experiencing this, not sure why they would be targeting this URL/String.

    The patch works for now.

    in reply to: Upgrading License Type #482892
    Nathan Baldwin
    Participant

    This reply is private.

    in reply to: Upgrading License Type #470589
    Nathan Baldwin
    Participant

    This reply is private.

    in reply to: Upgrading License Type #431962
    Nathan Baldwin
    Participant

    This reply is private.

    in reply to: Calendar View Tool Tips #91593
    Nathan Baldwin
    Participant

    Never mind came through in the email just fine, thanks for the help.

    in reply to: Calendar View Tool Tips #91588
    Nathan Baldwin
    Participant

    I dont think that got pasted well, try pastebin.com

    in reply to: Ultimatum Integration #2 #76510
    Nathan Baldwin
    Participant

    So, with the help of pingram3541 over in the Ultimatum Forums (he is a fellow user that uses your product as well) Came up with a few things. Easy integration

    Create a file named
    /child-theme/tribe-events/default-template.php
    and place the below code http://pastebin.com/wNbwYdhs


    <?php
    }

    ultimatum();

    More Complex Integration to meet other needs. http://pastebin.com/59hZ0nrt

    The code above will use whatever layout is assigned as your default ult layout. Also, you need at least the 'Wordpress Default Loop' widget in that layout (as the code above removes the ultimatum loop that widgets calls and replaces it with the 'tribecal_loop' defined above).

    Cool. Problem solved. But what if you want to use a different layout other than the default?

    We worked that out too. Simply create a new layout, drop in the 'Wordpress Default Loop' widget and any other customizations and while viewing that layout in the backend check the url for &layoutid=X where X is the ID number. Then use the following and replace WHERE a.id='6' with your custom layout ID (at end of long query):

    get_row($query);
    //print_r($ultimatumlayout);
    }
    /** Remove default Ultimatum loop */

    remove_action( ‘ultimatum_loop’, ‘ultimatum_standard_loop’ );
    add_action(‘ultimatum_loop’, ‘tribecal_loop’);
    function tribecal_loop() {
    ?>


    <?php
    }

    ultimatum();

    in reply to: Ultimatum Integration #2 #76227
    Nathan Baldwin
    Participant

    Barry, do you or do you know someone who can ‘customize’ this for me? I need this to work in the theme and if I can get it done once I can use for future projects as needed. I had upgraded my license with you recently so I could use on more sites I develop and yes, most of them will be Ultimatum. I am really not sure what the issue is here as Ultimatum places the get_header() and get_footer() in all layouts and I can see it and custom css files when I view source of the page, but nothing works. No other plugin I have used experiences the layout issues I am having with Events Calendar.

    If it isn’t going to work, then so be it, but I just wasted $325 by buying your licenses and that is a bit disappointing.

    in reply to: Ultimatum Integration #75832
    Nathan Baldwin
    Participant

    Here lies the problem, you say you can’t support Ultimatum and Ultimatum can’t support Events Calendar, yet I have paid for support on both site but somehow end up holding the bag.

Viewing 15 posts - 16 through 30 (of 34 total)