Henry

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 82 total)
  • Author
    Posts
  • in reply to: Using custom taxonomy with events and venues #17629
    Henry
    Member

    Hi there Rob

    I just wanted to make my custom taxonomy “tubestations” available to “tribe_events” and “tribe_venue”.

    It is usually quite easy to make a custom taxonomy available to a specific custom post. When registering the custom post type you just have to specify an array of registered taxonomies to be used with the post type.

    You do this like so ‘taxonomies’ => array(‘my_taxonomy_name’)

    This doesn’t seem to be working with TEC. Hopefully Jonah can throw some light on it.

    in reply to: Calendar WordPress Intergation #17596
    Henry
    Member

    @Alpesh

    If you could give some examples of where you need help, there are lots of people here who would give you some tips.

    in reply to: Turn off auto-scrolling on google maps #17486
    Henry
    Member

    Glad it worked :}

    in reply to: Turn off auto-scrolling on google maps #17431
    Henry
    Member

    i hate it when i come across a Google map, want to scroll down the webpage as a whole only to find that my blasted Google map zooms-in upon scroll.

    i’ve worked with Google maps before and it is certainly do able. Are you using a mapping plugin? or are you embedding Google maps yourself?

    You just have to add scrollwheel: false to mapOptions when initialising the map.

    For example

    http://pastie.org/3701210

    in reply to: Title attribute on venue link #17426
    Henry
    Member

    @Jonah and @Rob

    brilliant – thanks!

    in reply to: Google Maps with All Events #17405
    Henry
    Member

    Note that it is all about the loop – only posts that are returned by your loop will display on the map.

    in reply to: Google Maps with All Events #17404
    Henry
    Member

    @Tony

    I have done something similar before with Geo Mashup. I am not familiar with Comprehensive Google Map plugin but I am sure in theory both plugins do the same job.

    The main feature of Geo Mashup is the ability to aggregate all post markers on one map so this ticks the box here. With reference to only displaying future posts – if you use the code i gave in The Events Calendar’s list.php template then you will be able to display a map with future events only.

    in reply to: Events Calendar PRO Feature Requests #17396
    Henry
    Member

    Hi guys

    I am aware that you’re building venue and organiser templates into 2.1. Although this feature is great for me with reference to venues, I do not necessarily want to have a webpage for all of my organisers.

    It would be great if you build in the option to turn off venue or organiser pages. This way users could just choose if they want to have them or not.

    Cheers

    in reply to: Title attribute on venue link #17395
    Henry
    Member

    Also perhaps the same with the organiser link

    tribe_get_organizer_link();

    in reply to: Don't diplay past events in Single Venue view. #17361
    Henry
    Member

    2.0.5 resolved the issue for me.

    @Ken, this may sound obvious and you’ve probably done it already but if you’ve moved single-venue.php to your theme’s directory then you’ll need to update this file for the fix to kick in after upgrading to 2.0.5

    in reply to: Google Maps with All Events #17359
    Henry
    Member

    I should of added – just paste the code in the template where you’d like your events map to display. It only works with Geo Mashup plugin though.

    in reply to: Google Maps with All Events #17358
    Henry
    Member

    Are you using WP Geo or Geo Mashup? If you are using Geo Mashup, then you have to specify which post type the map should be using. The post type you need is “tribe_events”. To display a map of events only using the Geo Mashup plugin, use this code:

    http://pastie.org/3694652

    in reply to: Can you filter by category? #17357
    Henry
    Member

    If you have an events category called exhibitions, then you can access exhibitions only by

    http://www.yourwebsite.com/events/category/exhibitions/

    Does this help?

    in reply to: Venue slug #17249
    Henry
    Member

    Thanks Rob, looking forward to 2.1!

    in reply to: Google Maps with All Events #17232
    Henry
    Member

    Have you ever thought about using the Geo Mashup or WP Geo plugins with The Events Calendar?

Viewing 15 posts - 61 through 75 (of 82 total)