Forum Replies Created
-
AuthorPosts
-
Anderson
ParticipantSorry 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!
July 10, 2012 at 11:44 am in reply to: Need to remove United States / country from list and single view pages #21877Anderson
ParticipantI 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
July 10, 2012 at 11:42 am in reply to: Need to remove United States / country from list and single view pages #21876Anderson
ParticipantDear 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.
July 10, 2012 at 9:43 am in reply to: Need to remove United States / country from list and single view pages #21867Anderson
ParticipantI 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?
Anderson
ParticipantI 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.
Anderson
ParticipantFor a future release, it would be really nice to have “End Date / Time” as optional.
Anderson
ParticipantGreetings — is this multisite functionality still planned for 2.1? Is there an estimated release date if so? Thanks
Anderson
ParticipantYes, 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); ?> -
AuthorPosts
