Barry

Forum Replies Created

Viewing 15 posts - 16,066 through 16,080 (of 17,936 total)
  • Author
    Posts
  • in reply to: Remove Sidebar for Calendar View ONLY #32643
    Barry
    Member

    Yep, you’re right about there being no get_sidebar() call in the default ecp-page-template.php – I forgot to reset mine to the default after helping out on another thread. Apologies for the confusion!

    div.grid span.tribe-events-calendar-buttons

    This should let you target the calendar buttons (I’m guessing you mean the Event List and Calendar links?) when the grid or month view is being viewed. For the list view, you could try:

    div.upcoming span.tribe-events-calendar-buttons

    Does that help?

    in reply to: This event has passed message on events #32642
    Barry
    Member

    The only difference is that I use custom roles created by a plugin.

    Perhaps that’s the problem. Can you give an example of one of the roles that have been set up and list its capabilities?

    in reply to: Eventbrite plug in fatal errors #32631
    Barry
    Member

    Hi Amilkar, looking at the URLs you posted initially (like this one) the problem would seem to have been resolved – was there anything you reconfigured to make this happen (and do you require further support here)?

    in reply to: This event has passed message on events #32629
    Barry
    Member

    Hi Adrian, that’s strange. Can you provide a URL for one of the affected events? I did try the following steps to replicate this:

    • Created a new user and assigned him to the editor role
    • Signed in as the editor and created a new event in the future
    • Visited the event page (still logged in) and didn’t see the “Event has passed” message
    • Visited in a different browser (not logged in) and, again, could not see the “Event has passed” message

    Is there anything I would need to do differently/am I misunderstanding at all?

    in reply to: Event Calendar Pro Calendar View Broken #32627
    Barry
    Member

    I can’t seem to open the site URL you provided; can you confirm it is correct and/or provide a direct link to the affected page?

    in reply to: Can I use WooTickets without Events Manager #32626
    Barry
    Member

    Possibly, but what you are seeing on our demo site is a single event page with embedded ticket form, in this case generated by WooTickets. The corresponding product pages – each ticket being an actual product – are all hidden from the WooCommerce storefront by default.

    So while what you are asking about is possible, it’s not a customization we would support and I suspect it would be easier to customize WooCommerce directly rather than install The Events Calendar and WooTickets for that effect alone, especially if you have no plans to use The Events Calendar itself.

    in reply to: Eventbrite plug in fatal errors #32620
    Barry
    Member

    Are you referring to an update on eventbrite.com itself?

    in reply to: Category list view do not show all the Events? #32619
    Barry
    Member

    Hi clubbingpriest.

    I appreciate you indicated that you have tried deactivating all other plugins – but could you repeat that step and at the same time switch to a default, unmodified theme and then check if the problem persists?

    Thanks!

    in reply to: If-Then based on Event Category Function? #32618
    Barry
    Member

    Possibly by using the tribe_event_in_category() function, which accepts a category slug and optionally the event ID (otherwise it just assumes you are interested in the current event).

    if (tribe_event_in_category('my-category-slug')) { /* Do something */ }

    in reply to: Remove Sidebar for Calendar View ONLY #32617
    Barry
    Member

    Hi Steve,

    There are a number of different ways you might approach this. If you are using Default Event Template (to determine this, visit Events > Settings > Template and check the relevant setting there) then you could modify the ecp-page-template.php to accommodate this.

    Before you do anything though, please check out the following resources:

    In your custom ecp-page-template.php template you could then locate this code:

    get_sidebar();

    And change this to:

    if (!tribe_is_month()) get_sidebar();

    There are often other things to consider of course, such as resizing the main content area, but this varies from theme to theme (as do the steps to take if you are not using Default Event Templates – though in principle it should be similar).

    Does that help at all/clear as mud?

    in reply to: update conflicting with jquery ui #32615
    Barry
    Member

    Can you provide a URL where I would be able to see this?

    in reply to: conflict with "WP Extra Template Tags 0.3" #32614
    Barry
    Member

    Just to confirm – are you talking about this plugin?

    http://wordpress.org/extend/plugins/wp-extra-template-tags/

    I downloaded version 0.4 which seems to be the most recent version (noting it hasn’t been updated since 2008-9-21) and installed and activated it on my test site.

    I was able to view event pages without any difficulty.

    Perhaps though you are using some of the extra template tags it generates in your theme or somewhere else?

    in reply to: Latest update producing PHP array errors #32613
    Barry
    Member

    Hi Dawn,

    Does this sound like the same issue you are seeing?

    in reply to: Event Calendar Pro Doesn't work with Fishpig #32599
    Barry
    Member

    I think we posted at the same time there.

    I did notice this in the Permalinks section http://www.thinkative.com/dev/wish/wp/wp-content/uploads/2013/02/Screen-Shot-2013-02-13-at-2.47.18-PM.png

    Yep so that’s something you’d need to resolve … also – because this is a slightly unusual setup with two side by side apps – you may wish to ensure that you don’t have a second .htaccess file further up the hierarchy (for Magento’s purposes) that is overriding the second, WordPress specific set of rules.

    in reply to: Community Events Sidebar Formatting #32598
    Barry
    Member

    Hi lynchvegas, I’ll move this across to the Community Events forum so Casey can help you 🙂

Viewing 15 posts - 16,066 through 16,080 (of 17,936 total)