Strange Double Rendering with Thesis

Home Forums Calendar Products Events Calendar PRO Strange Double Rendering with Thesis

Viewing 15 posts - 46 through 60 (of 65 total)
  • Author
    Posts
  • #16381
    Jonah
    Participant

    Hey Carlos, looks like it matches to me, is there something I’m not seeing? Can you maybe post a screenshot?

    #16391
    Carlos
    Participant

    Just emailed you a screenshot. Checked it on both iPad safari and Mac safari. I hope this is not a safari compatibility thing 😐
    c

    #16403
    Jonah
    Participant

    Hey 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?

    #16411
    Carlos
    Participant

    Hey 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!
    C

    #16482
    Jonah
    Participant

    Hey 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!

    #16549
    Jonah
    Participant

    Hey 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.

    #16715
    Carlos
    Participant

    Hey 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!
    C

    #16726
    Rob
    Member

    Awesome 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.

    #17571
    Carlos
    Participant

    and 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!!
    C

    #17601
    Jonah
    Participant

    Sorry 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!

    #17645
    Carlos
    Participant

    Hey 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!

    #17649
    Jonah
    Participant

    Hey 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!

    #17658
    Carlos
    Participant

    Thanks 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!

    #17664
    Jonah
    Participant

    Hey 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.

    #17678
    Carlos
    Participant

    Thanks 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!

Viewing 15 posts - 46 through 60 (of 65 total)
  • The topic ‘Strange Double Rendering with Thesis’ is closed to new replies.