remove default AC7 graphic on home page (not the logo)

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mshaw
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Thu Sep 04, 2008 1:53 pm

remove default AC7 graphic on home page (not the logo)

Post by mshaw » Wed Sep 17, 2008 3:40 pm

How to remove the AC7 graphic on the default.home page? How to edit layout:content?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: remove default AC7 graphic on home page (not the logo)

Post by mazhar » Wed Sep 17, 2008 11:54 pm

Please provide some more detail. About what graphics you are taking. If you are asking for the banner image shown beneath the menu then you can remove it by commenting the following code in CSS.

Code: Select all

.welcomeImage 
{
.........
.........
}
like

Code: Select all

/*
.welcomeImage 
{
........
........
}
*/
How to edit layout:content?
Log in as Admin to the store and then navigate towards the store side. Edit the page whose contents you wants to edit by selecting from the Mode dropdown near the bottom of the page. Now select a content page and then click the edit icon just next to the content scriptlets dropdown

mshaw
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Thu Sep 04, 2008 1:53 pm

Re: remove default AC7 graphic on home page (not the logo)

Post by mshaw » Thu Sep 18, 2008 8:47 am

The part I want to remove is the on the default page. it is the part above the featured product with the shopping bags with the able commerce logos on them and says new version 7.0

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: remove default AC7 graphic on home page (not the logo)

Post by mazhar » Fri Sep 19, 2008 1:53 am

The part I want to remove is the on the default page. it is the part above the featured product with the shopping bags with the able commerce logos on them and says new version 7.0
The above code willl work fine for this case.

mshaw
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 40
Joined: Thu Sep 04, 2008 1:53 pm

Re: remove default AC7 graphic on home page (not the logo)

Post by mshaw » Wed Sep 24, 2008 10:48 am

I have repeatedly removed the .welcomeimage from the css and the html table row on the default page that has this banner. It goes away and then the next time I go to the home page it reappears. I have removed it using the scriptlets and the files themselves. Why does this welcome banner keep returning?

User avatar
heinscott
Captain (CAPT)
Captain (CAPT)
Posts: 375
Joined: Thu May 01, 2008 12:37 pm

Re: remove default AC7 graphic on home page (not the logo)

Post by heinscott » Wed Sep 24, 2008 11:26 am

Where are you trying to edit the scriptlet from? I've noticed that things will sometimes revert back to their original, pre-edit state after making a change from the front-end side when logged in as admin. Try editing the scriptlet offline, and re-upload.
That should make the changes permenant.

Scott

Post Reply