Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. You can add a footer in index.tpl. Just add what you want before the last </body> tag. All fonts and colors are defined in the style.css file: .searchBtn -- The "GO" button for your search box. .searchBox -- box that you write in for search .textbox-- The number that shows up in the quantity box from the view cart page .submit -- The "Join Now" button for mailing list, and the "Add" button for adding product codes to shopping cart. li.bullet-- little bullets that show up for the catagories li.bulletLrg -- bullet for "tell a friend" li.num -- numbers for products in sale and popular products .txtSession -- text for "Search for" "Welcome Guest" and brackets .txtCopy-- text in info box "products 2, catagories 1, prices: US dollars" .txtSiteDocs-- text "subscribe to our mailing list" and "Email" a.txtSession, a.txtSiteDocs-- "Login" and "Register" a.txtSession:hover, a.txtSiteDocs:hover-- mouse over for "Login" and "Register" a.txtButton-- "add to basket" button on product pages, and "buy" and "More" butttons on Catagory pages a.txtButton:hover-- rollover for "add to basket" button on product pages, and "buy" and "More" butttons on Catagory pages .txtOldPrice-- This is the price which by default appears with a line struck through when the item is on sale. .txtSale-- Price that shows on Catagory Page and product page .txtOutOfStock-- Text that tells a product is out of stock. .txtSiteDocs, a.txtSiteDocs -- links at bottom of page"about us, contact us . . ." a.txtSiteDocs:hover-- rollover for links at bottom of page"about us, contact us . . ." a.txtDefault-- text for categories box "Homepage, sale items", text for products names in Popular Products box and Sale Items box a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover -- rollover text for categories box "Homepage, sale items", text for products names in Popular Products box and Sale Items box .txtContentTitle-- Main Titles like "Welcome to Cube Cart" and Catagory Titles .txtBoxSave-- color of the text in the Sale box that says how much they save .tblList-- main area on catagory pages where the list of products is .tdListTitle-- text inside the main area "Image Description Price" .tdEven-- background color for the first product listed then every other one .tdOdd-- background color for the second product listed then every other one .txtCartPrice-- text for dollar amounts that show up in cart box on homepage- per item, items in cart and total prices- .txtCart -- Text "items in cart" and "Total" in cart box on homepage .cartTotal-- included dashed line that appears in cart box on homepage a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited-- text for Products in cart box on home page a.txtCartProduct:hover-- roll over for text for Products in cart box on home page a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited -- text for "veiw basket" button in cart box on homepage a.txtviewCart:hover -- roll over for text for "veiw basket" button in cart box on homepage .cartProgress -- text inside cart that progresses as you go through check out "Cart--- Address--- Payment --- Complete" .txtcartProgressCurrent -- this is the text color that shows up for the page that you are on in the progression of the cart, for example when you are on the address page, address is this color and the rest are the color you specified for .cartProgress .quickBuy-- Inside cart txt that asks " Want to add more items? Enter the Product Code:" .tdcartTitle -- txt Inside Cart at the top "Qty, Product, Code, Stock, Price, Line Price" .tdcartEven-- background color for second product inside cart and every other one .tdcartOdd -- background color for the first product inside cart and every other one .tdCartSubTotal-- includes line above subtotal a.txtCheckout-- text and box for "continue" button on cart pages a.txtUpdate -- text and box for "update cart" button on cart pages .txtStockWarn-- text for when an item is out of stock .txtError -- text for when someone messes up while filling out information during cart process .txtCopyright, a.txtCopyright -- text for Copywrite info at bottom of page a.txtCopyright:hover-- roll over for Copywrite info at bottom of page .dropDown-- width of drop downs Layout.CSS for Classic Skin body -- entire window attributes #pageSurround-- large floating window inside window #topHeader-- top section of page surround .boxTitleLeft, .boxTitleRight -- top area of boxes in left and right columns where title appears .boxContentLeft, .boxContentRight-- main area of boxes in left and right columns .colLeft -- left column attributes or positioning .colMid -- middle large column attributes or positioning .colRight-- right column attributes or positioning .boxContent-- middle columns box (where to change colors, background, borders, and some text) .colLeftCheckout -- check out pages positioning for left column .colMainCheckout -- checkout pages positioning for main column .siteDocs -- positioning and attributes for box at bottom that contains "About Us | Contact Us | Privacy Policy | Terms & Conditions" .pagination -- main large box on catagory pages .regSep-- the "need to register?" box in checkout
  2. This is the 3rd post you've made for the same question. Please post only once.
  3. Your category images are also called in layout.css .topCats { text-align: center; background-image: url(../styleImages/backgrounds/catBg.gif); height: 42px; color: #ffffff; margin-bottom: 15px; } .topCatsBgRight { background-image: url(../styleImages/backgrounds/catBgRight.gif); background-repeat: no-repeat; background-position: right; height: 42px; } .topCatsBgLeft { float: left; background-image: url(../styleImages/backgrounds/catBgLeft.gif); background-repeat: no-repeat; background-position: left; height: 42px; and .topCatsTabLeft { background-image: url(../styleImages/backgrounds/catTabLeft.gif); background-repeat: no-repeat; width: 7px; } .topCatsTabMid { background-image: url(../styleImages/backgrounds/catTabMid.gif); background-repeat: repeat-x; } .topCatsTabRight { background-image: url(../styleImages/backgrounds/catTabRight.gif); width: 7px; background-repeat: no-repeat; You'll find additional category templates in styleTemplates/boxes/categories.tpl for your editing pleasure. If you want the cat tabs to appear as one long bar without gaps you might try referencing the document bar images in layout.css instead of the tabs images. .docBtnLeft { background-image: url(../styleImages/backgrounds/docBtnLeft.gif); width: 4px; } .docBtnRight { background-image: url(../styleImages/backgrounds/docBtnRight.gif); width: 4px;
  4. All questions that have been answered many many times. Please do a search or read the pinned posts.
  5. add to index.tpl and cart.tpl before the last </body> tag
  6. The easiest thing to do at this point would be to drop all the tables in your database through phpMyAdmin and start over.
  7. Have you looked in your database to see if they're there?
  8. No problemo bud. Glad you got it sorted.
  9. Your site is off line so I can't help
  10. Yes that grey background is ugly. To remove it open skins/Killer/styleTemplates/styleSheets/layout.css #sessionBox { text-align: left; background-image: url(../styleImages/backgrounds/sessionBg.gif); width: 236px; height: 96px; float: right; remove the red part To move the search box just locate {SEARCH_FORM} in your index.tpl and place it where you want it. You might have to adjust the width and you can do this in layout.css as well. Your category tabs are images and also controlled in layout.css
  11. Yes, I have worked it out, Thank You, Thank You so much for your time & patience. It is very much appreciated Thank You :unsure:
  12. when you upgraded did you save your global.inc file or just upload the new copy?
  13. You'd have to upload your new index.tpl by FTP if you can. Make a backup of your old one first. Not necessary to change permissions.
  14. To get rid of the information box, just delete {INFORMATION}. How are you uploading your saved index.tpl and where are you uploading it to?
  15. I think the problem with your bullets is the center column is not wide enough but that is some nasty looking code.
  16. Here's the meta description of my site: Buy vitamins, supplements, herbal and homeopathic remedies, passion boosters and aromatherapy on-line Like Ansuk said, just plain text the software will put in the tag info keywords like this: discount vitamins,homeopathy,homeopathic remedies,Native Remedies,PMS Remedies,Kidney Remedies.increase libido,PetAlive,Just Relax, vitamins and supplements,heartworm medicine,vitamins for women,Gamma-0,gamma,revitacil,stress,nutrition resources,primal defense,whey protein,cardiac diet,7 day colon cleanse,antioxidants,prostate support,protein,aromatherapy,thanda,Ikawe,revivexxx,fertile xy,fertile xy
  17. <div class="boxTitleRight">Your head-line</div> <div class="boxContentLeft"> Use the AdSense code you wish to add here <border="0" > </div> <div class="boxFootRight"> </div> Is the code you have to copy/paste into your index.tpl. Here's the index.tpl with the code inserted: <!-- BEGIN: body --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset={VAL_ISO}" /> <title>{META_TITLE}</title> <meta name="description" content="{META_DESC}" /> <meta name="keywords" content="{META_KEYWORDS}" /> <link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" /> <link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" /> <script language="javascript" src="js/jslibrary.js" type="text/javascript"></script> </head> <body> <div id="pageSurround"> <div id="topHeader"> <div id="sessionBox"> <div style="padding: 15px 8px 15px 15px; margin: 0px;"> {SEARCH_FORM} {SESSION} </div> </div> </div> <div id="subSurround"> {CATEGORIES} <table border="0" cellspacing="0" width="100%" cellpadding="0"> <tr valign="top"> <td width="175"> {SHOPPING_CART} {INFORMATION} {CURRENCY} <div class="boxTitleRight">Your head-line</div> <div class="boxContentLeft"> Use the AdSense code you wish to add here <border="0" > </div> <div class="boxFootRight"> </div> {LANGUAGE}</td> <td style="padding: 0px 5px 0px 5px;">{PAGE_CONTENT}</td> <td width="175"> {RANDOM_PROD} {POPULAR_PRODUCTS} {SALE_ITEMS} {MAIL_LIST} </td> </tr> </table> </div> {SITE_DOCS} </div> </body> </html> <!-- END: body --> This puts your new box below the Currency box. You'll have to add your AdSense code from Google
  18. For your box just add this code where you want the box to appear in your skins/styleTemplates/global/index.tpl <div class="boxTitleRight">Your head-line</div> <div class="boxContentLeft"> Use the AdSense code you wish to add here <border="0" > </div> <div class="boxFootRight"> </div> As for the alignment of Latest products please do a search because this has been covered dozens of times.
  19. Why would you lose your database when you upgrade?
  20. Did you upload the complete upload folder? You should only upload the files within.
  21. I have done a search on your site for the word SNOWMAN and others and have no problems. I use Fire Fox so is this browser specific?
×
×
  • Create New...