Support

Home Forums Event Espresso Premium Issues with paypal button and header images

Issues with paypal button and header images

Posted: May 29, 2015 at 10:37 am

Viewing 5 reply threads


markdanesfest

May 29, 2015 at 10:37 am

Hi,
I’m setting up a new event on EE4 and when I add the URL or browse to the images in my image library for the paypal button and header, I get the message:
That URL seems to be broken. Please enter a valid URL
However, the images are there and if I browse to the same URL both images are fine.
Please help.
Thanks


Lorenzo Orlando Caum

  • Support Staff

May 29, 2015 at 10:53 am

Hey there Mark,

Try this sample coding:

add_filter( 'FHEE__EEM_Payment_Method__verify_button_urls__button_urls_to_try', 'ee_dont_consider_ssl_button_urls' );
function ee_dont_consider_ssl_button_urls( $button_urls_to_try ) {
unset( $button_urls_to_try[ 'current_ssl' ] );
unset( $button_urls_to_try[ 'default_ssl' ] );
return $button_urls_to_try;
}

It can be added to your child theme’s functions.php file (do not include the opening php tag) or a site specific plugin:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Let us know if that helps.

Also, who is your hosting provider (web host)?


Lorenzo


markdanesfest

June 1, 2015 at 7:38 am

Hi Lorenzo,
Web host is Heart Internet.

I’ve tried the code you offered in the functions.php and within the site specific plugin. Neither is offering me success.

I do recall at some point having the payment button there – I think!!

But now I still get the same red error message.


Lorenzo Orlando Caum

  • Support Staff

June 1, 2015 at 7:40 am

Hey there,

Could you please create a temporary WordPress admin login so we can take a closer look at this issue?

Please share that temporary login through the secure link below:

https://eventespresso.com/send-login-details/

To prevent delays in troubleshooting, be sure to double check your information on the form before submitting.

The submit button for the form appears at the end of the form.

Again, please ensure that the temporary login works.

Thank you.


Lorenzo


markdanesfest

June 1, 2015 at 12:04 pm

done


Lorenzo Orlando Caum

  • Support Staff

June 1, 2015 at 1:24 pm

Thanks. I just replied.


Lorenzo

Viewing 5 reply threads

The support post ‘Issues with paypal button and header images’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso