Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. roban

    Opinions

    Black and white is my least favorite color scheme. As to your products...well..it's alla mater of taste. Not mine I'm afraid.
  2. Not a CC issue I'm afraid. Just how are you printing a page? From the web?
  3. roban

    Meta Tag

    That tag is only to verify your Google Site Map and that you actually own the site. Here's a head coding for a site of mine as an example which includes my Google meta tag: <head> <title>Alternative Health Supplements and Vitamin Nutritional Supplements - Visit Vitaminlink.net</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Buy vitamins, supplements, herbal and homeopathic remedies, passion boosters and aromatherapy on-line"> <meta name="keywords" content="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"> <meta name="author" content="Robert Anthony"> <META name="verify-v1" content="NVwnL2v2ynBw7AB8TOZDWyuO7Oqti02RLfi3fMsBqDE=" /> <link href="favicon.ico" rel="image/x-icon"> <link href="favicon.ico" rel="shortcut icon" type="image/x-icon"><link href="/skins/new_vision_yellow/customer/styles.css" rel="stylesheet" type="text/css"> <link href="/skins/new_vision_yellow/customer/js_menu/theme.css" type="text/css" rel="stylesheet"> </head> Now, open your skins/your skin/styleTemplates/global/index.tpl and you'll see something like this: <!-- 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> Paste your <meta name="verify..........> tag anywhere before the </head> tag and upload it. Then go back to Google Site Maps and click on the 'Verify' link.
  4. Copy all files to the root of your site and change the path information in global.inc file to reflect the new path to your store and files. The $glob['rootRel'] = 'CubeCart'; will change to $glob['rootRel'] = ''; as well.
  5. Look in your style.css file: .tdEven { background-color: #FFFFFF; } .tdOdd { background-color: #EBEDFE; change the background color of the tdOdd to #FFFFFF
  6. You'll find it in your home.inc file
  7. Take a look at your image properties (right click on the image and choose properties) in fckeditor in admin control panel/Home Page. In the alignment choose 'top'.
  8. When you edit your home page in the editor it is stored in a file in your language directory. This file is home.inc and can be found at language/en/home.inc. The layout.css file controls site wide layout and this can be found at skins/Killer/styleSheets/layout.css
  9. Nope, no ideas but thanks for posting your experience.
  10. I'm glad it worked out for you and thanks for posting the results. It will help others.
  11. roban

    Slow website?

    Web hosts certainly can account for speed, especially shared hosting. There could be hundreds of other sites being served on the same box as yours and that will affect your speed. I know that mine was having a problem with CPanel and e-mail servers and when they resolved the issue the speeds went way up. For a true measurement of your servers speed do it over time. Google 'test server speed' and test your site over a few days.
  12. I totally agree with you and this is a server issue and not a Cube Cart issue. MY permissions on the file were set at 644 and I was able to edit with no problems while others have a problem. I suggest getting in touch with your host support and discuss this with them.
  13. From my experience it is wise to use 1 mod at a time, test it for awhile before adding others. It is not possible to know what effect coding has on other files and how they react. I had installed an email mod at one time and the order confirmations I was getting were totally blank. If I were you I would backtrack by removing mods and see if that helps. If it does then you know who the culprit is. You should also get in touch with the modder from whom you bought the mod for tech support. This forum does not provide support for 3rd party mods.
  14. You could have just upgraded your original database and kept everything.
  15. The site is looking very good. I have no problems in figuring out what you are selling I agree about the front page scrolling and I would like to see some better product descriptions that will make me think I can't live without your magazines. I might have bought a computer subscription from you but your description didn't make my mouth water.
  16. No it's because you need to change the permissions on your language/en/home.inc file to 777 then edit and change the permissions back to what they were. Some servers have this issue and we don't know why. Also please do a search on this board because this question has been answered dozens of times and a simple search would have netted you an answer.
  17. Probably has something to do with that </table> tag right before it.
  18. Using Firefox i don't see the text you are talking about.
  19. The largest I ever worked on was in the 20 MB range.
  20. How about some more information, like URL to your site, global.inc configuration, how you set your store up...anything so we can help you. It sounds like you have an incomplete file upload in admin directory.
  21. roban

    Tyre ecart

    You can always direct your links to or from Cube Cart. Since this is a full-featured cart system it would be a better idea to add your stock to Cube Cart with images, descriptions and pricing and integrate your current search system into the cart. I have been able to do that successfully. The current search system would not apply itself readily to your needs.
  22. roban

    New Store

    Nice job on the design. I'm not crazy about the categories box and session box. You'll get it looking more integrated as you go along.
  23. I think that's because it is set to only show products that were last added, not deleted and re-enabled. There is a mod at org that will allow you to choose which ones are added to Latest Products.
×
×
  • Create New...