I followed the great directions on how to include a c&p shortcode in my donation page. It all works as promised (whoever writes your documentation, they are worth every penny!!) but making the page transparent in an overlay doesn't seem to work. I choose it (the little checkerboard) but I still can't see the original page at all. What am I doing wrong?
Announcement
Collapse
No announcement yet.
transparent background on campaign FORM
Collapse
X
-
Good day @briegull
Would you please share the form/page URL so that we can review it?
Looking forward to hearing back from you.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpC -
This has a pattern in the page, but it is also set as transparent. The form is white.Comment
-
Good day @briegull
We reviewed your form and all seems to be working fine. Please note that you will need to change the background color setting for page, header, sections individually to apply the transparency.
Example:
Hope that helps. Please check and let us know if we can be of any further assistance.
Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpCComment
-
I had the page background set to transparent. Problem was that it could be both transparent and have a pattern, which made it NOT transparent. When I was able to remove the pattern (by switching the background color to a COLOR, which turned off the pattern (unable to do that when it was set to transparent) the resetting to transparent without a pattern, it did indeed become transparent. In fiddling with the patterns, I was hoping to be able to have the overlay be a screen which was, other than the form, partially transparent (cf. clearing the screen that pops up when you ask to cache in Chrome) . I put a dark color on the form background, leaving the sections white, and that works fine.
The other problem, pretty minor, is that the CLOSE button is up on the top of the page which, because it is transparent, no one realizes is there! Is there any way to move the CLOSE button down to the top of the form, or even IN the header of the form? Picky, picky.Comment
-
Good day @briegull
Great to hear that it worked fine.
There is one possible easiest solution, you need to make your own image/pattern with partial transparent using any image editor and upload it as a background image.
Regarding the Close button, that is not customizable at this point. But you may try by including the below css code above the "Donate Here" script which you have included in your site page:
<style>.CnP_close{
position: fixed!important;
top: auto!important;
bottom: 10px!important;
margin-left: -112px!important;
background: #d33!important;
border: 1px solid #006!important;
}</style>
Hope that helps. Please check and let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpCComment
-
Okay. So setting the background (the page color) as transparent, there is a slider which I can use to mask the primary page. That works. I couldn't make any uploaded image set to transparent to actually BE transparent, I don't know why, but setting the transparency percentage works fine.
And the code for the close button on the primary page looks GREAT!!!
so THANK YOU!! I'm all set! (for the moment!!)Comment
Comment