Forum Replies Created
-
AuthorPosts
-
Lara
ParticipantThis worked! Thank you sooo very much! You should implement this option in your next update of the plugin so that no more people have this issue that seems to be fine in other sites. Thanks again!
Lara
ParticipantThis is Lara’s developer writing to chime in on the problem. We did implement Geoff’s solution he recommends above which is how we have the date showing as it does like so October 20 – 23, 2015, but then the single day events don’t show the year at all – they just say October 20. So we added the Y to the backend settings for Day without Year under Display tab so that a single day event would show the year there regardless but when we do that it lists the multi-day event in a way we donβt want either, like this October 20, 2015 – 23, 2015. So there is a conflict with the settings we setup and the script we are using. How can we solve that so they don’t conflict. If you want to see what is going on, I could give you login credentials.
Lara
ParticipantSounds good π
Lara
ParticipantThanks for the info Geoff! We tried the php filter and it didn’t work. I think that would change the label, but we are wanting to change the placeholder.
The date format is still giving me trouble. We made the change within the plugin Display settings but when we add the year to the Date without Year, it adds the year to the start date AND the end date when there is a multi-day event. We don’t want that. I only want the year to be at the end of single day events (ie. October 15, 2015) and at the end of multi-day events (ie. October 15 – 18, 2015). Seems like this may just have to be something we give up on. Let me know if I am incorrect.
Lara
ParticipantAlso, I just noticed I need to change the placeholder in the Search Field on the events page. I can’t seem to find that within the template files for the Pro Photo view. Do you know where I can find that? Thanks again for your help!
Lara
ParticipantOk, thanks!
The last thing is the single date. You said to modify the start and end date formatting, but if I modify the start date to have the year, won’t that mean that if there is a date range (October 2-4, 2015) it will show like this (October 2, 2015 – October 4, 2015)? I just want single day events to show October 2, 2015 and multiple day events to show October 2 – 4, 2015.
Lara
ParticipantThat worked. How do I get the state/region to spell out so Nevada instead of NV?
Lara
ParticipantGeoff-
I’ve added this code to my single-event.php page: <?php echo tribe_get_city() . ‘, ‘ .tribe_get_state(); ?>
It works great! Can I add ‘, ‘ .tribe_get_region(); to make it show the region too?
Lara
ParticipantGot it! I just need to work on the date format and having the state spelled out. Thanks π
Lara
ParticipantHi Geoff-
I do have the file in the proper folder per your last note. I will need it to show the city and either state/region (can you make that state written out as opposed to the abbreviation in that same snippet or would that be a function?)
If you could give me some direction for the single day events as well that would be great! Thanks!
Lara
ParticipantI’m still not seeing any information about adding the location to the pro photo single-event listing. I’ve gotten the location to show with the pro list shortcode, but cannot seem to get it to work for the other. I have copied the photo/single-event.php to my child theme.
I’ve also gotten the year to show up for the dates when there is a date range for the event, but not when it is a single day. Am I missing something in that filter?
Lara
ParticipantThanks again Geoff!
Lara
ParticipantIf I want the Duration to always show the year, can I remove the $format = $date_without_year_format; argument? Also, I forgot to mention I need to remove the start time and end time. Can I just modify what you sent me earlier to accomplish this? Thanks!
Lara
ParticipantIt is the pro photo view I believe. I have been looking through the Themer’s Guide, but will have to make sure I’ve added to the right template. Thanks so much for your help!
Lara
ParticipantGreat, thanks! I will give that a try. Also, on the events listing page, what file can I modify to get the location to show?
-
AuthorPosts
