TeamRaiser Responsive Layout - Incomplete?
I'm working with the new 'responsive' layout option. The last two steps of registration - Billing Information and Confirmation - do not offer the responsive layout.
This means that the old style Progress Box returns right in the middle of a multi-step registration process.
Even worse, all the step buttons change location. This means that suddenly 'cancel' is where 'next' used to be. So after 5 pages our users will accidentally hit cancel.
This totally ruins this new feature. Has anyone else noticed this??
Comments
-
Yes, I've noticed this. Also, the wrapper for the responsive site doesn't work properly out of the box.
0 -
Aubrey Miller-Schmidt:
Yes, I've noticed this. Also, the wrapper for the responsive site doesn't work properly out of the box.
This is inexcusable if this is really the case.
Unless its a recent regression, I don't see how it could have gotten past any sort of reasonable QA.
FOLLOW-UP EDIT: So, it wasn't a QA mistake or design omission. Yay! It was a confusing/missing part of the configuration.
0 -
Brian Mucha:
This is inexcusable if this is really the case.
Unless its a recent regression, I don't see how it could have gotten past any sort of reasonable QA.
FOLLOW-UP EDIT: So, it wasn't a QA mistake or design omission. Yay! It was a confusing/missing part of the configuration.
Okay - I just reported my FOURTH responsive layout bug so far.
The latest three occur on the Donation Form Thank You page.
1) There are <TR> and <TD> tags left in the template that should not be there, and they have no matching <TABLE>.
2) The opening DIV (<div class="donation-form-container responsive">) is not closed. This is the worst, and really messes up the layout.
3) The Employer Email field has an html fragment visible to the user.
<span class="entry-value"><a href="mailto:devnull@convio.com">devnull@convio.com</a>an></span>EDIT: At first I thought bug 1 was a big deal, but bug 2 was responsible for the problems.The error correction in browsers seems to handle the errant table tags okay.
You can fix bug 2 - my real problem - with this S-Tag hack in your pagewrapper right after the body placeholder tag.
[[S63:3]]
[[?[[S8]]::donation=completed::</div>:: ]]
Fortunately the missing tag is in the outermost container, which makes this possible. Of course once/if Convio makes a fix this will have to be removed or the fix itself will cause similar problems.
Bug 3 is cosmetic, so I haven't spent much time on it yet.
0 -
Brian Mucha:
Okay - I just reported my FOURTH responsive layout bug so far.
The latest three occur on the Donation Form Thank You page.
1) There are <TR> and <TD> tags left in the template that should not be there, and they have no matching <TABLE>.
2) The opening DIV (<div class="donation-form-container responsive">) is not closed. This is the worst, and really messes up the layout.
3) The Employer Email field has an html fragment visible to the user.
<span class="entry-value"><a href="mailto:devnull@convio.com">devnull@convio.com</a>an></span>EDIT: At first I thought bug 1 was a big deal, but bug 2 was responsible for the problems.The error correction in browsers seems to handle the errant table tags okay.
You can fix bug 2 - my real problem - with this S-Tag hack in your pagewrapper right after the body placeholder tag.
[[S63:3]]
[[?[[S8]]::donation=completed::</div>:: ]]
Fortunately the missing tag is in the outermost container, which makes this possible. Of course once/if Convio makes a fix this will have to be removed or the fix itself will cause similar problems.
Bug 3 is cosmetic, so I haven't spent much time on it yet.
Hey all...
I just passed this thread along to our product team. Please share anything you can about issues you've seen with Responsive Design. I've asked them to have someone take a look at this thread and respond.
Kent
0 -
Kent Gilliam:
Hey all...
I just passed this thread along to our product team. Please share anything you can about issues you've seen with Responsive Design. I've asked them to have someone take a look at this thread and respond.
Kent
Since the product team will hopefully look at this, here's a minor aside...
You know many if not most people customize the appearance of these things. The way you have chosen to organize all these style sheets doesn't make that very easy. There are dozens of tags and classes across the uneditable teamraiser sheets that specify fonts alone. So if I want to change the font, I have to hunt down and override tons of tags.
Why not move all those font and color styles to a new sheet that we can edit, like CustomStyles, and leave the layout stuff where it is? Instant TR themes.
It shouldn't break anyone's existing design if you maintain the current heirarchy in this new theme.css file, it would simply be rearranging the existing sheets to facilitate rather than hinder customization.
/ Or just let us turn off your styles sheets and use our own entirely.
0 -
Aubrey Miller-Schmidt:
Yes, I've noticed this. Also, the wrapper for the responsive site doesn't work properly out of the box.
So, I received a PM from Kent, relaying the response from the Product Team.
They addressed the initial part of this thread regarding the last page of the teamraiser registration process not being responsive.
The Problem:
On every other page in the registration wizard the responsive layout is selected on the TeamRaiser Page in Step 12. Customize Pages. However on the Billing Information and Confirmation pages, the responsive option is not offered.
The Product Team says:
Enable the Donations 2 Registration Transaction Processing EDP under step 3 (Select Event Options) and then the related action "Edit Advanced Options".
Solution:
Go to Step 3 Select Event Options, down at the bottom under Edit Advance options, and there you will find EDP 22 - Donations 2 Registration Transaction Processing. Check that field and you now get a responsive layout for the remaining payment pages.
Hurray!
0 -
Brian Mucha:
Okay - I just reported my FOURTH responsive layout bug so far.
The latest three occur on the Donation Form Thank You page.
1) There are <TR> and <TD> tags left in the template that should not be there, and they have no matching <TABLE>.
2) The opening DIV (<div class="donation-form-container responsive">) is not closed. This is the worst, and really messes up the layout.
3) The Employer Email field has an html fragment visible to the user.
<span class="entry-value"><a href="mailto:devnull@convio.com">devnull@convio.com</a>an></span>EDIT: At first I thought bug 1 was a big deal, but bug 2 was responsible for the problems.The error correction in browsers seems to handle the errant table tags okay.
You can fix bug 2 - my real problem - with this S-Tag hack in your pagewrapper right after the body placeholder tag.
[[S63:3]]
[[?[[S8]]::donation=completed::</div>:: ]]
Fortunately the missing tag is in the outermost container, which makes this possible. Of course once/if Convio makes a fix this will have to be removed or the fix itself will cause similar problems.
Bug 3 is cosmetic, so I haven't spent much time on it yet.
The Product Team also addressed some of the Donation Form problems.
They confirm the errant <TR> and <TD>, which will be corrected.
I will update this when I find out more about the other two items (unclosed DIV and the email address HTML)
Thanks Kent!
0 -
Brian Mucha:
Hi all. I haven't had a chance to check the documentation on this but if the documentation needs to be improved, please let me know so I can pass along to the team.So, I received a PM from Kent, relaying the response from the Product Team.
They addressed the initial part of this thread regarding the last page of the teamraiser registration process not being responsive.
The Problem:
On every other page in the registration wizard the responsive layout is selected on the TeamRaiser Page in Step 12. Customize Pages. However on the Billing Information and Confirmation pages, the responsive option is not offered.
The Product Team says:
Enable the Donations 2 Registration Transaction Processing EDP under step 3 (Select Event Options) and then the related action "Edit Advanced Options".
Solution:
Go to Step 3 Select Event Options, down at the bottom under Edit Advance options, and there you will find EDP 22 - Donations 2 Registration Transaction Processing. Check that field and you now get a responsive layout for the remaining payment pages.
Hurray!
Thanks!
Kent0 -
Kent Gilliam:
Hi all. I haven't had a chance to check the documentation on this but if the documentation needs to be improved, please let me know so I can pass along to the team.
Thanks!
KentThe TeamRaiser Configuration Chart does not include this field: Donations 2 Registration Transaction Processing
It is mentioned in the help for the page.
For Donations 2 Registration Transaction Processing, click the checkbox to enable the additional payment options allowed in Donations 2 (which include Amazon, PayPal, and bank account withdrawals) and enable the mobile-enhanced responsive layouts for TeamRaiser registration payments.
But thats assuming you had any idea to look to this advanced settings page for that EDP.
The release notes has a link to a youtube video (https://www.youtube.com/watch?v=tqyxEVBcNIU) that clearly mentions this EDP, but does not say that responsive design is related to it. It says that if you check the box the visitors will be able pay with additional options such as ACH, Paypal, etc. in addition to credit cards.
I think I would stick something on the two Teamraiser Pages next to the Layout field, where we expect to find the setting.
0 -
Brian Mucha:
The TeamRaiser Configuration Chart does not include this field: Donations 2 Registration Transaction Processing
It is mentioned in the help for the page.
For Donations 2 Registration Transaction Processing, click the checkbox to enable the additional payment options allowed in Donations 2 (which include Amazon, PayPal, and bank account withdrawals) and enable the mobile-enhanced responsive layouts for TeamRaiser registration payments.
But thats assuming you had any idea to look to this advanced settings page for that EDP.
The release notes has a link to a youtube video (https://www.youtube.com/watch?v=tqyxEVBcNIU) that clearly mentions this EDP, but does not say that responsive design is related to it. It says that if you check the box the visitors will be able pay with additional options such as ACH, Paypal, etc. in addition to credit cards.
I think I would stick something on the two Teamraiser Pages next to the Layout field, where we expect to find the setting.
Brian,
Just to let you know, the currently published TeamRaiser Configuration Chart help contains the Donations 2 Registration Transaction Processing option with the explanation "Determines if alternate payment processors (like Amazon and PayPal) are accepted and if the mobile-ready responsive registration layouts are available."
We appreciate you letting us know your concerns.
Best regards,
Lyn Maloney
Staff Technical Writer
0 -
Lyn Maloney:
Brian,
Just to let you know, the currently published TeamRaiser Configuration Chart help contains the Donations 2 Registration Transaction Processing option with the explanation "Determines if alternate payment processors (like Amazon and PayPal) are accepted and if the mobile-ready responsive registration layouts are available."
We appreciate you letting us know your concerns.
Best regards,
Lyn Maloney
Staff Technical Writer
Sorry about that. "Donations 2 Transaction Processing" is the option that is listed. I was searching for the field's label "Donations 2 Registration Transaction Processing", which is also how it's listed in that other help doc I referenced.
I think I actually did notice this entry, but stupidly didn't look closely enough because I assumed this was refering to a separate setting for the donation form, which has been working fine this whole time.
0 -
Brian Mucha:
Oh, I see now. I will add a synonym reference to avoid confusion. That should help!Sorry about that. "Donations 2 Transaction Processing" is the option that is listed. I was searching for the field's label "Donations 2 Registration Transaction Processing", which is also how it's listed in that other help doc I referenced.
I think I actually did notice this entry, but stupidly didn't look closely enough because I assumed this was refering to a separate setting for the donation form, which has been working fine this whole time.
0 -
Lyn Maloney:
Oh, I see now. I will add a synonym reference to avoid confusion. That should help!This is one of those TeamRaiser settings weirdnesses. (All the settings are on step 11, except this one which is on step 2.)
I'm sure there are internal technical reasons, but it isn't what you'd expect. Why does this Donation 2 setting control the entire responsive layout? I'd expect a responsive choice on the custom page layout setting which gave me the responsive progress-bar design and all that, but with a dumb donation classic form in the middle of it from the incorrect step 2 settings.
My form choice on step 2 is affecting what I see as page level stuff that belongs on step 11.
The other custom pages which are not responsive have layout settings which also are missing the responsive choice, so it leads you to believe these registration steps are not done either. A few others here in the community apparently thought the same.
I'd say a big bold line of red type in the documentation rather than the second half of a sentence would be better for this point. Even better would be a little note or label near the actual layout settings on the custom page UI noting the weird location.
0 -
Brian Mucha:
This is one of those TeamRaiser settings weirdnesses. (All the settings are on step 11, except this one which is on step 2.)
I'm sure there are internal technical reasons, but it isn't what you'd expect. Why does this Donation 2 setting control the entire responsive layout? I'd expect a responsive choice on the custom page layout setting which gave me the responsive progress-bar design and all that, but with a dumb donation classic form in the middle of it from the incorrect step 2 settings.
My form choice on step 2 is affecting what I see as page level stuff that belongs on step 11.
The other custom pages which are not responsive have layout settings which also are missing the responsive choice, so it leads you to believe these registration steps are not done either. A few others here in the community apparently thought the same.
I'd say a big bold line of red type in the documentation rather than the second half of a sentence would be better for this point. Even better would be a little note or label near the actual layout settings on the custom page UI noting the weird location.
In the Version 11 release planned for July/Aug, we have added the Responsive Layout to many more pages, including the Custom page. And we are crafting a how-to topic for making the TeamRaiser event pages responsive. I will review our currently published help and see what I can add to mitigate the problems until the new topic is available.
Regards,
Lyn Maloney
Staff Technical Writer
Blackbaud, Inc.
0 -
Lyn Maloney:
Brian,
Just to let you know, the currently published TeamRaiser Configuration Chart help contains the Donations 2 Registration Transaction Processing option with the explanation "Determines if alternate payment processors (like Amazon and PayPal) are accepted and if the mobile-ready responsive registration layouts are available."
We appreciate you letting us know your concerns.
Best regards,
Lyn Maloney
Staff Technical Writer
Hey Lyn, I sure wish the Technical Writers would start up and watch a forum here. I've seen (and posted) lots of suggestions and complaints about the documentation. I'm not sure if reporting stuff like that to support goes anywhere.
I've seen some case errors in case-sensitive tags, or confusing bits. I see lots of people wishing for more complete basic code examples. I even suggested to set up the docs like a wiki so we could offer revisions directly, but just having a forum here would do it.
0 -
Brian Mucha:
So, I received a PM from Kent, relaying the response from the Product Team.
They addressed the initial part of this thread regarding the last page of the teamraiser registration process not being responsive.
The Problem:
On every other page in the registration wizard the responsive layout is selected on the TeamRaiser Page in Step 12. Customize Pages. However on the Billing Information and Confirmation pages, the responsive option is not offered.
The Product Team says:
Enable the Donations 2 Registration Transaction Processing EDP under step 3 (Select Event Options) and then the related action "Edit Advanced Options".
Solution:
Go to Step 3 Select Event Options, down at the bottom under Edit Advance options, and there you will find EDP 22 - Donations 2 Registration Transaction Processing. Check that field and you now get a responsive layout for the remaining payment pages.
Hurray!
Whoa! Roundabout way to activate this, but it seems to be working in my testing.
Thanks for sharing this--very much appreciated!
-Tara
0
Categories
- All Categories
- Shannon parent
- shannon 2
- shannon 1
- 21 Advocacy DC Users Group
- 14 BBCRM PAG Discussions
- 89 High Education Program Advisory Group (HE PAG)
- 28 Luminate CRM DC Users Group
- 8 DC Luminate CRM Users Group
- Luminate PAG
- 5.9K Blackbaud Altru®
- 58 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 409 bbcon®
- 2.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- donorCentrics®
- 1.1K Blackbaud eTapestry®
- 2.8K Blackbaud Financial Edge NXT®
- 1.1K Blackbaud Grantmaking™
- 527 Education Management Solutions for Higher Education
- 1 JustGiving® from Blackbaud®
- 4.6K Education Management Solutions for K-12 Schools
- Blackbaud Luminate Online & Blackbaud TeamRaiser
- 16.4K Blackbaud Raiser's Edge NXT®
- 4.1K SKY Developer
- 547 ResearchPoint™
- 151 Blackbaud Tuition Management™
- 1 YourCause® from Blackbaud®
- 61 everydayhero
- 3 Campaign Ideas
- 58 General Discussion
- 115 Blackbaud ID
- 87 K-12 Blackbaud ID
- 6 Admin Console
- 949 Organizational Best Practices
- 353 The Tap (Just for Fun)
- 235 Blackbaud Community Feedback Forum
- 55 Admissions Event Management EAP
- 18 MobilePay Terminal + BBID Canada EAP
- 36 EAP for New Email Campaigns Experience in Blackbaud Luminate Online®
- 109 EAP for 360 Student Profile in Blackbaud Student Information System
- 41 EAP for Assessment Builder in Blackbaud Learning Management System™
- 9 Technical Preview for SKY API for Blackbaud CRM™ and Blackbaud Altru®
- 55 Community Advisory Group
- 46 Blackbaud Community Ideas
- 26 Blackbaud Community Challenges
- 7 Security Testing Forum
- 1.1K ARCHIVED FORUMS | Inactive and/or Completed EAPs
- 3 Blackbaud Staff Discussions
- 7.7K ARCHIVED FORUM CATEGORY [ID 304]
- 1 Blackbaud Partners Discussions
- 1 Blackbaud Giving Search™
- 35 EAP Student Assignment Details and Assignment Center
- 39 EAP Core - Roles and Tasks
- 59 Blackbaud Community All-Stars Discussions
- 20 Blackbaud Raiser's Edge NXT® Online Giving EAP
- Diocesan Blackbaud Raiser’s Edge NXT® User’s Group
- 2 Blackbaud Consultant’s Community
- 43 End of Term Grade Entry EAP
- 92 EAP for Query in Blackbaud Raiser's Edge NXT®
- 38 Standard Reports for Blackbaud Raiser's Edge NXT® EAP
- 12 Payments Assistant for Blackbaud Financial Edge NXT® EAP
- 6 Ask an All Star (Austen Brown)
- 8 Ask an All-Star Alex Wong (Blackbaud Raiser's Edge NXT®)
- 1 Ask an All-Star Alex Wong (Blackbaud Financial Edge NXT®)
- 6 Ask an All-Star (Christine Robertson)
- 21 Ask an Expert (Anthony Gallo)
- Blackbaud Francophone Group
- 22 Ask an Expert (David Springer)
- 4 Raiser's Edge NXT PowerUp Challenge #1 (Query)
- 6 Ask an All-Star Sunshine Reinken Watson and Carlene Johnson
- 4 Raiser's Edge NXT PowerUp Challenge: Events
- 14 Ask an All-Star (Elizabeth Johnson)
- 7 Ask an Expert (Stephen Churchill)
- 2025 ARCHIVED FORUM POSTS
- 322 ARCHIVED | Financial Edge® Tips and Tricks
- 164 ARCHIVED | Raiser's Edge® Blog
- 300 ARCHIVED | Raiser's Edge® Blog
- 441 ARCHIVED | Blackbaud Altru® Tips and Tricks
- 66 ARCHIVED | Blackbaud NetCommunity™ Blog
- 211 ARCHIVED | Blackbaud Target Analytics® Tips and Tricks
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- Luminate CRM DC Users Group
- 225 ARCHIVED | Blackbaud eTapestry® Tips and Tricks
- 1 Blackbaud eTapestry® Know How Blog
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
- 1 Blackbaud K-12 Education Solutions™ Blog
- 280 ARCHIVED | Mixed Community Announcements
- 3 ARCHIVED | Blackbaud Corporations™ & Blackbaud Foundations™ Hosting Status
- 1 npEngage
- 24 ARCHIVED | K-12 Announcements
- 15 ARCHIVED | FIMS Host*Net Hosting Status
- 23 ARCHIVED | Blackbaud Outcomes & Online Applications (IGAM) Hosting Status
- 22 ARCHIVED | Blackbaud DonorCentral Hosting Status
- 14 ARCHIVED | Blackbaud Grantmaking™ UK Hosting Status
- 117 ARCHIVED | Blackbaud CRM™ and Blackbaud Internet Solutions™ Announcements
- 50 Blackbaud NetCommunity™ Blog
- 169 ARCHIVED | Blackbaud Grantmaking™ Tips and Tricks
- Advocacy DC Users Group
- 718 Community News
- Blackbaud Altru® Hosting Status
- 104 ARCHIVED | Member Spotlight
- 145 ARCHIVED | Hosting Blog
- 149 JustGiving® from Blackbaud® Blog
- 97 ARCHIVED | bbcon® Blogs
- 19 ARCHIVED | Blackbaud Luminate CRM™ Announcements
- 161 Luminate Advocacy News
- 187 Organizational Best Practices Blog
- 67 everydayhero Blog
- 52 Blackbaud SKY® Reporting Announcements
- 17 ARCHIVED | Blackbaud SKY® Reporting for K-12 Announcements
- 3 Luminate Online Product Advisory Group (LO PAG)
- 81 ARCHIVED | JustGiving® from Blackbaud® Tips and Tricks
- 1 ARCHIVED | K-12 Conference Blog
- Blackbaud Church Management™ Announcements
- ARCHIVED | Blackbaud Award Management™ and Blackbaud Stewardship Management™ Announcements
- 1 Blackbaud Peer-to-Peer Fundraising™, Powered by JustGiving® Blogs
- 39 Tips, Tricks, and Timesavers!
- 56 Blackbaud Church Management™ Resources
- 154 Blackbaud Church Management™ Announcements
- 1 ARCHIVED | Blackbaud Church Management™ Tips and Tricks
- 11 ARCHIVED | Blackbaud Higher Education Solutions™ Announcements
- 7 ARCHIVED | Blackbaud Guided Fundraising™ Blog
- 2 Blackbaud Fundraiser Performance Management™ Blog
- 9 Foundations Events and Content
- 14 ARCHIVED | Blog Posts
- 2 ARCHIVED | Blackbaud FIMS™ Announcement and Tips
- 59 Blackbaud Partner Announcements
- 10 ARCHIVED | Blackbaud Impact Edge™ EAP Blogs
- 1 Community Help Blogs
- Diocesan Blackbaud Raiser’s Edge NXT® Users' Group
- Blackbaud Consultant’s Community
- Blackbaud Francophone Group
- 1 BLOG ARCHIVE CATEGORY
- Blackbaud Community™ Discussions
- 8.3K Blackbaud Luminate Online® & Blackbaud TeamRaiser® Discussions
- 5.7K Jobs Board