Jump to content

markscarts

Member
  • Posts

    2,486
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by markscarts

  1. Idara wrote: Hi Mark Thanks for your reply, yes u r right no problem with clasic skin, it shows 4 product in a row, but still there r some errors in display , the gap between two rows (when the product name is in 2 line) both in IE & FF. you can see my Test store with clasic skin Legend skin still showing 3 products in FF, fine in IE with 4 products. The gap between two product line is fine even if the product name is in 1 or 2 line the gap is maintaining in FF but not in IE. you can see My Test store with Legend skin latest product setting in Legend & Clasic skin still need modifications. looking forward for the update. Kind reagrds Mark wrote back:
  2. Thanx, I'll have to move out of this sooty cave eventually B)
  3. I think Ija is right in that the problem is with your templates!!! First, why are you specifying body attributes directly in the templates instead of in you layout.css? I had a feeling it may be something like this, because if you had correctly edited the css files BOTH index and cart should act the same. index.tp: I'll get a new text editor soon and check it out, if someone else doesn't find all the quirks first - I'm sure someone will help you very soon, though, this is a friendly forum It is a little disturbing that you have a background set in the active body tag of index and none in cart. It would seem that here lies the problem. Be aware that you are using deprecated html tags ( bg=" " ) where you should be using styles. Styles inline within the document look a little different than styles in the stylesheet. The correct way to write them in the document is: You have some bugs there for sure EDIT OK, I've got it now! bg.jpg exists; bg.gif doesn't. That's why the bg shows in index, but not cart! HERE IS THE CORRECT SOLUTION: 1. GET RID OF ALL THE STUFF BETWEEN THE HTML COMMENT TAGS 2. GET RID OF THE BG= STUFF THAT YOU STUCK INTO THE INDEX.TPL BODY TAG - BE SURE AND LEAVE THE BODY TAG ITSELF 3. EDIT LAYOUT.CSS TO LOOK LIKE THIS: <!-- body { background-image: url(http://www.wineslippers.com/products/skins/Killer/styleImages/backgrounds/bg.jpg); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body bg="http://www.wineslippers.com/bg.jpg"> cart.tpl: <!-- body { background-image: url(http://www.wineslippers.com/bg.gif); } --> </style></head> <body> As seen above, you have pasted body styles in the form they should appear in a stylesheet into thye head section of the templates - they are commented out, so they have no effect. I can only assume you pasted them there for reference while you edited the templates? At any rate, for clarity's sake, you should delete the portions you have commented out - the portions between the html comment tags: <!--    --> because you certainly don't need them. I cannot tell much about your css files yet, because I use Notepad, and they've been edited with something else which makes them difficult to read in Notepad (I know, I'm in the Dark Ages on this one). <body style="background-image:url(your_background_image.jpg);"> When we type your image URL in the browser, nothing shows, as said Iia wrote, the file doesn't seem to exist body  {    margin:5px;    background-image: url(http://www.wineslippers.com/bg.jpg); } Then everything should work just fine :D
  4. Hey Wardy, before you get carried away, read this thread, and look at my skin: Thread: http://www.cubecart.com/site/forums/index....showtopic=11502 My skin: http://cc3.biz/test/ :D
  5. @ sunshine - I'm assuming it's the Legend you're having a problem with? I'm on my way out the door, but will look into it when I get in this eve. I've noticed how the "Latest Prods" title gets cut off in the Legend. I've found it to be an issue with the stock skin as-is, and corrected it on my first store. I'll correct it on this skin as well . . . @ jbdancer - the skins will be available at cc3.biz. The store is not quite functional yet, but my skins and tutorials will be very cheap, from 99 cents to 4.99 and free for licensed CC users You can visit my store, but the gateway and usergroups aren't set up yet, and the look will be changing daily as I settle on a final look for the store. You can view the skins at test stores right now, and the ones I'm actually working on at any given time can be seen at cc3.biz/test/ http://cc3.biz/
  6. Thanks for everyone's help in de-bugging my Classic Full Screen. I have a Legend full screen and a couple of other very basic skins that are nearly completed. I look through the skins with Netscape and IE . . . but would like to get feedback from users with different browsers. If you see a problem, please point it out along with your browser name and version and your screen resolution. Thanx a million! Stock Legend skin, full screen version Deep Blue Urban skin
  7. ROFL - Now we will be selling very similar skins!
  8. Wow, you're using the skin shawn's been asking for . . . I've been making one like that myself, haven't finished yet.
  9. Hi, I can help you, but can't promise how quickly. The easiest way would be for you to zip a copy of your skin's complete file, and let me check it out. At the very least, I will need to see layout.css, styles.css, global/index.tpl and global/cart.tpl.
  10. @ shawn, now that I've seen the store, I'm developing a skin that will be very similar to that one. It is not completed, so don't bother with bug reports just yet, but if you'd like to check my progress on it, you can send a PM and I'll send you a link.
  11. . . . WHICH would probably be a worthwhile mod/hack IMO If I knew the programming, I'd make one. At present, cats & subcats can have a NAME and an IMAGE associated with them. Adding the potential for a DESCRIPTION and possible a SUBTITLE would be very useful, IMO . . .
  12. Thanks, Vrakas, of course I've tried it w/o the www - but I haven't yet bypassed my proxy settings. A bit of a PITA just to see a website Bypassed proxy, now I can buy all the handbags my heart desires BTW, looks like a good program you're using there. I just use a standard screenshot utility. . .
  13. :D Look in the DOWNLOADS section, under CubeCart 3 Hacks & Modifications , in the Tutorials & Documentation category - the file changeLogo.zip is a A Visual Guide to Customizing Your Header in CubeCartâ„¢ 3 !!! This visual reference consists of 9 pages in the PDF format, explaining how to create the right images and adjust the correct styles for changing the look of your header in Classic, Killer and Legend skins. It is written for folk who have little or no knowledge of styesheets, etc. and I hope it is easily understood, and forms a practical guide to lead them through the process. Download it, have a look, and let me know what you think of it . . . Mark
  14. Thanks for the screenshot! I still can't get that page to load for some reason My avatar is showing . . . it is a li'l red "x" Actually, I haven't re-created thumbnails for my glassware store yet, which is where I get my avatar. @ shawnlovebaobao, the skin will be very simple to create . . . however the dropdowns for mfg, cat, price would have to be a separate mod from skin. I'd be glad to help if you can't find a reasonable "skinner" . . . the skin should not cost $100, unless you have to have the drop-down mod with it. Good luck!
  15. New in the Downloads Section! 9-page Visual Guide to changing logos, all skins, PDF format. Enjoy :D
  16. Sorry about the hi-jack, timecrisis But thanks for all the info, guys. I have a rough idea of which two I'm going to try out first :D
  17. File Name :: A Visual Guide to Customizing Your CubeCartâ„¢ Header Author :: markscarts Category :: Tutorials & Documentation Description :: This is the "CC3.biz Visual Guide to Changing Your CubeCartâ„¢ 3 Logo." The tutorial is aimed at helping folk with little or no knowledge of stylesheets to get their own custom logo displayed in the CubeCartâ„¢ header. The tutorial is 9 pages in the Adobe PDF format. Updated Tue, Nov 22 2005 6:12 am View File
  18. Hi Frank, I do not know that this is necessarily the best way to do it, but it is a suggestion of a way that I would find easy to do . . . 1. Instead of adding a category, add a site document, "Weddings." 2. Add photos, text, etc. and your instructions. 3. Place a link to the Weddings page up in the category box as though it were another category. You would write the link in HTML on the categories.tpl which you will find in your_skin/styleTemplates/boxes/categories.tpl Adding links there is covered in the forum in many places . . . folk like to place their home site URL there - a search may help you in placing links there if you need the help.
  19. Failure To Connect To Web Server Failure To Connect To Web Server <heh heh> Still not working for me. Must be a DNS problem between here and there. Anyway, I've tried both times you've posted to see what you are talking about; just can't see it :)
  20. Nightywolf, the background colors on the item list (light blue on your site) are set syle.css: .tdEven { background-color: #FFFFFF; } .tdOdd { background-color: #EBEDFE; } . . . for the store, and for the list of items in the cart it is: .tdcartEven { background-color: #EBEDFE; } .tdcartOdd { background-color: #FFFFFF; } As to the white surrounding background in the cart, that is a bit of a puzzler. Is evilhomer digging into it for you? I can help if e.h. isn't on it already; otherwise, he'll have it figured out pretty quickly anyway. :)
×
×
  • Create New...