Change logo and see images

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello,

I had change the images to be seeing from the DB to the file system.

I am not able to see any image now except the logo from nop commerce that is showing on the main page.

How can I change that back to my own logo and see the images again?

Thank you
7 years ago
I had to add the images again under the application to see them.

About the Logo, adding the new logo will cover the nopcommerce logo.

But where is the nopcommerce logo store to be able to remove completely?
7 years ago
lumeEire wrote:
I had to add the images again under the application to see them.

About the Logo, adding the new logo will cover the nopcommerce logo.

But where is the nopcommerce logo store to be able to remove completely?


NopCommerce Logo displaying from  from Header.cshtml (Nop.Web > Views > Shared)

  
<div class="header-logo">
    @Html.Action("Logo", "Common")
</div>


And default Logo loading from Logo method in Common controller Nop.Web > Controllers




Hope this helps!
7 years ago
The point is that I had removed from everywere the logo. In theory there is not file on my computer with the nopCommerce logo but after changing to save images on file system instead of DB. Somehow it manage to emerge the logo again and I want to remove it completely...

Any suggestions?
7 years ago
Somehow it manage to emerge the logo again That is strange!

Does it in local or live?
Can you show us?
Are you using any theme?
Did you customize anything on viewpage?
7 years ago
I was using the default theme.

And it showed when I change to DB. I looked all over my HD and I do not have any logo file from nopcommerce as they were removed but somehow it was able to show when no logo was saved.

It is difficult to show :(
7 years ago
lumeEire wrote:
it showed when I change to DB


Sorry! but i didn't get you, can you explain a bit more.

Currently, what i understood is:
You want to replace the logo on place of nopCommerce default logo. you've tried to find out in your website file explorer, but you didn't find.

lumeEire wrote:
About the Logo, adding the new logo will cover the nopcommerce logo.


At where you've added ?
7 years ago
What I meant is that. I had replaced all the logos from nopcommerce and on my file system I am not able to find it but somehow the icon manage to show as a default value when I had change the store type to file system and all my images were removed and I need it to add them manually again. Under the folder content/images the logo.png is not were to be seeing neither in any where that I could find out and I searched for a long while.

It looks like the logo/image is saved somewhere maybe on DB?
7 years ago
lumeEire wrote:
It looks like the logo/image is saved somewhere maybe on DB?

Nope, It saved at Nop.Web > DefaultClean > Content > images

Did you check there?
7 years ago
I meant at Nop.Web > Themes >  DefaultClean > Content > images
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.