Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. If you're referring to the ix webhosting banner just wrap the img code in <div align="center"> </div>
  2. You can easily add a page through your admin control panel in Site Documents. You can create a new document called Links with your links added and it will show in the site docs menu.
  3. You can post the contents of your includes/global.inc file
  4. Go to your Pay pal account in the Profile tab.
  5. What directory is your store in? Root or upload. When you uploaded your files did you upload the upload directory as well or just the files. If you uploaded the directory, then there's your problem. Should have been just the files to your root.
  6. Your store should be on line by default unless you've turned it off. What is the url.
  7. roban

    ssl problem

    You should download the editconf file from the Downloads sectiuon. You might have not created it properly.
  8. Can you please post the contents of your includes/global.inc file. You should not post the passwords. All I am interested in are the paths.
  9. Do you have permissions set for your images directory at 777?
  10. roban

    Copy Database

    The error is saying that access to the database for the user name and password you are using is not correct. Are you populating an empty database? How large is the file?
  11. Hi Marina and welcome to Cube Cart. Go to cubecart.org. I think there is a Portuguese language file there. As to your image problem there could be several reasons for this. Make sure your host has GD installed and operating. Can you give us the URL of your site please.
  12. In your home page you have this: <p> </p> </font></font></font></span> <p> </p> <p> </p> <p> </p> </font></font></font></span></p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> Which is giving all that white space before your random products. Also I would make the blue text smaller. Your center box is expanding to contain it all.
  13. Much better. Now you've made a style statement. What are you selling?
  14. The tabs are 3 images and can be found in layout.css .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; The bar itself is also 3 images: .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; Remove the whole lines background-image: url(../styleImages/backgrounds/.......); in each case to remove the images completely. If you want to just remove the tabs only remove those references. The text is white by default and you can change the color in style.css: .txtCat { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; Changing it to #000000 will give you black text. The text will appear without the tabs. I believe there is a mod at cubecart.org for moving the categories to a side box.
  15. Has the email address been attached to a verified Pay Pal account? Are you able to log on to Pay Pal using the email address? Have to contacted Pay Pal about the problem?
  16. $glob['rootRel' ] = '/walknpower/' ; Should be $glob['rootRel' ] = '/' ;
  17. Here's a very simple side box code: <div class="boxTitleRight">Your head-line</div> <div class="boxContentLeft"> Use the code you wish to add <border="0" > </div> <div class="boxFootRight"> </div> Put the title you want in place of 'Your head-line' and the code or text or image in place of 'Use the code you wish to add'. Paste this code into your skins/your skin/styleTemplates/global/index.tpl file anywhere you want the box to appear.
  18. You are in desperate need of images. Take a look at a site I worked on awhile ago click2rock dot net
  19. Sparse. Too much white space. The banner looks like it was dropped there and the designer walked away. The site needs to be tied together. I didn't get any further than home page.
  20. See if you can find the Category Description mod at cubecart.org. This might do what you want.
×
×
  • Create New...