Forum Replies Created
-
AuthorPosts
-
Robert
MemberThis will not work in my case even for events.When you click on an event to view it the url changes from events/midwest ==> event/”event name”. It does not carry the category with it when you enter the event. Any suggestion on where to go from here?
It almost seems as if ECP needs to look at the URL of the page you are on and carry it within the event once clicked into. Maybe pass a variable via tribe_get_events_link
Robert
MemberAlso, how would that work for the venue? The venue also has that link there. So is there any way to not look at category and maybe look at what source the page was generated from?
This method would work for main events but i don;t know how to make venue work.
Robert
MemberWell I guess I do have a question. Would I add this code within the single.php or would I need to grab another file from ECP directory?
Robert
MemberThanks Jonah That helps. I will let you know when I have it working.
Robert
MemberYes I have the latest version installed. I am going to rebuild my Dev environment. I thought that I had events in there for that venue. Let me pull from Live and see if they are coming up since I know there are tons of events with same venue. I’ll keep you posted.
Robert
MemberJonah, thank you for the help. I had to take it a step further to get it to work properly. You guys might think about adding a feature like this to ECP. The following is what I had to do to get it to work for me:
Content CSS Selector: #content #tf-left-column .content-container #tribe-events-content #tribe-events-loop
Post CSS Selector: #content #tf-left-column .content-container #tribe-events-content #tribe-events-loop .list-post
Navigation links CSS Selector: #tribe-events-nav-below
Previous Posts CSS Selector: .tribe-events-nav-previous a
Thanks again for getting me there!
Robert
MemberThat is correct. Lines 72 – 117 is where the issue is. Let me rephrase that, those lines are being generated but not appearing, or visible, on the site. If you view the source you can see that the code for the upcoming events in that venue has been generated. I am thinking maybe an incompatibility with the theme, because I have never seen the upcoming events for any events.
Robert
MemberThe altering I was talking about is instead of using tr, td, dl, dd I am wrapping everything in divs. The site is responsive and I feel divs are easier to work with hence the changes.
Robert
MemberSorry Jonah, I just realized that I had commented out the code. http://pastebin.com/jym1brqA
Basically, I am trying to just display the upcoming events. The heading for the upcoming events shows but no events are listed below. I did alter the code to follow the same format of the other event pages. In firebug, you can see the venues have upcoming events being generated but they are not displaying. This may be a styling issue but they have never shown up. Any help would be appreciated. I have the code on my Dev site as well.
Robert
MemberI would love to see the main calendar view have a way to filter events via categories. Also, the widget calendar should have a way to move forward in months. Any hope for these features getting implemented?
Robert
MemberOh almost forgot, a hack to make the grid view responsive. My site is totally responsive, but I can not use the calendar view since it is not responsive. Any help?
Robert
MemberI would love a tutorial on how to implement YARPP (Yet Another Related Post Plugin) with ECP, or something similar of YARPP. I really would like to lower my bounce rate and since we are a event heavy website (championroper.com) this would help immensely.
I would also love to see some form of an advanced search for events.
Robert
MemberI would love to see a tutorial on how to display events in a slider. Or better yet, how to add the event list directly into a theme in a horizontal fashion. Any help?
Robert
MemberA request that I have is to allow multiple organizers. I am running a site that is extremely event heavy and I have a need to allow multiple organizers.
Robert
MemberSilly me… When the update hit I did not update my files in my theme folder. I don;t know if that was the issue or when I was editing the single.php file I may have deleted the organizer link fields. Problem solved.
-
AuthorPosts
