Re: [site] Donate via Amazon - update required

2015-06-28 Thread Marcus

Am 06/28/2015 09:59 PM, schrieb Nancy K:

I see thatis listed twice with two different 
ap-button-(numbers). If I remove the first listing entirely the second continues to work on my 
firefox browser. Removepath;html body div#content div.right center div.ap-dw-container.ap-dark 
div.ap-dw-main div#ap-button-795162511.ap-dw-button
   Code:div class="ap-dw-main">Donatehttps://images-na.ssl-images-amazon.com/images/G/01/EP/offAmazonPayments/us/live/prod/image/donation/gold/medium/LwA.png";>
which leaves the second donation working and displayed larger:
Donatehttps://images-na.ssl-images-amazon.com/images/G/01/EP/offAmazonPayments/us/live/prod/image/donation/gold/medium/LwA.png"; style="cursor:pointer;">

I tried to figure out the line number using a validator online - this should be 
around line 303. I hope this helps!Nancy


it's OK. I've deleted some more code that Phil was talking about and now 
it's working fine.


So, thanks for helping out.

Marcus




  From: Marcus
  To: "dev@"
Cc: Phil Steitz
  Sent: Sunday, June 28, 2015 8:23 AM
  Subject: Re: [site] Donate via Amazon - update required

Am 06/27/2015 12:27 AM, schrieb Phil Steitz:

On 6/26/15 3:00 PM, Marcus wrote:

Thanks for your hint.

I've tried to update this on our webpage. However, it seems that
the ASP webpage uses some more code (CSS and/or JS) that is not
included in our page [1].

If you have a fast idea how to get this fixed, it would be greatly
appreciated. Othwerwise I will simple delete the Amazon part - or
the complete webpage, let's see. ;-)


Make sure to include this script reference at the top of the block:

https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js</a><view-source:<a  rel="nofollow" href="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js">https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js</a>>">

If you just copy the lines starting there and ending with
data-ap-payment-action="AuthorizeAndCapture"
 >


from the source in [1] it should work.


OK, it's working now but the UI part is shown double. Only the bottom
one (the smaller one) is working. Any idea?

[1] http://ooo-site.staging.apache.org/donations.html

Thanks

Marcus




Am 06/25/2015 08:38 PM, schrieb Phil Steitz:

Hello AOO ppl,

Amazon has phased out the old "Amazon Simple Pay" that we used
initially to enable donations to the ASF via Amazon.  The html
snippet included on the AOO donate page [1] needs to be updated to
match what is on the main ASF donations page [2].  It looks like the
site is generated by the CMS.  I can try to update it if you all
don't mind that (and the CMS lets me do it); or someone else can do
it.  The new widget takes a little more space and is a little
goofy-looking, so it would probably be best for someone with more UI
skills than me to at least verify it.

The donations using the old code will start failing soon so we need
to get on this fairly quickly (as in the next couple of weeks).
Sorry I did not give heads up sooner.  I did not realize that you
were maintaining a separate donations page.

Phil

[1] http://www.openoffice.org/donations.html
[2] http://www.apache.org/foundation/contributing.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [site] Donate via Amazon - update required

2015-06-28 Thread Marcus

Am 06/28/2015 08:47 PM, schrieb Phil Steitz:

On 6/28/15 8:23 AM, Marcus wrote:

Am 06/27/2015 12:27 AM, schrieb Phil Steitz:

On 6/26/15 3:00 PM, Marcus wrote:

Thanks for your hint.

I've tried to update this on our webpage. However, it seems that
the ASP webpage uses some more code (CSS and/or JS) that is not
included in our page [1].

If you have a fast idea how to get this fixed, it would be greatly
appreciated. Othwerwise I will simple delete the Amazon part - or
the complete webpage, let's see. ;-)


Make sure to include this script reference at the top of the block:

https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.jshttps://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js>">

If you just copy the lines starting there and ending with
data-ap-payment-action="AuthorizeAndCapture"
 >


from the source in [1] it should work.


OK, it's working now but the UI part is shown double. Only the
bottom one (the smaller one) is working. Any idea?

[1] http://ooo-site.staging.apache.org/donations.html


I am no html or javascript expert, but it looks like you have
duplicated the code when I view source on the staged site.  The
first div section after the script reference looks like what is on
the main ASF donate page and works.  I am not sure what the
following div's are trying to do.  The entire code on the main ASF
donate page is just

