Daniel Proczko
Forum Replies Created
-
I’m getting the same issue with a “1” appearing and my footer breaking. Did you find a solution?
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Google Auth – invalid_grantNot happening. Just get a spinning circle indefinitely.
Turns out my API secret was missing the last character. All works fine.
Forum: Plugins
In reply to: [Eventbrite API] Grab only the image url of eventbrite event?This is solved.
Forum: Plugins
In reply to: [Eventbrite API] Grab only the image url of eventbrite event?The property worked perfectly. Thanks. I’m still getting my bearings on finding those. You can see the result here: https://buildittogether.co/events/meetups-schedule/
I used the property to be able to link it to the event rite page instead of creating a generated single page with in the site. (had to as the single pages weren’t working, and I can’t figure out why. Something most likely to do with multisite.)
Thanks!!!
Forum: Plugins
In reply to: [Eventbrite API] Grab only the image url of eventbrite event?That won’t work, because the image isn’t in the wordpress database. The Eventbrite API plugin inserts the image from eventbrite into the thumbnail function.
So, I was wondering is there was a function that grabbed only the image url from the thumbnail function.
Thanks.
Forum: Plugins
In reply to: [Eventbrite API] New Events come in to single but not to indexHow did you get the plugin to find your single event template?
Forum: Plugins
In reply to: [Eventbrite API] Single page doesn't work?Any solution to this. I’m seeing the same issue. The single template isn’t being found and served.
Bueller…
Forum: Fixing WordPress
In reply to: New user password creation process broken – loop with no exitSo am I correct in understanding the new user process is broken for everyone?
When you create a new user does it send an email to the user with their password?
Forum: Plugins
In reply to: [WooCommerce Autocomplete Orders] Woocommerce freezes when creating account@jfeaz, what was the issue?
Forum: Plugins
In reply to: [Google Forms] Does redirect work with shortcode?The only REGEXP would be what Google bakes in for url validation. The 2 fields (linkedin and Google+) are the only 2 with url validation and neither are required.
Forum: Plugins
In reply to: [Google Forms] Does redirect work with shortcode?Mike,
Yup, that worked. Turning off validation allowed the redirect to take place.
So what are next steps?
Forum: Plugins
In reply to: [Google Forms] Does redirect work with shortcode?I see the following in the source code after page submission, but the page never redirects.
"// Confirmation page by redirect window.location.replace("https://buildittogether.newmindgroup.com/registration-confirmation/") "
Forum: Plugins
In reply to: [Google Forms] Does redirect work with shortcode?I didn’t need that code anyway. Removed. Redirects are still not working.