Jump to content

Chargin

Member
  • Posts

    171
  • Joined

  • Last visited

Everything posted by Chargin

  1. Hi Bergii, I havent even read the .org thread, my notification emails from there never work... Ill go over and take a look soon. but dont lay this thread to rest just yet hehe Id like to see how this is done exactly using CSS, ie what code do we add and where?
  2. Heres a page on the site http://www.boat-brokers.com.au/index.php?a...mp;productId=18 As you can see in the images, there are some written reports, but they are very hard to read. I have the limit set at 540 pixels, thats not really high enough to make these readable. Is there any way to alter the way the images are resized, ie one limit for width and one for height, so whichever is the larger on the original is set to this limit?
  3. BRILLIANT I should have asked here first instead of spending 45 minutes looking at all the CC files.... Thanks
  4. I have several pages with --> --> on them, Ive looked everywhere to find them but cant. Any hints on where I might find these in the code? heres a link to one of the pages- http://www.boat-brokers.com.au/index.php?a...7e9a003f257d0c9
  5. I really need this too. At present the print function prints the navigation on the left side of the page which makes the content shift off the right hand side of an A4, looks really bad. Perhaps we should post on .org?
  6. AHA Thanks I found it .boxContent { border-top: 0px solid #A8B4B0; border-right: 0px solid #5E85CF; border-bottom: 0px solid #5E85CF; border-left: 0px solid #5E85CF; padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%; color: #000000; <-----this line was 333333 background-color: #FFFFFF; margin-bottom: 5px; I just search for the colour number, its in layout.css. Why does it default to dark grey is what Im wondering now..?
  7. I have a customer who is being very picky about his site... One of his complaints is that the text is "fuzzy" and not as black as his old site. Hes right, the fonts on his store are all dark grey, not black. Black was the selected colour in fckeditor so whats up? Heres a good page to see it on, the price at the bottom is in a large font. http://www.boat-brokers.com.au/index.php?a...mp;productId=13 I did a screen grab and checked it in photoshop and its definately not black. I had a look for font colours in the code, only saw 000000 and ffffff, black and white..
  8. by 007 do you mean permissions on the thumbnail folder? What should it be?
  9. If I got to the category in question in the store there are no products, but if I viw the catagory in admin, it shows 3 as the number of products, theres no way I can remove these as they are not really there. must be a database problem, how can I fix this up?
  10. When I go to "view products" and get the list of all the products with their thumbnails, some of the thumbs are way too big, they are using the thumbnail because the resolution is correct, just the image size is too large, so they appear very pixelated. They do appear correctly in the store though. How can I fix this?
  11. Hmm that didnt do it for me, makes the final url earthboundmedicine.com.au/cartmodules/gateway/Print_Order_Form/orderForm.php cartmodules is wrong..... Still get sent back to the cart after selecting postal.
  12. When images are tall, portrait, they become narrow in CC. How can I have a setting for height and width? There must be a GD setting somewhere?
  13. Chargin

    image manager

    Im with you, Id really like to be able to order the images also, but on the page.. A client has 20 or so photos of a boat, he also has scans of a written survey of the boat, these surveys need to be grouped together in the images.
  14. Im not using stock levels on this site. From memory I think it shows as pending. I get Paypal emails to verify the payments.
  15. I just gave up and changed the text in the language file from "your order has failed" to "Thanks for your order" !!! LOL it works and I couldnt figure out how to fix it. I know I could run into problems but its better than it was.
  16. To answer your questions... 1, look in layout.css for .boxTitleLeft and .boxTitleRight. Make the changes there for the side box title colours. 2, To make certain text a certain colour, use a class in the HTML... class="mystyle" and in the CSS files use .mystyle{}. If you wanted to add it to a band of text, use <span class="mystyle">styled text</span>. 3. To change the table row product text colours... look in style.css for .tdEven and .tdOdd, as well as .tdcartEven and .tdcartOdd. To change the hyperlink only, add, for example, .tdEven a {} and .tdEven a:hover {} with your new style information. Have fun! Wow thanks for taking the time to explain all that. Ill document here for others what I came up with after reading this. To change the text for category titles in list/category view go to viewcat.tpl and find this string <td valign="top" class="{CLASS}"><a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self" class="changethis"><strong>{TXT_TITLE}</strong></a><br /> Edit changethis to whichever style you choose. Thanks so much for your help.
  17. Im converting an older cart I was using to CC. One page for eg is hats, and theres 3 types of hats, each taking a third of the page, can I do this in CC?? http://www.lawnbowlsshop.com.au/html/ladie...bowls_hats.html
  18. Hi Peppy, the problem is though (I think) that the 2 texts Ive out lined share the same colour... I know how to change that colour, I made it white and it was black... but how do I "divide" them so the product names dont share the same style??
  19. The product names dont stand out in white, but I want white in the sidebar.. Can I assign a different style to this text? Along that same line, how would I do this same trick for any text, where are all the "This text"= "This style" if you know what I mean?
  20. AHA, yes thanks, I now have some strange behavior after running that mysql query though, Ive posted on the thread you linked to to try and get some help.
×
×
  • Create New...