When using your theme there's no option to put in an external url. You can only click and upload via the wordpress uploader as the edit field is locked for the url.
array( 'id' => 'clapat_soho_logo_light', 'type' => 'media', 'url' => true, 'title' => esc_html__('Header Logo - Light', 'soho'), 'desc' => '', 'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for dark (negative) backgrounds.', 'soho'), 'default' => array('url' => get_template_directory_uri() . '/images/logo.png'), ),
array( 'id' => 'clapat_soho_logo_dark', 'type' => 'media', 'url' => true, 'title' => esc_html__('Header Logo - Dark', 'soho'), 'desc' => '', 'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for light (positive) backgrounds.', 'soho'), 'default' => array('url' => get_template_directory_uri() . '/images/logo-black.png'), ),
'readonly' => false, 'title' => esc_html__('Header Logo - Light', 'soho'), 'desc' => '', 'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for dark (negative) backgrounds.', 'soho'), 'default' => array('url' => get_template_directory_uri() . '/images/logo.png'), ),
'readonly' => false, 'title' => esc_html__('Header Logo - Dark', 'soho'), 'desc' => '', 'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for light (positive) backgrounds.', 'soho'), 'default' => array('url' => get_template_directory_uri() . '/images/logo-black.png'), ),
if this doesn't work replace 'type' => 'media', with 'type' => 'text',
When using your theme there's no option to put in an external url. You can only click and upload via the wordpress uploader as the edit field is locked for the url.
Is there anyway to sort this?
Thanks
Hello,
sorry where exactly you want to add the external url ? To an image?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
See attached.
For example I'd like to set these images and others to pull from an external source but it doesn't let you edit.
Hello, yes you need to import them to media library first. Thank you
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Obviously. But I don't want the images to pull from my media library, I want them to pull from an external source.
Open /include/admin-config.php and replace
array(
'id' => 'clapat_soho_logo_light',
'type' => 'media',
'url' => true,
'title' => esc_html__('Header Logo - Light', 'soho'),
'desc' => '',
'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for dark (negative) backgrounds.', 'soho'),
'default' => array('url' => get_template_directory_uri() . '/images/logo.png'),
),
array(
'id' => 'clapat_soho_logo_dark',
'type' => 'media',
'url' => true,
'title' => esc_html__('Header Logo - Dark', 'soho'),
'desc' => '',
'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for light (positive) backgrounds.', 'soho'),
'default' => array('url' => get_template_directory_uri() . '/images/logo-black.png'),
),
with
array(
'id' => 'clapat_soho_logo_light',
'type' => 'media',
'url' => true,
'readonly' => false,
'title' => esc_html__('Header Logo - Light', 'soho'),
'desc' => '',
'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for dark (negative) backgrounds.', 'soho'),
'default' => array('url' => get_template_directory_uri() . '/images/logo.png'),
),
array(
'id' => 'clapat_soho_logo_dark',
'type' => 'media',
'url' => true,
'readonly' => false,
'title' => esc_html__('Header Logo - Dark', 'soho'),
'desc' => '',
'subtitle' => esc_html__('Upload your logo to be displayed in the header menu for light (positive) backgrounds.', 'soho'),
'default' => array('url' => get_template_directory_uri() . '/images/logo-black.png'),
),
if this doesn't work replace 'type' => 'media', with 'type' => 'text',
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Because of this theres now a series of script errors.. I reversed and changed the script below you suggested and still not fixed.
http://beta.goodlife.studio
Please advise
can you send me wp username and password to fix it via wp admin editor?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
sorry i can't edit the file and i get some script errors. is it possible to provide ftp access to restore it and modify it?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
...
Hello, all fixed I added the paths of the logo files from our demo, just add your own there. Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks, does this mean I can edit the image paths for the sliders too now?
Yes, I enabled the full image path field for all of them. Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy