Forum Replies Created
-
AuthorPosts
-
Carlos
ParticipantThanks Rob! Part of the goal of what I have in the works is to spread the social media love for the organizers and venues associated with the events, so even if its just a plain button hyperlink field to their twitter feed, facebook page, or linkedin page that would be great. Obviously a fully functional social media add in where a user could click to follow or Like would be great, but I’d be happy with a quick way to promote their social media outlets.
thanks!Carlos
ParticipantSome great stuff in the showcase, but I didnt see anything along the lines of an attending list.
It would work basically how you described it Rob. This plugin does a very basic attempt at it http://www.menian-lee.eu/wordpress/attending-users/. But I think something a bit more robust than this with gravatars and styling (actually thinking a sidebar widget would be the cleanest implementation) as part of ECP would have significant value…bridging the gap between an events site and a social site. As well it would service those events that don’t need a full blown integration with eventbrite or need to be run through Event Espresso (this is what I use to self-manage events). Any chance this is something you guys would take on?Carlos
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!!
CCarlos
ParticipantHey Rob thanks for the reply. AddToAny only seems to add social media sharing/following for my blog. What I’m looking to do is show the social media links to the organizer and venue profiles in ECP…eg in addition to address, email, website, I’d like to add fields to enter te appropriate details for Twitter, Facebook, and Linkedin profiles/pages for a venue or an organizer. Then have the option to display these fields in the single event view.
CCarlos
ParticipantMorning Rob. Just took a look at the site. Running 2.05 for both Events Cal & Pro updated through the plugin interface in WordPress. Only have one instance of Events Cal and Pro installed. I deactivated EC & ECP, activated Simple:Press, then reactivated EC and I get the same error except the roles are reversed an EC cannot activate due to the same conflict.
Fatal error: Cannot redeclare sp_get_option() (previously declared in /home/sust9851/public_html/wp-content/plugins/simple-press/sp-api/sp-api-primitives.php:74) in /home/sust9851/public_html/wp-content/plugins/the-events-calendar/lib/template-tags-deprecated.php on line 214Hopefully you guys have some ideas…both ECP and the forum play key roles on my site. Simple:Press seemed like the best reviewed option out there..but if you guys have any suggestions I’m open to it.
thanks!
CCarlos
ParticipantHey Rob – tinkered with the support document before I posted, and could not get the side by side look I was going for for some reason (above below works fine). Any pointers you guys can give would be great.
I also noticed in the support document that it says to move the code with the thumbnail reference in it. Does this mean that both the featured image and google map move around together, or can they be moved independently? My final goal was to get the feature image alongside the event details, then below that have the summary on the left and the map to the right. I’m not firm on this layout so no worries if its beyond the scope of your support
thanks!
CCarlos
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!
CCarlos
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!
CCarlos
ParticipantJust emailed you a screenshot. Checked it on both iPad safari and Mac safari. I hope this is not a safari compatibility thing 😐
cCarlos
ParticipantHey rob an update on the organizer info. see the link below
http://sustainableelements.ca/se/event/globe-2012-welcome-reception/
(single sidebar formatting courtesy of Jonah… Awesome job!)The name of the organizer “Globe Foundation” is for some reason sitting on the right of the page and the email address for the organizer is in the organizer name position…..very strange things at work
Regarding the organizer page…kinda figured it wasn’t a real page, but an actual organizer page that shows the the events related to that organizer would be great!
Thanks!C
Carlos
ParticipantGreat job Jonah! Took a little tweaking but I’ve got things looking the way I need them.
Any luck with making the layout of the grid view that has no events match the ones that do (see my comment at the top of this page)
http://sustainableelements.ca/se/test/2012-04/
Notice that the sidebars are present whereas the March grid view does not have sidebars.Thanks!
CMarch 5, 2012 at 12:35 pm in reply to: Organizer information not showing on Single event page #16228Carlos
ParticipantSorry for the doubl posting rob… Something weird happened while working from my pad
Let’s use the other discussion we have going
CCarlos
ParticipantHi Rob, I can confirm that the organizers info is completed (using a saved organizer with the organizers name and website completed) and that the organizers name is still missing when I use the defaul ECP template see
http://sustainableelements.ca/se/event/globe-2012-welcome-reception/ . I’ve added the organizers email which is now showing in lieu of the organizers name. Organizer website is also missing.I assume the post created for the organizer should also show the organizers info but it doesn’t
http://sustainableelements.ca/se/?tribe_organizer=auto-draft-12Thanks!
CCarlos
ParticipantHey Jonah, the conditional code works perfect for removing all sidebars, but what I’m looking for is to show only one sidebar. The Thesis code in the link in my previous post allows the user to dictate the number of sidebars showing and which one is showing, making it more powerful than the conditional all or nothing. I just don’t know what code to use to call the custom post types that ECP uses to replace the reference the Thesis code uses for the home page. Excuse my lack of code knowledge, maybe the answer is in the code you posted previously…I’m just not up to speed enough to know what to look for.
Carlos
ParticipantLook forward to seeing what Jonah can come up with :). I wasn’t sure whether to start a new feed as it was all thesis template related, but for sure the next thing that comes up (or if Jonah wants to start a new thread) then I’ll be surround start a new thread up.
And I will most definetly take you up on the beta slot for the conference manager.
C -
AuthorPosts
