Home › Forums › Calendar Products › Events Calendar PRO › Strange Double Rendering with Thesis
- This topic has 64 replies, 8 voices, and was last updated 13 years, 11 months ago by
Jonah.
-
AuthorPosts
-
March 7, 2012 at 10:14 am #16381
Jonah
ParticipantHey Carlos, looks like it matches to me, is there something I’m not seeing? Can you maybe post a screenshot?
March 7, 2012 at 10:39 am #16391Carlos
ParticipantJust emailed you a screenshot. Checked it on both iPad safari and Mac safari. I hope this is not a safari compatibility thing 😐
cMarch 7, 2012 at 11:52 am #16403Jonah
ParticipantHey Carlos, but this is not the grid view, your question was why the sidebar was not consistent in months where there are no events in grid view correct?
March 7, 2012 at 3:49 pm #16411Carlos
ParticipantHey Jonah, my bad man… forgot which question of mine u were responding to! That other screenshoti is for the problem I’m having it’s the organizer name field. Check your email for a shot of the grid view.
Thanks!
CMarch 8, 2012 at 2:21 pm #16482Jonah
ParticipantHey Carlos, this appears to be fixed in the development version of 2.0.5 which we’ll be rolling out soon. Can’t say exactly when but it will be soon. To save extra development focus for 2.0.5 it would be better to have you wait even though I know this is an inconvenience for your own development. I hope you understand though. Keep an eye out for the new version!
March 9, 2012 at 2:01 pm #16549Jonah
ParticipantHey Carlos, so on the organizer issue, have you made any modifications to the single event view template? If so can you please post it to http://pastie.org so I can take a look. I also wonder if this is a conflict with something in your theme or a conflict with another plugin? Have you tried deactivating other plugins to possibly rule out one that is causing the problem? Or, switching to the Twenty Eleven theme to see if it’s a theme issue? Just trying to narrow this down.
March 13, 2012 at 11:55 pm #16715Carlos
ParticipantHey Jonah, sorry been travelling. I managed to figure it out. had to do with the template content width. Thanks for all the help! really appreciate it!
CMarch 14, 2012 at 7:47 am #16726Rob
MemberAwesome to hear you got this figured out, Carlos. Hope your travels have been well 🙂
If you need anything else related to the plugin down the road, just holler.
April 4, 2012 at 12:44 am #17571Carlos
Participantand then there was an update…
upgrading to ECP 2.05 appears to have voided the following work around Jonah created for disabling sidebars./* Conditionally remove original sidebars */
function no_sidebars() {
if(‘tribe_events’ == get_post_type()) {
if ( is_single() && !tribe_is_showing_all() ) { // single event
return false;
} elseif ( tribe_is_upcoming() || tribe_is_past() || tribe_is_day() || (is_single() && tribe_is_showing_all()) ) { // list view
return false;
} else { // grid view
return false;
}
} else {
return true;
}
}
add_filter(‘thesis_show_sidebars’, ‘no_sidebars’);The work around still works for grid view, but it doesnt work for all the other tribe views. Can I assume that they’ve changed names? (not sure where to find the names of the tribe views). Any chance Jonah can take a peak at what could have changed.
Thanks guys!!
CApril 4, 2012 at 1:05 pm #17601Jonah
ParticipantSorry about that Carlos, some things must have changed that affected the conditional statements. Try this updated conditional code instead: https://gist.github.com/2305130 – you can actually use the conditions in there for much more than just the sidebars, they can be more of a general conditional stack to be used with our plugin.
Hope that helps!
April 5, 2012 at 8:19 am #17645Carlos
ParticipantHey Jonah thanks for the code! The new conditional code is great. I tried implementing it as you had it posted with no luck, so I spent a couple hours playing around with it but I am totally stumped…unfortunately it seems the new code only partly works 😐
Results
gridview (works) – http://sustainableelements.ca/events/
venue (works) – http://sustainableelements.ca/venue/unnamed-venue-4/
single (sidebars still showing?) – http://sustainableelements.ca/event/new-event-test/
gridview categories (sidebars still showing?) – http://sustainableelements.ca/events/category/conference-networking/The results you see above are without the second piece of code we worked on which conditionally restored sidebars to specific ECP views. I’ve tried everything I can think of: tinkering with the code, replacing the custom single.php and events.css files in the thesis folder, creating new post, playing with the ECP template selector combinations, emptying cache, switching off plugins, but nothing seems to change.
I’ve sent you new login info for the site if you are able to tinker around. I think if we can figure out why the code you have isnt working for all the views I can figure out how to reinstate specific sidebars where I want using the conditional code.
thanks a ton guys!April 5, 2012 at 9:33 am #17649Jonah
ParticipantHey Carlos, sorry but this is more than we can provide support for. I’ve already spent much more than the typical allotted time for customization/integration help. You’ll need to hire someone to help you figure the rest out. Good luck!
April 5, 2012 at 10:10 am #17658Carlos
ParticipantThanks Jonah & tri.be, totally understand and appreciate all the help..if the code you gave me is solid, and my site is just being stupid, than I’ll have to take it from there.
One question though…is there any way to download a copy of EC and ECP 2.04? (I made a stupid mistake I wont go into) That way I can throw the old version back up and continue playing with 2.05 on the development side. If it isn’t publicly available, I’d really appreciate it if you guys could email it my way [email protected] .
thanks again!April 5, 2012 at 10:19 am #17664Jonah
ParticipantHey Carlos, thanks for understanding. The code I gave you should be solid – I tested it myself running Thesis 1.8.3 – so I’m not sure why it’s not working for you…
You can download previous versions of EC here: http://wordpress.org/extend/plugins/the-events-calendar/download/
As for ECP, we currently don’t have a way for customers to download previous versions themselves but I can email you a copy. Look for it soon.
April 5, 2012 at 1:12 pm #17678Carlos
ParticipantThanks guys for all the help!
I’ve had Eureka moment..mind you it meant trashing my entire wordpress installation and doing a completely fresh install.
ECP 2.05 and Thesis 1.83 work perfectly together. When it doubt start from scratch!
-
AuthorPosts
- The topic ‘Strange Double Rendering with Thesis’ is closed to new replies.
