Forum Replies Created
-
AuthorPosts
-
September 16, 2015 at 7:48 am in reply to: Event Preview of Draft not working after Upgrade to 3.12 #1005594
Andreas
ParticipantThanks Ryan, that did fix the menu problem.
Now just to wait for the fix for the preview of events. 🙂September 16, 2015 at 1:31 am in reply to: Event Preview of Draft not working after Upgrade to 3.12 #1005514Andreas
ParticipantHi,
I am also experiencing the same issue on my site after the update.Not sure if it’s related to this issue, but i’m also seeing some issues with the admin menu in general where the links are not loading correctly.
The menus are being placed on top of each other until i hover over them with the mouse pointer.This could of course be my child-theme, so I’ll look into that as well. 🙂
Edit:
Changed to the stock 2012 theme but still have the issue with the menu items.
So not a child theme issue. 🙁-
This reply was modified 10 years, 7 months ago by
Andreas.
Andreas
ParticipantAHHH!
You know what…
When I updated the WP installation to run the Swedish WordPress it stopped working.
So the cause have been identified.Andreas
ParticipantThis 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. 🙂Andreas
ParticipantThis reply is private.
Andreas
ParticipantFound 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?
Andreas
ParticipantUnfortunately 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.
Andreas
ParticipantHi,
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.
-
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
