Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. Welcome to CC M8. It's always nice to have another Zen convert on board. I think if you center the 'issue 1, issue 2' etc, it would look fine. You can take care of that in layout.css
  2. Damn nice work bud. You've managed to get rid of the common CC look. Your prices are very good and I might find myself buying from you. The only thing that came to my mind was the mouseover color being too light to read but that might have been your intention. Of course there's the &nbsp in the meta description tag and that tag is way too long anyway. It needs to be at most 18 words. I hope you'll do a Google SiteMap when you get more product. I'd be glad to help you out there for some of your expertise in coding. Nice job!
  3. A simple search would have netted you this: http://www.cubecart.com/site/forums/index....7&hl=background I hope it helps.
  4. roban

    Embroidery store

    No problems here in FF. Loads fast for me.
  5. roban

    Embroidery store

    Nice work. A couple of things: I agree with evilhomer and since you are only taking AUD and the only language is English you really don't need those boxes. The counter is a problem for me as well. That should be at the very bottom and out of the way. Getting rid of those boxes will open alot of valuable real estate where you can put some customer testimonials or boxes for specials.
  6. OK bud since you are using Killer skin as I am and I have added adsense to my site here's the deal: You are going to create a box and put the google script inside. Mine is on the right side (see my vitamin site). This code goes into your index.tpl. The google code is in red, everything else is the box code. <div class="boxTitleRight"></div> <div class="boxContentLeft"> <script type="text/javascript"><!-- google_ad_client = "pub-4608307379022091"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text"; google_ad_channel =""; google_color_border = "336699"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "008000"; google_color_text = "000000"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <border="0" > </div> <div class="boxFootRight">&nbsp;</div>
  7. I remember it because my 2 cents in that discussion was to create a jpeg with text.
  8. There was a thread about adding text as well as images in category view. I remember seeing it. I will do a search.
  9. Add this to your index.tpl <div class="boxTitleLeft">your title</div> <div class="boxContentLeft"> Your Code <border="0" > </div> <div class="boxFootLeft">&nbsp;</div>
  10. roban

    New to CubeCart

    If your store is online please give us the web address so we can see what you are talking about.
  11. http://www.cubecart.com/site/forums/index....latest+products
  12. I like the way your header fades into the main body. Nicely done. One problem is your Session box becomes hidden by your sub cats.
  13. Please do a search for 'latest products'. This has been covered dozens of times.
  14. You can do this in index.tpl found here: *note that this is the index.tpl for Killer skin and yours might be slightly different. \skins\your skin\styleTemplates\global\index.tpl <!-- 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} {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> Add your text here and put text between these tags <div align="center"> </div> </body> </html> <!-- END: body -->
  15. roban

    Problem

    Please try a search of the site for your problem as this has been answered.
  16. maybe this will help: http://www.cubecart.com/site/forums/index....=10465&hl=https Search of this site:https
  17. The requested URL /clothes/index.html cannot be found. Recheck your address and try again.
  18. I don't think I'm in the UK, at least I wasn't when I woke up. I am in the USA. Are you using " " to enclose your path? It should be ' '
  19. You would have to create a new <div class> in layout.css with your preferences and then add or change skins\Killer\styleTemplates\boxes\categories.tpl adding your code, something like this: <div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div> <div class="boxContentLeft"> <ul> <div class="your new style name"> <a href="index.php" title="{LANG_HOME}"> {LANG_HOME} </span> </a> </div></li> <!-- BEGIN: li --> <div class="your new style name"> <a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" title="{DATA.cat_name}"> {DATA.cat_name} </span> </a> </div></li> <!-- END: li --> <!-- BEGIN: sale --> <li class="bullet"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtDefault">{LANG_SALE_ITEMS}</a></li> <!-- END: sale --> </ul> </div> This will give you a category list on the left column. If you want to keep the original categories and add the side box as well you'll add the code to your categories.tpl and play with the alignment and </div> tags.
  20. '/home/sites/www.yourdomain.com/web '; It should be like the above hopefully with www.yourdomain.com being replaced with your actual directory name and not a url. The 'web' directory you have there should be your root directory. For instance one of mine is: $glob['rootDir'] = '/home/teeshirt/public_html';
  21. For you bud, anytime User-agent: * Disallow: /index.php?act=login&redir Disallow: /cart.php?act=reg&redir Disallow: /index.php?act=taf
  22. The site maps are specifically Google Site Maps and require a Google account which is free. My program filters sessions and all errors, creates a robots.txt of its own and has the ability to retrieve Google references already on the Web.
  23. There is a mod available called search engine friendly mod for CC 3.02 that is worth checking out. You'll find it in the Downloads section. I have done a lot of Google Site Maps for CC stores and have reports that products are found more easily and in greater numbers than before it was implemented. Backlinks to and from relevent sites is important as is content and keyword optimization. One of the biggest factors is 'time'. It takes 6 months at least for a site to show progress. Other things to consider are 'alt' tags for your images as spiders don't crawl images, keyword density and relevency and good title, description and keyword meta tags.
×
×
  • Create New...