https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.jshttps://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js>">
https://www.apache.org";
 data-ap-currency-code="USD"
 data-ap-note="Thank you for your donation!"
 data-ap-shipping-address-required="false"
 data-ap-payment-action="AuthorizeAndCapture"
>



Then it is more strange because the duplicated code is not findable in 
the real source. But ...



You should be able to drop that in and it should work. There is no need for 
more code to generate the widget.


.. when deleting everything but keeping what you have listed above, then 
it's only one grey area. A bit too big but working. And this is important.


Thanks for you help. :-)

Marcus




Am 06/25/2015 08:38 PM, schrieb Phil Steitz:

Hello AOO ppl,

Amazon has phased out the old "Amazon Simple Pay" that we used
initially to enable donations to the ASF via Amazon.  The html
snippet included on the AOO donate page [1] needs to be updated to
match what is on the main ASF donations page [2].  It looks
like the
site is generated by the CMS.  I can try to update it if you all
don't mind that (and the CMS lets me do it); or someone else
can do
it.  The new widget takes a little more space and is a little
goofy-looking, so it would probably be best for someone with
more UI
skills than me to at least verify it.

The donations using the old code will start failing soon so we
need
to get on this fairly quickly (as in the next couple of weeks).
Sorry I did not give heads up sooner.  I did not realize that you
were maintaining a separate donations page.

Phil

[1] http://www.openoffice.org/donations.html
[2] http://www.apache.org/foundation/contributing.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [site] Donate via Amazon - update required

2015-06-28 Thread Nancy K
I see that   is listed twice with two different 
ap-button-(numbers). If I remove the first listing entirely the second 
continues to work on my firefox browser. Removepath;html body div#content 
div.right center div.ap-dw-container.ap-dark div.ap-dw-main 
div#ap-button-795162511.ap-dw-button
  Code:div class="ap-dw-main">Donatehttps://images-na.ssl-images-amazon.com/images/G/01/EP/offAmazonPayments/us/live/prod/image/donation/gold/medium/LwA.png";>
which leaves the second donation working and displayed larger:
Donatehttps://images-na.ssl-images-amazon.com/images/G/01/EP/offAmazonPayments/us/live/prod/image/donation/gold/medium/LwA.png";
 style="cursor:pointer;">

I tried to figure out the line number using a validator online - this should be 
around line 303. I hope this helps!Nancy
    Nancy       Web Design        
Free 24 hour pass to lynda.com.
Video courses on SEO, CMS,
Design and Software Courses
 

 From: Marcus 
 To: "dev@"  
Cc: Phil Steitz  
 Sent: Sunday, June 28, 2015 8:23 AM
 Subject: Re: [site] Donate via Amazon - update required
   
Am 06/27/2015 12:27 AM, schrieb Phil Steitz:
> On 6/26/15 3:00 PM, Marcus wrote:
>> Thanks for your hint.
>>
>> I've tried to update this on our webpage. However, it seems that
>> the ASP webpage uses some more code (CSS and/or JS) that is not
>> included in our page [1].
>>
>> If you have a fast idea how to get this fixed, it would be greatly
>> appreciated. Othwerwise I will simple delete the Amazon part - or
>> the complete webpage, let's see. ;-)
>
> Make sure to include this script reference at the top of the block:
>
>  src="<a  rel="nofollow" href="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js">https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js</a><view-source:<a  rel="nofollow" href="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js">https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js</a>>">
>
> If you just copy the lines starting there and ending with
> data-ap-payment-action="AuthorizeAndCapture"
>    >
> 
>
> from the source in [1] it should work.

OK, it's working now but the UI part is shown double. Only the bottom 
one (the smaller one) is working. Any idea?

[1] http://ooo-site.staging.apache.org/donations.html

Thanks

Marcus



>> Am 06/25/2015 08:38 PM, schrieb Phil Steitz:
>>> Hello AOO ppl,
>>>
>>> Amazon has phased out the old "Amazon Simple Pay" that we used
>>> initially to enable donations to the ASF via Amazon.  The html
>>> snippet included on the AOO donate page [1] needs to be updated to
>>> match what is on the main ASF donations page [2].  It looks like the
>>> site is generated by the CMS.  I can try to update it if you all
>>> don't mind that (and the CMS lets me do it); or someone else can do
>>> it.  The new widget takes a little more space and is a little
>>> goofy-looking, so it would probably be best for someone with more UI
>>> skills than me to at least verify it.
>>>
>>> The donations using the old code will start failing soon so we need
>>> to get on this fairly quickly (as in the next couple of weeks).
>>> Sorry I did not give heads up sooner.  I did not realize that you
>>> were maintaining a separate donations page.
>>>
>>> Phil
>>>
>>> [1] http://www.openoffice.org/donations.html
>>> [2] http://www.apache.org/foundation/contributing.html

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



  

