Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter thawbaker

    (@thawbaker)

    I have discovered the issue and corrected it.

    (I am using a child theme and have edited the single-meeetings.php file to put some meeting related announcements at the bottom of the page. I copied the single-meetings.php file contents into my child theme and then added my announcement bits back in. Cleared the cache and it magically works again. I wish it had occurred to me to do this first before bothering someone support. Learning as I go…).

    Thank you!

    Well, you know how sometimes after a good night’s sleep the solution to yesterday’s problem seems clearer? The last time I know for certain that the 12-Step plugin was working was before I added a link and scrolling announcement bar below the meetinglist table (I checked and there is no formatLink in it). Anyway, I tried to be careful when adding it because I’m no coder, but it’s well within reason that I accidentally added or removed some character that I shouldn’t have.

    So I woke up this morning and overwrote the archive-meetings.php in my child theme folder back to your original. The drop-downs resumed working. Then I carefully placed my edits back into that file. And they worked too.

    I appreciate your willingness to look at my site, Jose. Unfortunately this problem appears to be good ‘ol “operator error”. Sorry to trouble you! I’m planning on taking the new district-43 website live this weekend. Thanks again for all of your help!

    Todd H
    District-43 Webservant

    Hey, Josh. I’m having a new problem now. It was working before, so I’m pretty sure I broke it. 🙁

    The drop-down menus appear (Sunday, Monday, etc.) but cannot be selected. I noticed it today because it was displaying Sunday even though today is Tuesday. I cleared the cache and today’s day-of-the-week corrected. Thinking maybe it was a cache problem, I turned off Comet Cache altogether, but the drop downs still don’t work. I am using a child theme which should protect my local edits, which are:

    /* 12 step meeting list revisions here */
    
    add_action('wp_enqueue_scripts', function(){
        wp_dequeue_style('bootstrap_css');
        wp_dequeue_script('bootstrap_js');
    });
    
    #page::before { display: none; }
    
    #meetings table { border: 0; }
    #meetings table td, #meetings table th { border-right: 0; }
    
    .collapse { display: block; }

    WordPress 4.4.2
    Theme: CustomizrPro (child)
    Site: http://www.District43.org

    Sure, Josh. I’ll let you know the url once the district approves the changes and we go public.

    Just wanted to say thanks for creating this plugin. It really helped make building a new website for AA district 43 (Central PA) so easy and awesome.

    I had the exact same problem as compumec. Thanks to this thread– problem solved.

    Thanks again.

Viewing 5 replies - 1 through 5 (of 5 total)