Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Unable to add main store logo  (Read 26550 times)

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Unable to add main store logo
« on: October 12, 2014, 01:51:42 PM »
Hi Sir ,

I want to add a store logo several times however after the upload button the logo remain missing or unload.

I am using abantecart ver 1.1.9, template default_html5 and uploaded the logo from settings > appearance > store logo.

Is there a specific size and format to upload the store logo ? Thanks


Richard

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Unable to add main store logo
« Reply #1 on: October 12, 2014, 03:38:53 PM »
since you've posted two upload issues lets start with checking your file permissions to see if you can actually write to a file.
In the documentation (link is above in this board)  look at this section - find the information about file permissions and check the settings for your installation -you can do so via Cpanel or FTP.  Cpanel probably easiest.


http://docs.abantecart.com/pages/install/options/regular_installation.html

See if this solves your issues.

Let us know if it doesn't

Lee, just another happy Abantecart user!
« Last Edit: November 01, 2016, 06:48:41 AM by Basara »

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Unable to add main store logo
« Reply #2 on: October 13, 2014, 02:58:16 AM »
Hi Sir ,

I want to add a store logo several times however after the upload button the logo remain missing or unload.

I am using abantecart ver 1.1.9, template default_html5 and uploaded the logo from settings > appearance > store logo.

Is there a specific size and format to upload the store logo ? Thanks


Richard

Did you click Save button after you change logo?  ;)

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #3 on: October 14, 2014, 09:54:04 AM »
Thanks again Lee and Basara  :o

It is super weird, this logo upload issue also got resolve by itself  :-X

Have gone through the documentation guide, I installed Abantecart via cpanel and definitely I have clicked the "save" button after upload the logo. Very strange...maybe got ghost in the script..  ;D

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #4 on: October 14, 2014, 10:02:40 AM »
Hi Sir  ;)

Does Abantecart support transparent image logo ? .PNG ?

Thanks
Richard

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #5 on: October 14, 2014, 02:12:55 PM »
Hi

The reason why I asked does abantecart support transparent background logo is because I tried to upload an image(transparent background logo) in the back-end and view from the front-end the my logo background is defaulted to white color.

Anyone can advise how can I upload a transparent background store logo ? or is there a method I can have the same background color with my logo image-background ? Thanks

Richard

Offline llegrand

  • Hero Member
  • *****
  • Posts: 1798
  • Karma: +520/-7
    • View Profile
Re: Unable to add main store logo
« Reply #6 on: October 14, 2014, 02:46:51 PM »

You can make header full color - see this post

http://forum.abantecart.com/index.php/topic,1532.msg6023.html#msg6023

A transparent background will let whatever color you have in the logo area of the header show -  you can either use the transparent (and yes takes png)  or change the logo area to your desired background.

Note:  the logo upload is used in more than your website pages -  your customer order notifications,  and i some of the payment extensions, like paypal you can use a logo. 

Lee

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #7 on: November 02, 2014, 09:20:08 AM »
Hi Lee ,

I have read through the previous post (http://forum.abantecart.com/index.php/topic,1532.msg6023.html#msg6023).

I have removed string "background-color: #fff" from below

.logo {
   width: 300px;
    background-color: #fff;
   text-align: center;
   height: 72px;
   line-height: 72px

and try to apply a transparent logo(.PNG) but i still get the same outcome where there are still white background around the logo image.

in the stylesheet files for edit: storefront/view/default_html5/stylesheet/style.css

Do i need to change the background color too ?

   .logo img {
      background-color: white;
      padding: 5px;
   }

My objective is to apply a transparent logo image(.PNG) to the header without affecting the background color.

Thanks
Richard

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #8 on: November 02, 2014, 09:45:08 AM »
Hi ,

See below screenshot for a better understanding, is there a way i can get rid of the white background ?

i have tried removing "background-color: #fff" from :

.logo {
   width: 300px;
    background-color: #fff;
   text-align: center;
   height: 72px;
   line-height: 72px

reload the page but it seems the white background still there. Looking forward for your reply. Thanks

Richard

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #9 on: November 03, 2014, 10:27:59 AM »
Hi ,

May i get help on how to fix this ? This is the only part pending. Thanks

Richard

yonghan

  • Guest
Re: Unable to add main store logo
« Reply #10 on: November 03, 2014, 11:22:51 AM »
Hello,have you tried to clear the cache after you edit the css file?

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #11 on: November 04, 2014, 12:13:47 AM »
Hi Handoyo ,

Do you mean IE browser cache ? I also did some other minor modification like changing the background color in the CSS but it seems nothing happen when the page is reload.

I am testing in-live mode(online). Making the changes offline and then replace the stylesheet.css file via ftp to my hosting and re-load the page. Nothing seem to happen.

Is the chronology i took to edit the CSS file correct ? any other steps to be taken ? Thanks


Richard

yonghan

  • Guest
Re: Unable to add main store logo
« Reply #12 on: November 04, 2014, 01:12:59 AM »
Hi,what i mean is clear the cache from the admin panel.The steps that you have taken is correct,and no need to remove the .logo img background color.As last night i have tested it offline.

Offline Richard

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
    • View Profile
Re: Unable to add main store logo
« Reply #13 on: November 04, 2014, 02:11:11 AM »
Hi Handoyo ,

Where can I clear cache in the admin panel ? Thanks

Richard

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Unable to add main store logo
« Reply #14 on: November 04, 2014, 02:27:56 AM »
Hi Handoyo ,

Where can I clear cache in the admin panel ? Thanks

Richard

AbanteCart cache in Admin-System-Cache

 

Powered by SMFPacks Social Login Mod