Support

Home Forums Event Espresso Premium Cant insert Company Logo in General Settings (EE4)

Cant insert Company Logo in General Settings (EE4)

Posted: January 19, 2019 at 5:01 am

Viewing 1 reply thread


seanwarde

January 19, 2019 at 5:01 am

When I try to add the Company Logo in General Settings -> Company Logo -> Upload New Logo, I get an error saying “That URL seems to be broken. Please enter a valid URL”


Tony

  • Support Staff

January 21, 2019 at 4:39 am

Hi there,

You can circumvent that URL validation (which can from time-to-time throw a false-positive) by adding the following code:

add_filter(
    'FHEE__EE_URL_Validation_Strategy__validate__check_remote_file_exists',
    '__return_false'
);

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 1 reply thread

The support post ‘Cant insert Company Logo in General Settings (EE4)’ 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