fifteen15studios

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 62 total)
  • Author
    Posts
  • fifteen15studios
    Participant

    GEEZ! THERE IT IS! THANKS!
    Ok, I didn’t know this page existed: http://www.example.com/events/community/list

    Since it does, I’m wondering what else I’m missing. Is there a list of all the Community Events pages which contain some kind of form or information? Also, is there a page with just the login form on it? when I access the My List page, I get the login form if the user is not logged in, but I am curious if you have a page set up for just the login?

    I know of http://www.example.com/events/community/list and http://www.example.com/events/community/add.

    Do you have a My Account page or anything so the user can add personal details or set preferences like default vendor?

    Thanks!
    Brendan

    in reply to: My filters aren’t quite working on my photos page. #1101381
    fifteen15studios
    Participant

    Geoff,

    Thanks for the advice! I disabled the plugin (which I didn’t need) but the issue persists.
    Do you have any other suggestions?

    Thanks,
    Brendan

    in reply to: My filters aren’t quite working on my photos page. #1100777
    fifteen15studios
    Participant

    This reply is private.

    in reply to: My filters aren’t quite working on my photos page. #1100776
    fifteen15studios
    Participant

    Ok, thanks! I provided it below.

    in reply to: My filters aren’t quite working on my photos page. #1100004
    fifteen15studios
    Participant

    This reply is private.

    in reply to: Display Map on Page #1099540
    fifteen15studios
    Participant

    Aah, stink. Ok, thanks!
    Do you know of any plugins which can display a map using your data? I know the map plugins out there use their own formatted data to display locations, so I was wondering if there was one you could recommend which does that?

    in reply to: Can I remove categories from calendar view? #1099332
    fifteen15studios
    Participant

    I found out how to do this in the code.

    Then I found out that there is a way in the admin interface.

    It’s under Category Colors and all I needed to do was uncheck “Add Category Legend”.

    Is Category Colors your plugin or a third-party one?

    Brendan

    fifteen15studios
    Participant

    YES!

    HOLY WOW THAT WORKED!

    THANK YOU FOR THAT! If you want to use this with tribe, just use the variables provided to adjust the page variables setting.

    This is the PHP I used:

    <?php $args = array(
    	'base'               => '%_%',
    	'format'             => '?tribe_paged=%#%'/*
    	'total'              => 1,
    	'current'            => 0,
    	'show_all'           => false,
    	'end_size'           => 1,
    	'mid_size'           => 2,
    	'prev_next'          => true,
    	'prev_text'          => __('« Previous'),
    	'next_text'          => __('Next »'),
    	'type'               => 'plain',
    	'add_args'           => false,
    	'add_fragment'       => '',
    	'before_page_number' => '',
    	'after_page_number'  => ''*/
    ); ?>
    <?php echo paginate_links( $args ); ?>

    I added this to my header, but you can add it just about anywhere. Notice how I commented out the rest of the variables. You can changes these if you want. Yes. Thank you!

    I hope this helps you guys! 🙂

    Now to fine-tune it, add it to my content section, and add some CSS.

    Brendan

    in reply to: How do I edit the Events page? #1085908
    fifteen15studios
    Participant

    AAH! It’s in the first-level files. Got it. Thanks!

    in reply to: How do I edit the Events page? #1084882
    fifteen15studios
    Participant

    Actually… I’m still in need of assistance. Though I found the page where I can make these edits, I would like to change more, especially the information panel where we see Details, Organizer, Venue, Map, etc. I’m especially interested to know how to call that “Events Categories” function. Where would I find the code for this page?

    in reply to: How do I edit the Events page? #1084792
    fifteen15studios
    Participant

    OH! I got it! Nevermind! I found the file (after A LOT of searching). Ok, I see where this is.

    Here’s the confusion. There are a lot of files named single-events.php. I am looking in the specific views to modify it, like list and photo. Apparently there’s another single-events.php file OUTSIDE these specific views in the folder “views”. That’s the one I need to edit. That’s the one I need to edit to control the display of the specific events.

    Thanks!
    Brendan

    in reply to: How do I edit the Events page? #1084791
    fifteen15studios
    Participant

    Thanks, but that doesn’t really answer my question. I know about Geoff’s recommendation. I’ve modifies single-list.php beyond recognition! (Seriously, I did a lot to it.) But my question is more about where I would go to modify the display of the event on this particular page which describes one event? I can’t seem to find that code!

    in reply to: Getting raw data from functions #1080240
    fifteen15studios
    Participant

    This reply is private.

    in reply to: Getting raw data from functions #1080238
    fifteen15studios
    Participant

    Thanks, Geoff. I appreciate the reply, but that’s nooot quiiite what I had in mind. I’m already doing that so I can theme the single-event.php file a certain way. What I’m asking for, mainly, is how I can break the tribe_events_event_schedule_details() function into components so I can display the variables such as date, start time, end time, and such in a separate variable?

    in reply to: Displaying Categories #1070440
    fifteen15studios
    Participant

    Huh. Now it’s working. I wonder why it wasn’t before?
    Well, thanks for that explanation! That’s really helpful!

    I do have another question, though. Right now the function displays as a list with a header. That’s great, but I’m going to craft my own code around this so I can display it the way we need to. (I’m planning to display a symbol for each category that we associate with each id.) How would I do this?

    Thanks!
    Brendan

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