how to change things on site

I want to get rid of the this on homepage



Welcome to CS-Cart demo store



This is a demonstration store powered by CS-Cart shopping cart software. CS-Cart is a full e-commerce solution for small to medium sized businesses.



This is NOT a live store. Please DO NOT enter real credit card details when test ordering from it.



as well as poll of the week



also want to get rid of poll of the week



where it says latest dvds change this to something else for the heading

On products view i want to get rid of Send to friend Tags



also want to change the logo

figured out how to remove the poll the other stuff i do not know how to change though

In my experience, the fastest way to get these answers is by simply googling them. You'll be surprised at how many times they've been answered before. There is plenty of information in this forum and in the knowledge base and Google gets them all at once for you.

I have been googling for hours the removal on the other stuff nothing comes up

well figured out how to remove the demo thingy it is in design section woot!!

[quote name='decadude' timestamp='1319201046' post='124230']

I want to get rid of the this on homepage



Welcome to CS-Cart demo store



This is a demonstration store powered by CS-Cart shopping cart software. CS-Cart is a full e-commerce solution for small to medium sized businesses.



This is NOT a live store. Please DO NOT enter real credit card details when test ordering from it.



as well as poll of the week



also want to get rid of poll of the week



where it says latest dvds change this to something else for the heading

On products view i want to get rid of Send to friend Tags



also want to change the logo

[/quote]



Most of this stuff is in Design > Blocks except logos which are under Design > Logos. This is all in the KB, you really should try reading it.

[quote name='whiplash13' timestamp='1319222379' post='124260']

Most of this stuff is in Design > Blocks except logos which are under Design > Logos. This is all in the KB, you really should try reading it.

[/quote]





KB hasn't mentioned anything about an issue like mine which is shown below.



I am using CS-Cart 2.2.3 Community Edition and in there, we can upload logos with no issue and delete the same using my cpanel/ftp client. My issue is, even if we completely remove the logo + alternative text, it doesn't save blank but it keeps appearing the previous alternative text. I want to get rid of alternative text when we remove our logo.

Just replace your logo with a transparent PNG and leave the alt text blank. That should solve it.



Brandon

[quote name='brandonvd' timestamp='1319773592' post='124741']

Just replace your logo with a transparent PNG and leave the alt text blank. That should solve it.



Brandon

[/quote]



Awesome, it works. However, the alternative text keeps on appearing even though I delete on my “DESIGN - LOGO”. Guess, that cannot be deleted:)

In skins/your-skin/customer/top.tpl you have


{$manifest.Customer_logo.alt}



Just remove the


alt="{$manifest.Customer_logo.alt}"



To be honest, depending on what exactly you are doing, you could just remove that whole thing.



Our of curiosity, why are you wanting to remove the alt text anyways?



Thanks,



Brandon

[quote name=‘brandonvd’ timestamp=‘1319782342’ post=‘124751’]

In skins/your-skin/customer/top.tpl you have


<a href="{""|fn_url}"><img src="{$images_dir}/{$manifest.Customer_logo.filename}" width="{$manifest.Customer_logo.width}" height="{$manifest.Customer_logo.height}" border="0" alt="{$manifest.Customer_logo.alt}" /></a>
```<br />
<br />
Just remove the<br />
<br />
```php
alt="{$manifest.Customer_logo.alt}"
```<br />
<br />
To be honest, depending on what exactly you are doing, you could just remove that whole thing.<br />
<br />
Our of curiosity, why are you wanting to remove the alt text anyways?<br />
<br />
Thanks,<br />
<br />
Brandon<br />
[/quote]<br />
<br />
Brilliant, it works. Also, the reason why I want to remove the alternative text is because, once you remove the logo, the way the text appears is not very professional. Refer the attached.<br />
<br />
![](upload://6I6PuuEmauXO02up6hgyYXrei26.jpeg)

Duh. Kind of forgot about that.



Removing that whole line will remove the logo, or like I said, a transparent png would also work.



Glad that helps though.



Brandon

What is the default height and width of the logo? Also, what is the difference between creating a transparent logo and removing alt=“{$manifest.Customer_logo.alt}”?