Re: [site] Donate via Amazon - update required

2015-06-28 Thread Marcus

Am 06/27/2015 12:27 AM, schrieb Phil Steitz:

On 6/26/15 3:00 PM, Marcus wrote:

Thanks for your hint.

I've tried to update this on our webpage. However, it seems that
the ASP webpage uses some more code (CSS and/or JS) that is not
included in our page [1].

If you have a fast idea how to get this fixed, it would be greatly
appreciated. Othwerwise I will simple delete the Amazon part - or
the complete webpage, let's see. ;-)


Make sure to include this script reference at the top of the block:

https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.jshttps://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js>">

If you just copy the lines starting there and ending with
data-ap-payment-action="AuthorizeAndCapture"
>


from the source in [1] it should work.


OK, it's working now but the UI part is shown double. Only the bottom 
one (the smaller one) is working. Any idea?


[1] http://ooo-site.staging.apache.org/donations.html

Thanks

Marcus




Am 06/25/2015 08:38 PM, schrieb Phil Steitz:

Hello AOO ppl,

Amazon has phased out the old "Amazon Simple Pay" that we used
initially to enable donations to the ASF via Amazon.  The html
snippet included on the AOO donate page [1] needs to be updated to
match what is on the main ASF donations page [2].  It looks like the
site is generated by the CMS.  I can try to update it if you all
don't mind that (and the CMS lets me do it); or someone else can do
it.  The new widget takes a little more space and is a little
goofy-looking, so it would probably be best for someone with more UI
skills than me to at least verify it.

The donations using the old code will start failing soon so we need
to get on this fairly quickly (as in the next couple of weeks).
Sorry I did not give heads up sooner.  I did not realize that you
were maintaining a separate donations page.

Phil

[1] http://www.openoffice.org/donations.html
[2] http://www.apache.org/foundation/contributing.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [site] Donate via Amazon - update required

2015-06-26 Thread Marcus

Thanks for your hint.

I've tried to update this on our webpage. However, it seems that the ASP 
webpage uses some more code (CSS and/or JS) that is not included in our 
page [1].


If you have a fast idea how to get this fixed, it would be greatly 
appreciated. Othwerwise I will simple delete the Amazon part - or the 
complete webpage, let's see. ;-)


[1] http://ooo-site.staging.apache.org/donations.html

Thanks

Marcus



Am 06/25/2015 08:38 PM, schrieb Phil Steitz:

Hello AOO ppl,

Amazon has phased out the old "Amazon Simple Pay" that we used
initially to enable donations to the ASF via Amazon.  The html
snippet included on the AOO donate page [1] needs to be updated to
match what is on the main ASF donations page [2].  It looks like the
site is generated by the CMS.  I can try to update it if you all
don't mind that (and the CMS lets me do it); or someone else can do
it.  The new widget takes a little more space and is a little
goofy-looking, so it would probably be best for someone with more UI
skills than me to at least verify it.

The donations using the old code will start failing soon so we need
to get on this fairly quickly (as in the next couple of weeks).
Sorry I did not give heads up sooner.  I did not realize that you
were maintaining a separate donations page.

Phil

[1] http://www.openoffice.org/donations.html
[2] http://www.apache.org/foundation/contributing.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[site] Donate via Amazon - update required

2015-06-25 Thread Phil Steitz
Hello AOO ppl,

Amazon has phased out the old "Amazon Simple Pay" that we used
initially to enable donations to the ASF via Amazon.  The html
snippet included on the AOO donate page [1] needs to be updated to
match what is on the main ASF donations page [2].  It looks like the
site is generated by the CMS.  I can try to update it if you all
don't mind that (and the CMS lets me do it); or someone else can do
it.  The new widget takes a little more space and is a little
goofy-looking, so it would probably be best for someone with more UI
skills than me to at least verify it.

The donations using the old code will start failing soon so we need
to get on this fairly quickly (as in the next couple of weeks). 
Sorry I did not give heads up sooner.  I did not realize that you
were maintaining a separate donations page.

Phil

[1] http://www.openoffice.org/donations.html
[2] http://www.apache.org/foundation/contributing.html


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org