mattyshack
Forum Replies Created
-
Doing it without the dollar sign worked
[simple-tournament-brackets tournament_id=”1944″]
Yes, REST API is enabled.
included the shortcode on this page and it just doesn’t render at all
https://folsompickleballclub.com/tournament-test/Using this short code [simple-tournament-brackets tournament_id=”$1944″]
- This reply was modified 3 weeks ago by mattyshack.
So there are two use cases for users and one is working as expected and one is not.
If you are a “guest” user and not logged into the site. Working as expected.
1. User clicks register and provides name and email. Both consumer and admin emails are received.
2. User returns to the page and clicks “already registered?” text link and enters the email address they registered with.
3. User is sent email with link to verify unregister action. User clicks and receives notification email that they have cancelled.
4. Admin email is sent with notification the user has unregistered.
User is logged into WordPress.
1. User clicks register and field is pre-populated with data from that users account with name and email. Both consumer and admin emails are received for event registration.
2. User returns to the page and because they are logged in the tool knows they are already registered. The link presented is “Unregister from this event” link.
3. User clicks this link and is automatically removed from the event.
4. No unregistration emails are sent to the user or admin. So it seems this use case isn’t triggering the emails for logged in users.To test the logged in state I created an account for you with your support email and password1234@! You can click on My Account in the nav to log in.
- This reply was modified 1 month, 2 weeks ago by mattyshack.
FYI I am considering upgrading to the pay version, but getting this to work is something I want to make sure is working before I do.
Yes, They are being removed from the event on both the dashboard in WP and on the event page. I opened up the page so you can demo it.
Yeah, I’ve tried that fix. but I have the Fresh News theme and my line that is causing the error is different. Its from line 41 in the header.php file
<?php // Set Global variables for use in exclude $asides_cat = get_option('woo_asides_category'); $GLOBALS[asides_id] = $wpdb->get_var("SELECT term_id FROM $wpdb->terms WHERE name = '$asides_cat'"); $video_cat = get_option('woo_video_category'); $GLOBALS[video_id] = $wpdb->get_var("SELECT term_id FROM $wpdb->terms WHERE name = '$video_cat'"); ?>
mikeyleung, Can’t find that post anywhere. Searched and searched and nothing.
And yes, I am running PHP 5.1.30
I still get the same error when updating to the latest plug in. Guess these don’t work with Woo Themes.
Getting the same thing
Fatal error: Call to a member function get_var() on a non-object in /home/dig/public_html/wp-content/themes/freshnews/includes/version.php on line 7
Forum: Fixing WordPress
In reply to: Custom RSS feedThanks for helping out. It’s a little deceiving that when you look at your feed URL it only shows part of it, but if you actually subscribe it shows the entire post. Thanks for the help!
Forum: Fixing WordPress
In reply to: Custom RSS feedIt’s already set to full text
Forum: Fixing WordPress
In reply to: No Categories after upgrade to 2.7.1I don’t see a reset link there, but I removed the custom structure, then added it back and it still did not fix the problem
Forum: Plugins
In reply to: Display event titles in calendar view with EventCalendar3Could you embed a google calendar into a word press page?
https://www.googletutor.com/2008/02/19/easy-wordpress-and-google-calendar-integration/
Forum: Fixing WordPress
In reply to: HTTP error when uploading imagebump