Events invisible in Week View

Home Forums Calendar Products Events Calendar PRO Events invisible in Week View

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #262421
    Andreas
    Participant

    Hi,
    I’ve just installed a new WP installation running WP 3.9.1 and TEC 3.6.1. on an internal server to work with a new design.
    And I decided to start from scratch and installed everything from the ground up.

    I’ve created some sample events and everything works fine for the month , list and day views. The events shows up and looks good.
    However switching to the Week view I don’t see the events any more.
    Going to a week without any events gives me the message that there are no events for the selected week.
    Ok, that’s to be expected, so why can’t I see the events when there are.

    Looking at the source-code I can see that the event are actually there. But something must be wrong as it’s not visible in the grid.
    So I tried to create a all-day event. And it gives me the same issue.
    Both all-day events as well as a regular event shows up in the source, but nothing gets displayed in the week view.
    I’ve tested with several themes and browsers. I’ve also disabled all plugins if there was any conflict with those.

    Could there be an issue with the installation itself?
    I haven’t gotten to any theme modification or modification of the plugins yet, so that shouldn’t be it?

    #264535
    Casey
    Participant

    gallerixdatasupport,
    Thanks for getting in touch! Week view relies heavily on Javascript / jQuery to display the events. Could you try switching to the 2013 theme to see if the issue persists? I suspect it has something to do with the theme you’re using.

    Try that and let me know what you discover. Thanks! 🙂

    -Casey-

    #264613
    Andreas
    Participant

    Hi,
    Thanks for the response.
    I assumed it was something to do with Javascript, and I’ve tried with the 2010 through 2014 themes. But without any luck, same issue and I’ve so far not yet encountered a theme that works.
    Should I try and re-install everything from scratch if it’s a problem with the database/filestructure?

    I’m unfortunately new when it comes to working with wordpress so I’m learning as I go.

    #265089
    Casey
    Participant

    Andreas,
    Do you have a URL where I can investigate this issue further?

    #265355
    Andreas
    Participant

    Unfortunately it’s behind closed doors.
    It’s on our internal company network. No external access to it.

    However, did some more digging…
    I used firebug to change the div id tag and it now showed up.
    I changed it from: (lets see how good you’ll see this… 😉 )
    <!– allday column –>
    <div class=”tribe-events-mobile-day column tribe-events-future tribe-events-has-events” title=”2014-07-03″>
    <div id=”tribe-events-event-115″ class=”hentry vevent type-tribe_events post-115 tribe-clearfix tribe-events-category-test tribe-events-venue-112 tribe-events-organizer-111 tribe-dayspan1 tribe-week-event” data-tribejson=”{“eventId”:115,”title”:”Test 2″,”permalink”:”http:\/\/192.168.1.16\/gallerixbutik\/event\/test-2\/”,”imageSrc”:””,”startTime”:”3 juli, 2014″,”endTime”:””,”imageTooltipSrc”:””,”excerpt”:”Oh hiez!”,”categoryClasses”:”hentry vevent type-tribe_events post-115 tribe-clearfix tribe-events-category-test tribe-events-venue-112 tribe-events-organizer-111 tribe-dayspan1″}” data-hour=”all-day”>
    <div>
    <h3 class=”entry-title summary”>
    Test 2
    </h3>
    </div>
    </div>
    </div>
    to:
    <!– allday column –>
    <div class=”tribe-events-mobile-day column tribe-events-future tribe-events-has-events” title=”2014-07-03″>
    <div id=”tribe-events-event” class=”hentry vevent type-tribe_events post-115 tribe-clearfix tribe-events-category-test tribe-events-venue-112 tribe-events-organizer-111 tribe-dayspan1 tribe-week-event” data-tribejson=”{“eventId”:115,”title”:”Test 2″,”permalink”:”http:\/\/192.168.1.16\/gallerixbutik\/event\/test-2\/”,”imageSrc”:””,”startTime”:”3 juli, 2014″,”endTime”:””,”imageTooltipSrc”:””,”excerpt”:”Oh hiez!”,”categoryClasses”:”hentry vevent type-tribe_events post-115 tribe-clearfix tribe-events-category-test tribe-events-venue-112 tribe-events-organizer-111 tribe-dayspan1″}” data-hour=”all-day”>
    <div>
    <h3 class=”entry-title summary”>
    Test 2
    </h3>
    </div>
    </div>
    </div>

    That is, I changed the div ID,
    Now 115 is my post ID for the event I created for testing around.
    So it seems that it’s adding the event ID to the DIV ID.

    However the same change in the div ID did not help out for the event that was not all-day.

    #266527
    Andreas
    Participant

    Found the single-event-allday.php and moved it to my child theme where I changed where it added the div ID so that it didn’t add the eventID number to the div ID.
    And all new tests I put up are visible, and seems to be working well.

    However, I have yet to get the hourly to work.

    This could be an ugly fix, and not fixing the root cause that I believe to be a css problem?

    #267098
    Casey
    Participant

    Andreas,
    Have you tested for conflicts? I’m seeing the same DIV ID in my test environment, and everything is working correctly (screenshot). Without seeing the site to investigate further, I can’t be 100% sure, but I suspect there’s another plugin / theme that’s conflicting and causing this issue.

    Try testing for conflicts using that link above and let me know what you discover. Thanks! 🙂

    -Casey-

    #267296
    Andreas
    Participant

    This reply is private.

    #267345
    Andreas
    Participant

    This time I installed it in the order:

    Wordpress -> Theme -> TEC -> Pro

    And it seems to work now… So I must have had a conflict somehow, even tho I disabled all plugins I had active.
    Well, guess I’ll work from this edit then. 🙂
    And start installing my things, hopefully not re-creating the conflict in the process. 🙂

    #267351
    Andreas
    Participant

    AHHH!

    You know what…
    When I updated the WP installation to run the Swedish WordPress it stopped working.
    So the cause have been identified.

    #299727
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/lo

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Events invisible in Week View’ is closed to new replies.