Anderson

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: Category Title on Category List pages #21996
    Anderson
    Participant

    Sorry if I wasn’t clear. The event page titles are fine. What I’m needing to do is have a title for category event list pages, which have a list of all events under a certain category. So if the event category is “Lectures”, I want it to say “Lectures” at the top of this page (“located at” http://site.com/events/category/lectures). Currently nothing displays. Thanks!

    Anderson
    Participant

    I take that back. It IS working. Commenting out the code didn’t work, not sure why, but removing it entirely did the trick. Thanks for your help

    Anderson
    Participant

    Dear Kym — I found it! Problem is, it doesn’t seem to work. Did you just copy it into your theme “events” directory and edit? Not sure why this isn’t working for me.

    Anderson
    Participant

    I need to do this very same thing but am not able to find the /views/full-address.php template. Perhaps it has changed in a later version. There are three files in “views”: “single-venue.php” plus two widget display files. Where can I comment out the country code?

    in reply to: Venue template? #21863
    Anderson
    Participant

    I just figured this out. For anyone interested, from within the Events Calendar Pro plugin directory locate views/single-venue.php. Copy this file into your “events” directory within your theme and make the changes you need here.

    in reply to: Option to leave END time and date blank #21347
    Anderson
    Participant

    For a future release, it would be really nice to have “End Date / Time” as optional.

    in reply to: 2 separate calendars on multisite #21205
    Anderson
    Participant

    Greetings — is this multisite functionality still planned for 2.1? Is there an estimated release date if so? Thanks

    in reply to: Calendar Widget – change month format #20894
    Anderson
    Participant

    Yes, that topic had the answer, which is that not only do you have to change ‘M’ to ‘F’ but you also have to change ‘monthsShort’ to ‘monthsFull’. Below is the complete code (line 24 in “table.mini.php”, copied from the original into your theme “events” directory.

    monthsFull[date('F',$date)]; echo date(' Y',$date); ?>

Viewing 8 posts - 16 through 23 (of 23 total)