eastbayaa

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 43 total)
  • Author
    Posts
  • eastbayaa
    Participant

    Any response here? It’s been over 24 hours since posted…

    in reply to: Want to change headings/titles on Week and Day Views #125411
    eastbayaa
    Participant

    Hmmm, 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 );
    }

    in reply to: Want to change headings/titles on Week and Day Views #124392
    eastbayaa
    Participant

    Ok, 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?

    in reply to: Remove 'All Day' Option from Time Filter in Filter Bar? #124384
    eastbayaa
    Participant

    Actually, correction: I just updated filter bar to the latest upgrade and now it seems to have worked. Thanks so much!

    in reply to: Remove 'All Day' Option from Time Filter in Filter Bar? #124381
    eastbayaa
    Participant

    I 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?

    in reply to: Want to change headings/titles on Week and Day Views #123904
    eastbayaa
    Participant

    Hi, 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:
    <?php

    add_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;
    }

    ?>

    in reply to: Address not displaying correctly on Venue View #123130
    eastbayaa
    Participant

    Thanks, I ended up pasting this into a custom CSS area via a Theme Extension and that did the trick.

    in reply to: Address not displaying correctly on Venue View #121583
    eastbayaa
    Participant

    Oops… I meant “THREW lots of other things out of whack”, not “through”. Hope you got the gist.

    in reply to: Address not displaying correctly on Venue View #121581
    eastbayaa
    Participant

    I’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

    in reply to: Search & Near Functions not working #120767
    eastbayaa
    Participant

    Ok, 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.

    in reply to: "Events From" pop-up calendar hidden behind header #120757
    eastbayaa
    Participant

    Thanks Casey.

    in reply to: Search & Near Functions not working #120701
    eastbayaa
    Participant

    Thank 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?

    in reply to: Search & Near Functions not working #120658
    eastbayaa
    Participant

    Hi, 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.

    in reply to: Search & Near Functions not working #119967
    eastbayaa
    Participant

    Hi 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?

    in reply to: Search & Near Functions not working #118904
    eastbayaa
    Participant

    Ok, 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.

Viewing 15 posts - 16 through 30 (of 43 total)