claudio Posted January 8, 2013 Share Posted January 8, 2013 (edited) Hi, I'm currently using PS v1.4.6.2, recently the following pages started loading with issues such as the font size being completely incorrect (larger then normal); My Account-->Order History My Account-->Merchandise Returns My Account-->Credit Slips My Account-->My Vouchers Check-out Page Please see the attached images which show the font size and in some cases such as the check-out page, the totals appear incomplete and the decimal values do not appear. Could someone please point me in the right direction to resolve this issue? Thanks! Edited January 22, 2013 by claudio (see edit history) Link to comment Share on other sites More sharing options...
claudio Posted January 9, 2013 Author Share Posted January 9, 2013 Can anyone please help? Thx Link to comment Share on other sites More sharing options...
vekia Posted January 9, 2013 Share Posted January 9, 2013 can you create a temporary customer account in your shop and paste here url to it? We of course can help but without access to template (or shop) is hard to help Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 9, 2013 Share Posted January 9, 2013 Most likely it is a simple CSS fix but as mentioned, without access to the shop it is difficult to help. Marty Shue Link to comment Share on other sites More sharing options...
claudio Posted January 11, 2013 Author Share Posted January 11, 2013 Thanks for the replies, I've setup a test account as requested. URL: www.stopshop.co.za Username: [email protected] Password: 123456789 Thanks for helping, I appreciate the assistance. Cheers! Link to comment Share on other sites More sharing options...
claudio Posted January 15, 2013 Author Share Posted January 15, 2013 Hey guys, Was wondering if any of you had a chance to log into the test account yet? Cheers! Link to comment Share on other sites More sharing options...
vekia Posted January 15, 2013 Share Posted January 15, 2013 cart_product cart_description cart_ref cart_unit cart_quantity cart_total cart_delete you can edit / create this classes in global.css and change font-weight, font-size paramanters Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 15, 2013 Share Posted January 15, 2013 A simple fix, as far as the cart is concerned, would be to simply add 'font-size: .9em' to the class '.std thead th' as follows Original .std thead th { color: #333333; font-weight: bold; height: 24px; text-align: left; white-space: nowrap; } Corrected .std thead th { color: #333333; font-size: 0.9em; font-weight: bold; height: 24px; text-align: left; white-space: nowrap; } Of course, change the font size to what you like best. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
claudio Posted January 15, 2013 Author Share Posted January 15, 2013 Thanks guys, will give it a go and report back accordingly. Cheers! Link to comment Share on other sites More sharing options...
claudio Posted January 16, 2013 Author Share Posted January 16, 2013 Hi guys, Tried to resolve the issue but don't seem to be coming right, could you please check my attached global.css and help me out please? Thx! Link to comment Share on other sites More sharing options...
claudio Posted January 16, 2013 Author Share Posted January 16, 2013 Sorry, forgot to attached the file.. global.css Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 16, 2013 Share Posted January 16, 2013 For the solution that I offered simply go to line #379 in your global.css and add the following font-size: 0.9em; That fixed the cart page for me. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
claudio Posted January 17, 2013 Author Share Posted January 17, 2013 Thanks Marty, I added the line but the change didn't reflect (force compile on, cache off and browser cache cleared). I also tried replacing the original global.css file from my theme which I kept since I purchased it almost 2 years ago and that didn't help either. If for example I load the default PS theme, then all is well so it's definitely something to do with the theme.. :-s Link to comment Share on other sites More sharing options...
yaniv14 Posted January 17, 2013 Share Posted January 17, 2013 (edited) Try adding this line where Marty said instead: table tbody tr td {font-size:11px;} if its not working try: in your back office -> Advanced parameters -> Performance. try to put all CCC to origin (Keep CSS as original) -> Save and check again, Edited January 17, 2013 by yaniv14 (see edit history) 1 Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted January 18, 2013 Share Posted January 18, 2013 Thanks Marty, I added the line but the change didn't reflect (force compile on, cache off and browser cache cleared). Not sure what to tell you then. It worked just fine for me while on your site. You might try adding !important to the CSS I gave you just to make sure another rule is not overriding the font size. Without further access to your site that is all I can think of. Marty Shue Link to comment Share on other sites More sharing options...
claudio Posted January 22, 2013 Author Share Posted January 22, 2013 To everyone that helped, thx! The problem was solved by Mimbex, anyone that has the same issue should contact him on the forum for help (highly recommended). Cheers! Link to comment Share on other sites More sharing options...
Recommended Posts