Hello.
Hope someone can help when im uploading the logo and favicon but its not changing or not showing on the front end any ideas.
Regards
Dan
any error or any message showing on the backend when you are uploading the logo ? or from the backend logo is successfully uploaded but not showing on frontend ?
Also can you please confirm you are replacing logo for the same website and store which you are looking at the frontend ? as sometimes we have multiple stores/website then you required to change logo for that specific store/website
hope it helps !
Hello thank you for your reply.
No error and yes im uploading it in the right place made that mistake before haha.
when i upload it i get the loading sign and then the image goes blank like it hasnt uploaded tried different browsers ect still no luck.
Dan
Hello @daniel_keay1
Adding a custom favicon in Admin
To add a custom favicon in the Magento Admin, do the following:
In the scope grid, decide on which level you will configure the favicon and click Edit in the corresponding row.
Next to Favicon Icon, click Upload, and select the file.
If caching is enabled in your Admin, you get a notification that refreshing certain cache types is required. Click the link provided in the notification, and then click Flush Magento Cache.
Add custom favicons manually
To override the default 16px x 16px favicon manually, add your custom favicon.ico in the <your_theme_dir>/Magento_Theme/web/directory.
To add favicon icons of other sizes, take the following steps:
For example, if you added a favicon-32x32.png icon and want it to be used as a 32px x 32px favicon, your default_head_blocks.xml would be like following:
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<link src="Magento_Theme::favicon-32x32.png" rel="icon" sizes="32x32" />
</head>
</page>
For your changes to be applied, clear the browser cache, and the following directories on the server (do not delete the .htaccess file!):
Getting This Error
Kindly go to var/log directory and open exception.log file and check is there any log is there or not ?
I received the same error message as above too. And when I checked my /var/log...there is no such file. What should i do?
Hello @daniel_keay1 @yana_noor
Try this:
In vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml file change fileUploader to imageUploader on line number 57 and 154
Thank you for the quick response.
Where would I find this file? in my ftp client directory?
yes, in root directory you can see vendor folder.