Posted: October 22, 2012 at 12:49 pm
|
I’m having the same issues that were described in this thread: https://eventespresso.com/topic/recurring-events-help-needed-further-help-requested But replacing the event_list.php file with the one from GitHub caused an entirely different problem to occur. I’m trying to display events within their category, and the event_list.php file seems to be causing the link to themeroller to get dropped and the shortcodes within the events are being displayed ‘as is’. Here’s an event displayed through its own URL: http://www.ancestralknowledge.org/event-registration/?ee=214 And here is same event when it’s displayed on a category page with the new event_list.php: http://www.ancestralknowledge.org/event-registration/home-school-programs-ee/home-school-naturalist-program-maryland-gbhs-ii-2012-2013 Help!
|
Hi Bill, The short answer to both of your questions is that the event_list_display.php template that’s included with the recurring events manager templates does not support themeroller or short descriptions that include shortcodes. I made a few modifications to the event_list_display.php template from the REM add-on and posted them to github here: You could try using that one instead of the one that is included with the REM add-on. Please note that in this case it would be best to hide the add to cart link from the event list by placing the |
|
|
Thanks, Josh! That definitely solved the Themeroller problem. Now I have a few new problems: Working sample page can be seen here: |
Which page is only displaying one event, and what is the shortcode on that page? Try using [ESPRESSO_VENUE] with the venue ID that you’d like to display. Example: You can use the |
|
|
The “more” tag sends me into a different list of problems, so I haven’t been using it. Man, I wish I had a screenshot of what things looked like before this all fell apart. Let me try to explain a little better. Prior to today, the sample page that I’ve been linking to here has been working in the following manner: How do I get that format back? I haven’t changed the shortcode in the body of the WP page. Only the EE templates have been swapped out. Other outstanding problems: Does that clarify at all what I’m struggling with? |
Hi Bill, What is happening when you use the more tag? It should stop the content below it from loading up into the event list. If it’s doing something else, you might try switching to another theme to see if there’s a theme function that’s altering the way the excerpt displays. I’m going to need some time to sort out the issues with the description. Please note that originally, the recurring events templates did not support displaying shortcode content in the event list, only excerpts that did not include shortcode content. I tested out the issue with the 2nd group of events not showing and both are showing up. Here’s the steps I took to try to reproduce the issue: Created a category. Created two groups of recurring events, and assigned all events in both groups to this category. Created a page and added the shortcode: |
|
|
There’s nothing wrong with the functionality of “more”, it just doesn’t suit our needs (too long and unnecessary to explain). I have “Display short descriptions in the event listings” set to “yes” in my Template settings, but the new event_list_display.php from GitHub seems to ignore that setting. In my panic I forgot that I customized my event_list_display.php a few weeks ago, so I’m working on adding that custom code back in to grab the featured image and meta text. I have no clue why all of the maps were showing up, but now that I started customizing code it seems to have disappeared. The category shortcode is working for for open workshops, but adding ” show_expired=true” is not displaying closed workshops. Slow progress – almost there! Can you look into the expired events not showing up? Thanks, Josh! |
|
Ugh! This is miserable. I’ve given up on using the REM templates, and tried to go back to the regular event-list_display.php file that I modified. So I’m back to the beginning. Now my category page looks like this: This is showing both workshops in the category, so that’s working. I’m trying to achieve what was discussed here: This is not an event where people can choose what date they want to attend. This is one workshop that meets multiple times. That’s the primary structure for most of our workshops so I really need to figure this out. |
Hi Bill, I’m sorry to hear that you’re having trouble with setting this up. I think you’re on the right track with not using the REM templates. The REM templates should only be used in cases where you offer specific dates to be selected. One thing you could try is create a category and assign only the workshop choices to this category. Then you can display the workshop choices in the event list. All of the other dates will not appear in that list. |
|
|
Hi Josh – Yes, that’s what I did in the beginning. I have workshops assigned to categories, and I’m trying to display both current and past workshops on a page using the following shortcode: [EVENT_LIST category_identifier=nova-north show_expired=true] The workshops in this category (and in most categories) take place over several days. The current outstanding problem is that I only want the first date to display in the event list. Sometimes this works, sometimes it doesn’t. I have no idea why. On the page I’ve been referencing (http://wp.me/PLr84-1b0), you will see that the very first workshop – Virginia Home School Naturalist Program: NOVA North (Autumn Session) – displays the way I want it to. The second workshop – Virginia Home School Naturalist Program: NOVA North (Winter Session) – is listing every single date separately. This is NOT what I want. Both of those workshops were created the same way. What could possibly be causing them to do this? Thanks for your continued patience and support – I really appreciate it!
|
Here’s the specific information I need to know: What is the shortcode being used on this page? Specifically, is there a category parameter in the shortcode, and if so, which category? With workshop #1, are all the event dates in this workshop in the category? If yes, what is the status of these events? With workshop #2, are all the event dates in this workshop in the category? |
|
|
Josh, the shortcode I’m using is the one I posted above: The workshop listed first – Autumn – is closed because the dates are past. All instances of that workshop are in the “nova-north” category. The second workshop – Winter – is open for registration, and all instances are also in the “nova-north” category. Is it possible to give you a login to my WP install for you to take a closer look at what’s going on? |
|
Update: I replaced the EVENT_LIST shortcode with the SINGLE_EVENT shortcode on my live pages because it is causing too many problems for people trying to sign up. I still want to get to the bottom of why some workshops with multiple dates display only the first date (which is what I want) when using the EVENT_LIST shortcode and why others end up listing every date in the workshop (which is highyly problematic). So, I’ve left a private test page up using the same code and the same category example that has been discussed here: Apologies for all the back and forth – this is a major problem for us right now as we recently posted several workshops that people are trying to sign up for, but they’re getting confused because of the display problem. |
Hi Bill, Sorry to hear about all the trouble you’re having with getting the events to display consistently. I can look at the admin if you can send log in credentials via our contact form: Select the “I am sending login info as requested” department form. |
|
Hi Yoli, Please take a close look at the categories that these events are assigned to: Of the four events titled: Only the class that met on Sept. 10th is assigned to the “Virginia Homeschool Naturalist Program: NOVA North” category. If you check the events that are titled: “Virginia Home School Naturalist Program: NOVA North (Winter Session)”, they are all assigned to the “Virginia Homeschool Naturalist Program: NOVA North” catgory. So this shortcode: [EVENT_LIST category_identifier=nova-north show_expired=true show_secondary=false] will display all the non-waitlist events with the the category of: If you un-assign the events from this category, they’ll no longer appear on this page. |
|
The support post ‘Display Issues with REM’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.