eastbayaa

Forum Replies Created

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

    After discussing this with the Weaver folks (my theme), it seemed it just required a simple changing of WordPress’s Permalinks setting to either default or numeric (for some reason I had a custom type set up that was creating the link to tribe_events. This is resolved. Thanks.

    eastbayaa
    Participant

    Nevermind… I added it to the style.css file for my child theme and it solved the problem. Thanks so much!

    eastbayaa
    Participant

    Hi Brook,
    I added that code to my functions.php file in my child theme and it had no effect. Problem still exists. Do you have other suggestions?
    Thanks.

    eastbayaa
    Participant

    Hi Brook, when you say add this CSS “somewhere”, where exactly should I put it? Can you be a bit more specific? Thanks.

    eastbayaa
    Participant

    Thank you!

    in reply to: Modify Fields in Search Bar for Events Calendar #150819
    eastbayaa
    Participant

    Ok, sorry for trouble but this seems to have resolved itself. One thing I did notice today is that there were a lot (and I mean A LOT!) of incorrectly generated recurring events, like over 4000 of them. My guess is that these were somehow created during one of my recent upgrades… they all had duplicate dates in 2015 (I have my recurring events set up only to populate 6 months into the future so not sure why these would have been created). In any case, I deleted them all and now the full functionality of the Admin Appearance panel, including Customize, is working. Thanks for your help with this thread.

    in reply to: Modify Fields in Search Bar for Events Calendar #150671
    eastbayaa
    Participant

    Hi Brook,
    Sorry for the double topic… I initially continued thread here b/c I thought it was a bug resulting from our code change. In any case, I don’t think memory is the issue. This seems to be some kind of code generated bug because the message that IS appearing has to do with Events. Here is a screenshot of what happens when I try to click APPEARANCE>>CUSTOMIZE (http://69.195.124.167/~eastbbc2/?attachment_id=7675)

    I did follow your advice and boosted the memory in my wp-config.php file using this code ‘define( ‘WP_MEMORY_LIMIT’, ’96M’ );’ and I also called my hosting provider (a WordPress recommended provider) and they said my php.ini file memory is already maxed out at 128MB.

    Any other thoughts? Would you like me to open a new thread?

    in reply to: Modify Fields in Search Bar for Events Calendar #146956
    eastbayaa
    Participant

    Actually, correction… it looks like that bug is related to something else. I removed the code, and I’m still encountering the same problem but the white page with gobbledy gook now refers to “Events” rather than “Meetings” so something else I’ve got in place is causing this. Argh.

    Basically I see a hyperlink that says Edit Add Events Countdown and when I click on it, it goes here: http://69.195.124.167/~eastbbc2/wp-admin/customize.php?editwidget=tribe-events-countdown-widget-1&addnew=1&num=2&base=tribe-events-countdown-widget

    Underneath the hyperlink it shows “Events Countdown” in boldface. Any thoughts what might be causing this? I’ve removed all of custom code from my child theme functions.php file. Thanks.

    in reply to: Modify Fields in Search Bar for Events Calendar #146950
    eastbayaa
    Participant

    Hi Brook, I found a bug.

    With this code in place, I am no longer able to access the backend admin function APPEARANCE>CUSTOMIZE. When I try to go there I get a funky white screen with some gobbledy gook about “Meetings”. I scrolled through all the other APPEARANCE options (Themes, Widgets, Menus, Theme Extension, Theme Options, Header, Background, and Editor) and all of these seem to work fine. It’s just the Customize option that’s messed up.
    Hope that makes sense.

    in reply to: Modify Fields in Search Bar for Events Calendar #144926
    eastbayaa
    Participant

    Thanks for going over and above Brook. I have to admit that I don’t have the programming skills but usually can figure stuff out with a bit of guidance. I plugged in that code you provided and it seems to be doing the trick. I will continue to test and will leave this thread open for a bit so I can add any bugs if I find them. Thanks again!

    in reply to: Multiple Calendars #140655
    eastbayaa
    Participant

    Hello, I am looking to do this as well and I’m wondering if you could be a bit more specific about incorporating the category parameter into a link to the events page. For example, let’s say I set up two categories of events: “Member Only” and “Public”.
    I want my main events calendar page to display only the public events (NOT include member events), and I want a separate page on my website to display JUST the Member Only events.
    How would I do this? Thanks!

    in reply to: Modify Fields in Search Bar for Events Calendar #140649
    eastbayaa
    Participant

    Hi, I did not try the global replace because I need more specific code from you (rather than “str replace magic”) so I went back to attempting to change each instance specifically through the string replace function. I described exactly the way the text is appearing (ALL CAPS or capitalized) in my search bar in the original post of this thread, so it does appear that my theme (Twenty Eleven) is converting things to all caps. I tried making the simple change you suggested, adding the following code to my child theme functions.php file, and it actually broke my site such that any page I attempted to load would just show up blank.

    ‘add_filter(‘gettext’, ‘theme_filter_text’, 10, 3);

    function theme_filter_text( $translations, $text, $domain ) {

    if($text === ‘Events From’ && $domain === ‘tribe-events-calendar’) {

    $text = ‘Meetings From’;

    }

    return $text;
    }’

    Can you please help me figure out the best way to address my initial question posed? Here it is again (these apply to the search bar at the top of the calendar page):
    * change EVENTS FROM to MEETINGS FROM
    * change Location to City
    * change FIND EVENTS to FIND MEETINGS

    in reply to: Modify Fields in Search Bar for Events Calendar #133256
    eastbayaa
    Participant

    Hi Brook,
    In addressing my global text replace (2nd question), you’ve said “Using that snippet you already have, remove the $text === ” portion, just check the domain. ”
    I’m not sure what you mean by “just check the domain.” Can you be more specific please?
    Thanks

    eastbayaa
    Participant

    Actually, it looks like that settings checkbox (display only first instance of recurring events) was the problem. Sorry! I got hung up on testing steps 1 and 3 that I completely forgot about #2. I think this may have resolved the issue entirely, but I don’t want to close the thread till I’ve had a chance to do a bit more testing. Thank you for your speedy reply!!

    eastbayaa
    Participant

    Hi There,
    I installed the upgrade to 3.5.1 hoping it might have some fixes for recurring events, but I am still experiencing issues. Here’s what I did.

    I deleted all my existing events. I reimported them (15) after the 3.5.1 update. I then went into each event instance and manually set the recurrence to weekly, ending never. So all of these events have been newly set up post-upgrade and the problem remains.

    My primary view is the List View… this is critical because eventually we are going to have over 500 events per week and they will all be recurring weekly.

    As it stands the List View with no filtration or search criteria is not displaying the recurring events properly. Go here: http://69.195.124.167/~eastbbc2/meetings-directory/upcoming?action=tribe_list&tribe_paged=1

    There are 6 events listed for April. Each of this occurs multiple times in April, and if you click on any one of them “Recurring Event (see all)” you will see that these are set up properly and you can see all weekly instances from April forward.

    However none of these are listed under May, June, etc. on the List View linked above. Furthermore, if you jump down to May, it lists only one event (“11:00AM Meeting”) This event also occurs weekly beginning in April. Why is it not listed under April? Why is it listed only once under May? Again, if you click the “Recurring Event (see all)” you will see it’s set up properly.

    The problems remain if I attempt to filter by location or day of week. The recurrence of these events simply isn’t displaying properly in List View. Please help. This is critical to our functionality and if this isn’t going to work, I need to find another solution. Thanks.

Viewing 15 posts - 1 through 15 (of 43 total)