need code from home page for 7.0
- cerami2
- Lieutenant Commander (LCDR)
- Posts: 103
- Joined: Thu Nov 08, 2007 5:29 am
- Location: Plymouth MN
- Contact:
need code from home page for 7.0
hi my name is joe, this is my first posting on this forum I have been using storefront for the last two years and feedup with it and purchased this software to rebuild my store with
http://www.insulincase.com old
new http://66.252.239.209/
I am not a programmer but trying to learn .
So if i could get a few answers to some questions along the way of learning this program it would be much appriciated
1.Can some one give me the code for the content and layout (scriptlets) that is on the home page .I deleted it by mistake
2 could someone look at my homepage http://66.252.239.209
an on the header on the right is the search box i need to move it up so it is on the blue part
Thank you in advance
Joe Cerami
The Insulin Case Shop
http://www.insulincase.com old
new http://66.252.239.209/
I am not a programmer but trying to learn .
So if i could get a few answers to some questions along the way of learning this program it would be much appriciated
1.Can some one give me the code for the content and layout (scriptlets) that is on the home page .I deleted it by mistake
2 could someone look at my homepage http://66.252.239.209
an on the header on the right is the search box i need to move it up so it is on the blue part
Thank you in advance
Joe Cerami
The Insulin Case Shop
Re: need code from home page for 7.0
I've found the zip file that I downloaded to be a good source of files mistakenly deleted.cerami2 wrote: 1.Can some one give me the code for the content and layout (scriptlets) that is on the home page
The Insulin Case Shop

Bob R.
"Bills travel through the mail at twice the speed of checks." -- Steven Wright
"Bills travel through the mail at twice the speed of checks." -- Steven Wright
Re: need code from home page for 7.0
Amen to THAT!bobr2k wrote:I've found the zip file that I downloaded to be a good source of files mistakenly deleted.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
cerami2,
To move the search box higher into the header your can change the size of the shortcuts cell that is located above the search box. The css style to do this is found on line 558 of your style.css sheet in your theme folder. Search for this entry and change the height to meet your need (try 70px). You may have to adjust the height of your header to get the exact look you want.
/* style for container of shortcut links that can appear in the header */
#storeHeader .shortcuts
{
width:400px;
height:90px;
}
Able has done a good job of labeling the css styles by the area they control - the logo css styling is primarily located in this section of the css sheet
/******************************************************************************************/
/* styles for the store header section */
/******************************************************************************************/
As for restoring the html and script that was in the home page, I believe you only need to log in to the merchant and select Website -> Content (Scriptlets) from the menu bar. Then you can edit the Home Page scriptlet to modify the content. I think what you are looking for is at the top of page 7 in the AbleCommerce v7.x Customization Guide.
To modify your css sheets I recommend you use Firefox browser with the Web Developer extension. It makes css modifications easy(ier). There are a few display issues with Firefox right now, but it is the best tool I know of.
To move the search box higher into the header your can change the size of the shortcuts cell that is located above the search box. The css style to do this is found on line 558 of your style.css sheet in your theme folder. Search for this entry and change the height to meet your need (try 70px). You may have to adjust the height of your header to get the exact look you want.
/* style for container of shortcut links that can appear in the header */
#storeHeader .shortcuts
{
width:400px;
height:90px;
}
Able has done a good job of labeling the css styles by the area they control - the logo css styling is primarily located in this section of the css sheet
/******************************************************************************************/
/* styles for the store header section */
/******************************************************************************************/
As for restoring the html and script that was in the home page, I believe you only need to log in to the merchant and select Website -> Content (Scriptlets) from the menu bar. Then you can edit the Home Page scriptlet to modify the content. I think what you are looking for is at the top of page 7 in the AbleCommerce v7.x Customization Guide.
To modify your css sheets I recommend you use Firefox browser with the Web Developer extension. It makes css modifications easy(ier). There are a few display issues with Firefox right now, but it is the best tool I know of.
This sounds like the right time to ask this question
My copyright is sticking to the left side in firefox 2+ but it's perfectly centered in IE7 ... if I add float: "right" to the footer both move to the right. What is the secret to float: "middle" (which doesn't exist)?
Thanks,

Thanks,
Bob R.
"Bills travel through the mail at twice the speed of checks." -- Steven Wright
"Bills travel through the mail at twice the speed of checks." -- Steven Wright
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
I haven't tried it in AC7, but in 5.5, I had to put <div> around the entire section on each page. I think someone else might have said margin:auto or something like that in the css, but I don't remember.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
I have been using it in ac7 since it was released in beta 1. It worked fairly well upon initial release but a FF upgrade that was recently released has caused compatability issues with the Web Developer extension. You can review the issues on the Web Developer forum page - it appears to be affected by "complex" CSS sheets. They do not define complex, but Ac7 CSS style sheet could be of such size and complexity that the extension may not be able to handle it very well until the next extension upgrade.
- cerami2
- Lieutenant Commander (LCDR)
- Posts: 103
- Joined: Thu Nov 08, 2007 5:29 am
- Location: Plymouth MN
- Contact:
thanks for the help
thanks to the quick response for my qestions . I was able to fix the problems I was having
Regards
Joe Cerami
Regards
Joe Cerami