Jump to content

markscarts

Member
  • Posts

    2,486
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by markscarts

  1. "PayPal" and "PayPal Pro" - actually the distinction should be, "PayPal (Standard and IPN)" and "PayPal Pro (Direct Payment/Express Checkout)" PayPal Standard & IPN - Initial Setup Cost: $0 Monthly Fee: $0 Sale Percentage Cut: ? Credit Card fees, not sure of entire fee structure Countries: Worldwide Notes: Currencies presently accepted are AUD, USD, GBP, CAD, EUR, JPY Issues: Aware of none if configured correctly
  2. I see you got the color changed to navy. OK, you've got text-decoration set as bold - that confuses CSS and you get the default underline. Acceptable values for the text-decoration property are: none underline overline strikethrough blink If you want to set text to bold, you should use the font-weight property: font-weight:bold; ALSO, are you aware that you have set the font-size for links at 85%, while the font-size for hover is at 110%? This makes the text jump large when you scroll over it - generally not a good idea IMO - you should consider setting both to the same value :wacko:
  3. OK, do a search for "move shop" by evilhomer in Installation & Upgrade forum Second thread named "renaming store" by daleross in General Support forum
  4. Ah, yes . . . the shopping cart pages have their own template. styleTemplates/global/cart.tpl
  5. Nevermind the trial and error - I looked at style.css again and I have found your error. In changing color from black to navy, you typed in "navy blue" and CSS does not understand that. Change "navy blue;" to "navy;" here: .txtDefault, a.txtDefault, a.txtLink, a.txtLocation, a.txtCatMenu{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 85%; color: navy blue; text-decoration:bold; padding:0px; }
  6. OK, searchty, I just looked and saw that you haven't edited or uploaded styleSheets/layout.css, although you did fix style.css . . . That's why it doesn't look as good as it should - no white space at all above banner and cart Please do change the values for #topHeader and up-load to your site, as this will improve the site and make it appear much the same in IE and Mozilla. As to font color, there are various places that you should go to change the fonts both in layout.css and style.css. Search for color:, as each of these will set foreground (font) colors for various elements. Make only one change at a time if you are unsure, then upload and view . . . so if you change something you do not like, you can restore it with only one change :)
  7. I use Netscape 8.0.4 to check for cross-browser problems during development. I just noticed that ns 8.0.4 has a feature under tools>options to "view like IE" and to "view like FF" May be old news to some of you folk, but news to me . . and way cool ;)
  8. Yes, but it would be of no avail to him: This guy is spamming the v.3 forum by pasting that post everywhere "latest products" has been mentioned Lottsa luck with your prob, buddy :)
  9. Looks better, but it looks as though you missed changing the padding-top to 5px in the first step. Is that the case, or not?
  10. Only three changes need to be made to one file after moving or renaming the store, read these topics: http://www.cubecart.com/site/forums/index....showtopic=12724 http://www.cubecart.com/site/forums/index....showtopic=12810
  11. Result - first of several siteDocs that do not appearr in upper navigation bar . . . The Freebies Vault is reached by a link under the categories box, and does not appear in nav bar http://cc3.biz/index.php?act=viewDoc&docId=5 I like it :)
  12. Hi searchty! Also, Mozilla (FF, ns) have a problem displaying the header padding and margins correctly. To fix this, please open styleSheets/layout.css. Under #topHeader, FIND: margin-bottom: 0px; padding-right: 9px; padding-top: 0px; Please change values to: margin-bottom: 5px; padding-right: 9px; padding-top: 5px; Under .boxContent, please add this line: position: relative; like so: .boxContent { Â Â Â position: relative; Â Â Â padding: 3px; Â Â Â font-family: Verdana, Arial, Helvetica, sans-serif; Â Â Â font-size: 75%; Â Â Â color: black; Â Â Â background-color: #F3F3F3; Â Â Â margin-bottom: 5px; } Save, close & upload. Next, open styleSheets/style.css. FIND these two blocks: .bannerCart { Â Â Â position:relative; Â Â Â margin-top: 5px; Â Â Â margin-left: 5px; Â Â Â float: right; } .banner { Â Â Â position: relative; Â Â Â margin-top: 5px; Â Â Â margin-left: 5px; Â Â Â float:right; } CHANGE margin-top values to zero: margin-top: 0px; Next, FIND the class, .txtContentTitle. Under .txtContentTitle, please ADD this line: position: relative; Save, close & upload. Done. These tweaks will be added to the zip archives of all my Fashion skins, and repaired files will be sent to everyone who purchased them.
  13. Works perfectly! Thank you again, convict :P
  14. Uh oh! Site down . . . Error message: Unknown column 'view' yet: Column is there . . . Crap . . . just realized, added new column to WRONG db Going back to fix it :P
  15. Hi there! Not only is the name a little funny, but also apparently you uploaded the "upload" folder. If you go back and read through the instructions, you are supposed to upload all the files inside the upload folder to your store directory, but you do not upload the folder itself containing all the files . . . Better to change the directory name to something like modelmekids.com/store or modelmekids.com/catalog or modelmekids.com/cart . . . and move all files from "upload" to the store folder (ie, Store or Catalog or CubeCart). Only three changes need to be made to one file after moving or renaming the store, read these topics: http://www.cubecart.com/site/forums/index....showtopic=12724 http://www.cubecart.com/site/forums/index....showtopic=12810
  16. Server Gremlins At another forum I used to frequent, occasionally the server would log a reply with an earlier time stamp than the question - all on server's time It's the Imp of the Perverse, when you least expect it . . . And some doubt that computers have a soul :^^:
  17. /me: = >gut laugh< A big thanks to bof'a you guys . . .
  18. Thanks, I was looking for a down & dirty solution that a PHP newbie could handle I need to collect my thoughts on some additional ideas before getting an all-out mod concept with plenty of bells and whistles added. :(
  19. Additional: Since .boxContent is affected, the problem could easily crop up in Latest probs as well as siteDocs and any number of places without that fix. ;)
  20. @ Estelle, it appears that the solution is simple - though it took me a long time the other day to arrive at it. I had scrapped the border long before I cured my problem with "Contact Us" failing to display. Solution posted here. I've tried the borders again since applying that fix, and it works perfectly on my site ;)
  21. OK, then let me ponder this awhile . . . if you write a mod for it, I might have other ideas to go with it and make it more versatile ;)
  22. Thanx for the tip M8, I'll work on that first then come back to my orig prob OK, should be all better now in Mozilla, I adjusted using ns, haven't seen it in FF . . . ------------- As to location of docs viewed: I want to view them inside of CC, just like site docs work now - I only want to exclude the links to certain docs, not from viewDoc.tpl as previously stated, but from boxes/siteDocs.tpl - that is to say, all I want to do is exclude certain of the links from appearing in that loop. I want to manually link to them from another area of the page - when link is clicked, behaves just like all site docs that are viewed through viewDoc :(
  23. I would like to add several site docs, but wish to prevent them showing up through viewDoc . . . [edit] I meant boxes/siteDocs.tpl To clarify, I have a number of site docs that show up through the viewDoc system, from php to siteDocs to viewDoc box template . . . that is as it should be. But I want to add other site docs that do not show up in that siteDocs menu on my site . . . I want to put links to these extra docs in a separate area on the page. Any advice on how to accomplish this?
×
×
  • Create New...