GHDesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] WordPress Critical Error When Trying to UploadSorry for the late reply. I deactivate and deleted the plugin, then reinstalled.
No luck… still the same “critical error” message.
Ah, well thanks!
Thanks for the quick response, John. I’m glad to know that by manually adding members, they get automatically asked to renew after their initial pre-set expiration date takes place.
I didn’t see any contact information on that page, which is why I opened a topic here.
Thanks for the advice… Unfortunately, I wasn’t experiencing this problem locally and I couldn’t turn off the plugins or theme because it was a live, public site.
But I did seem to get it working by deactivating All In One Security, activating it (without saving previous settings) and re-setting all the security features.
Forum: Plugins
In reply to: [The Events Calendar] Calendar Disappears When WooCommerce ActivatedHi Caroline…
Yes, all installations are up-to-date and running the latest versions. I don’t have any customization to either WooCommerce or Events Calender.
If I activate the Calendar first, it functions fine. But the moment I activate WooCommerce, the Calendar disappears. The only way to get it back is to deactivate both the Calendar and WooCommerce plugins, then reactivate Events Calendar.
I’m running a custom child theme but I tested it on Twenty-Fourteen with the same results. I also turned off ALL other plugins so it definitely is an issue between the two.
Forum: Plugins
In reply to: [The Events Calendar] "Events List Navigation" header incorrectly showing up?Forum: Themes and Templates
In reply to: [Health] Sub-Pages Not Appearing in Mobile Navigation?Ah, it works if you add display: block; to the mobile navigation media query for the children class.
Forum: Themes and Templates
In reply to: [Dynamic News Lite] v1.3 slideout sidebar – closing toggle?Just installed the latest update, and thanks for adding a sidebar-close toggle. Awesome! I also love the fact that we can switch back to the old sidebar option. I know a few of my clients won’t like the slideout sidebar.
Again, great theme… thanks!
Sorry that this is so frustrating. Yes, it is. The user picks a date on the calendar, which is on the default Events page. Meaning, the page that has the
CONTENTS
call on it.For example: https://www.hostname.com/reserve-a-tour/ (See Main Events screenshot link above).
The user picks a date… (say December 17), and the next screen that loads is:
https://www.hostname.com/reserve-a-tour/2015-12-17 and the h1/title of the page is “Tours – Dec 17, 2015.” Below the body copy (which seems to be pulled from the Events body copy) is a listing of THAT DAY’S events. See screen shot #2 above.
All I want to be able to do is list those events by category. Right now they’re listing by the time of the event. Which means the two Photo Tours are intermingled with the Walking tours:
– Winter Walking Tour – 9:10 am – 10:40 am
– Winter Photo Tour – 9:20 am – 11:50 am
– Winter Walking Tour – 9:30 am – 11:00 am
– etc.I wish I had a live site for you to look at (and I will in about 3 weeks) but for now it’s on my localhost so all I can do is give screen shots.
What I’ve done is just add an icon to each category so it’s easier to see that 2 of the 10 tours each day is a photo tour.
Thanks for the reply, caimin_nwl.
That got me a bit closer. I still need it to display on the default Events page, and not a new page somewhere. This is because it needs to load the events for the day that the visitor chooses.
I managed to get it close using your shortcode and putting two separate tables, each with it’s own shortcode.
The problem I’m running into is the scope date. I need it to automatically list events ONLY for the date that is chosen by the user, and there is no scope event attribute that auto loads that…. at least that I can find.
I’m surprised that this functionality is so difficult to workout.
I appreciate the help!
Here is the main events page, where I have only a calendar listed.
Main Event CalendarThe user clicks on the day (I chose December 10th), and this is what they see:
December 10th EventsUnderstand that currently I’ve only loaded three total events, from two categories. I didn’t want to spend the time loading all hourly events for the walking tour and two events for the photo tour until I knew it would work. Note that the one photo tour is between the two walking tours. I want to be able to list them separately in their own tables, but only list the events FOR THAT DAY… I don’t want a list of future or past events as there will be hundreds.
This is the current code I’m using on the Events>Settings>Formatting>Events>Events Page.
Grouping: None
Code:<!-- START HEADER --> <table cellpadding="5" cellspacing="0" width="95%" id="current-events" > <thead> <tr> <th id="event-time" width="150"> Tour Category</th> <th id="event-description" width="*">Available Tours</th> </tr> </thead> <tbody> <!-- END HEADER --> <!-- START SINGLE FORMAT --> <tr> <td> #_CATEGORYNAME </td> <td> <p style="font-weight: bold; font-size:14pt;">#_NAME </p> <a href="#_EVENTPAGEURL">Reserve This Tour ...</a> </td> </tr> <!-- END SINGLE FORMAT --> <!-- START FOOTER --> </tbody> </table> <br/><a class="more-link" href="/LowerAntelope/reserve-a-tour-2"> << Back to Calendar</a> <!-- END FOOTER -->
I got closer using this older tutorial:
https://wp-events-plugin.com/tutorials/turning-your-events-list-into-tables/
However, the two categories are still intermingled in one table, ordered by their start time. I’ve made it fairly clear via the category and title that there are TWO different types of events on each day, but ultimately, I’d love to be able to put each category into it’s own table.
Yeah, that’s not working. I’m getting a huge, unformatted list of BOTH categories no matter what category I list. I only want to show the events for THAT specific day the user chooses…
Right now I have two categories: 1) Walking Tour and 2) Photo Tour.
The Walking tours have an hourly event on each day… ie 8am tour, 9am tour, 10am tour. Each hourly tour has a maximum of 28 spaces, which is comprised of two ticket types: 1) Adults and 2) childrenThis is what I want:
– User picks Date, say December 15, 2015
– On the December 15, 2015 Day I want them to see the following table, where each<li>
tour is an EVENTLINK so the customer can book it.<table cellpadding="0" cellspacing="0" class="events-table" > <thead> <tr> <th width="*" colspan="1" class="event-description">Available Tours </th> </tr> </thead> <tbody> <tr> <td><strong>Walking Tours</strong></td> </tr> <tr> <td><ul> <li>Winter Walking Tour - 9:00am - 10:00am</li> <li>Winter Walking Tour - 10:00am - 11:00am</li> <li>Winter Walking Tour - 11:00am - 12:00pm</li> <li>Winter Walking Tour - 12:00pm - 1:00pm</li> <li>Winter Walking Tour - 1:00pm - 2:00pm</li> <li>Winter Walking Tour - 2:00pm - 3:00pm</li> <li>Winter Walking Tour - 3:00pm - 4:00pm</li> <li>Winter Walking Tour - 4:00pm - 5:00pm</li> </ul></td> </tr> <tr> <td><strong>Walking Tours</strong></td> </tr> <tr> <td><ul> <li>Winter Photo Tour - 9:00am - 11:00am</li> <li>Winter Walking Tour - 2:00pm - 4:00pm</li> </ul></td> </tr> </tbody></table>
I’m going to buy the Pro version, but before I do, I want to make sure that what I want is going to function.
I went ahead and edited the calendar-full.php template and got this to work.
I guess I can just edit the “calendar-full” template and remove the call for events.