Forum Replies Created
-
AuthorPosts
-
March 31, 2014 at 3:25 pm in reply to: List View of recurring events jumps from April 2014 to March 2015 #125585
eastbayaa
ParticipantAny response here? It’s been over 24 hours since posted…
March 31, 2014 at 11:54 am in reply to: Want to change headings/titles on Week and Day Views #125411eastbayaa
ParticipantHmmm, I did try it before and it broke my site, but I just retried it and it worked! I must have forgotten to change one of the variables. Posting the code snippet here in case it can be of use to someone else:
‘add_filter(‘tribe_get_events_title’, ‘change_day_title’);function change_day_title($title) {
if ( ! function_exists( ‘tribe_is_day’ ) || ! tribe_is_day() ) return $title;
return str_replace( ‘Events’, ‘Meetings’, $title );
}
‘March 28, 2014 at 11:35 am in reply to: Want to change headings/titles on Week and Day Views #124392eastbayaa
ParticipantOk, that worked. Thanks! But I also want to do the same for the Day View, but it does not appear that there is a function called ‘tribe_is_day()’ so I’m not clear how I might modify this code to apply to the Day View. Any ideas?
March 28, 2014 at 11:18 am in reply to: Remove 'All Day' Option from Time Filter in Filter Bar? #124384eastbayaa
ParticipantActually, correction: I just updated filter bar to the latest upgrade and now it seems to have worked. Thanks so much!
March 28, 2014 at 11:12 am in reply to: Remove 'All Day' Option from Time Filter in Filter Bar? #124381eastbayaa
ParticipantI tried that, adding this code to my functions.php override file in my child theme folder, changing ‘filter-bar/filter-view-horizontal’ to ‘filter-bar/filter-view-vertical’ since I am using the vertical view and nothing changed. Any other ideas?
March 27, 2014 at 12:38 pm in reply to: Want to change headings/titles on Week and Day Views #123904eastbayaa
ParticipantHi, I’m sorry but that doesn’t really help me (I’m a bit of a newbie here). I was hoping you could just provide the snippet of code needed, similar to what is provided for the video example I referenced:
<?phpadd_filter(‘tribe_get_events_title’, ‘change_upcoming_events_title’);
function change_upcoming_events_title($title) {
//We’ll change the title on upcoming and map views
if (tribe_is_upcoming() or tribe_is_map() or tribe_is_photo()) return ‘Upcoming Parties’;//In all other circumstances, leave the original title in place
return $title;
}?>
eastbayaa
ParticipantThanks, I ended up pasting this into a custom CSS area via a Theme Extension and that did the trick.
eastbayaa
ParticipantOops… I meant “THREW lots of other things out of whack”, not “through”. Hope you got the gist.
eastbayaa
ParticipantI’m not sure that helps. First of all I’m using a very basic theme (Twenty Eleven) so not sure why this is an issue in the first place.
Second, I tried to update my style sheet w/ the custom code you provided within a child theme I created, which I understand is the best way to modify a theme. Doing so through lots of other things out of whack like the menus, so that didn’t work.
Lastly, I’d like to try creating the “tribe-events.css” stylesheet you’ve suggested, but the Themer’s Guide does not provide complete enough instructions for me to understand exactly how to do this. It says what to name it and where to put it, but other than the code you’ve pasted above, I’m not sure what else needs to comprise that file. Can you please be more specific or provide an example that I could copy from? Thanks
eastbayaa
ParticipantOk, thanks… I’ve got a text editor so I’ll resave there with correct format. I’d like to leave this thread open until I test it just to be sure that was the problem and will get to that a bit later today. THANK YOU for your attentiveness today… I really appreciate it.
eastbayaa
ParticipantThanks Casey.
eastbayaa
ParticipantThank you!! Ok, I get it and I will try again with your recommendations. One question… I am using Excel for Mac and I don’t see the UTF-8 option upon saving. I see three CSV options. The first is the default (the one I used) and is listed under Common Formats. The second is called “Windows Comma Separated” and the third is called “MS-DOS Comma Separated” and these are both listed under Specialty Formats. Would one of these be UTF-8?
eastbayaa
ParticipantHi, Yes I’m a bit frustrated by lag time in resolving this… wish we could just have a few back and forths in the span of a single day rather than having to wait 24 hours after each update.
In any case, here is a link to my CSV file (http://69.195.124.167/~eastbbc2/wp-content/uploads/2014/03/Venue-List.csv). It’s pretty simple, so I’m not sure what could possibly be wrong with it and I have no idea what you mean by creating a new CSV file with “one well formed address.” These all seem to be well formed to me.
So can you please be a bit more specific about what you’re wanting me to do? Thanks.
eastbayaa
ParticipantHi Barry,
Ok, I did as you asked changing the street address for our test case “Triangle Fellowship” slightly. As you suspected it DOES show up in map view now. See here: http://69.195.124.167/~eastbbc2/meetings-directory/map/To confirm, yes I imported my venues AND my events via the CSV importer. Now what?
eastbayaa
ParticipantOk, so I modified the code and now something has happened… you can see results here: http://69.195.124.167/~eastbbc2/member-services/?geocode_test
Regarding the hosting environment, sorry for confusion… Blue Host is a recommended WORDPRESS hosting service, which is what we are using. I am trying to integrate the Events Calendar into our WordPress site, but if we can’t get this working I’m going to have to look for another solution. Hoping we are close… thanks for your assistance.
-
AuthorPosts
