noesac Posted August 25, 2010 Share Posted August 25, 2010 I noticed in 1.3.1 there's a double space before "products" in the top right hand corner (screenshot below): http://i35.tinypic.com/1q3nsy.pngI looked inside blockuserinfo.tpl and couldn't find this extra space! Link to comment Share on other sites More sharing options...
Bruno Leveque Posted August 25, 2010 Share Posted August 25, 2010 Hi noesac,I tried to reproduce this issue:http://img838.imageshack.us/img838/9437/shurese210soundisolatin.pngCan you post the HTML source code of this part of the page? I think the issue is just due to your fonts.Regards, Link to comment Share on other sites More sharing options...
noesac Posted August 25, 2010 Author Share Posted August 25, 2010 Here you go, I've pasted it below. I have only made one mod to this page and I don't think this caused the problem, because it worked perfectly on my old v1.2.5 site? <!-- Block user information module HEADER --> {l s='Welcome' mod='blockuserinfo'}, {if $logged} {$customerName}({l s='Log out' mod='blockuserinfo'}) {else} {l s='Log in' mod='blockuserinfo'} {/if} <!-- MOD *MOVED CLOSING LINK TAG TO MAKE THE WHOLE PRICE A LINK BACK TO THE SHOPPING CART* --> {l s='Cart:' mod='blockuserinfo'} {$cart_qties} {l s='product' mod='blockuserinfo'} {l s='products' mod='blockuserinfo'} {if $cart_qties > 0} {if $priceDisplay == 1} {convertPrice price=$cart->getOrderTotal(false, 4)} {else} {convertPrice price=$cart->getOrderTotal(true, 4)} {/if} {/if} {l s='(empty)' mod='blockuserinfo'} {l s='Your Account' mod='blockuserinfo'} <!-- /Block user information module HEADER --> Link to comment Share on other sites More sharing options...
Bruno Leveque Posted August 25, 2010 Share Posted August 25, 2010 This seems to be some Smarty code Can you post the HTML part (Firefox or IE > "Show source code"), thanks. Link to comment Share on other sites More sharing options...
noesac Posted August 25, 2010 Author Share Posted August 25, 2010 Ok Link to comment Share on other sites More sharing options...
Bruno Leveque Posted August 25, 2010 Share Posted August 25, 2010 I visited your shop... you forgot to tell us you had a custom design.I inspected your CSS code, you got an error here: #header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; } Put 0 instead of 0.5em and the issue will be solved.Regards, Link to comment Share on other sites More sharing options...
noesac Posted August 25, 2010 Author Share Posted August 25, 2010 Great thanks Bruno, sorry I should have mentioned it has been heavily modified. I don't use a theme however, just the original files (is this still considered a custom design?) Link to comment Share on other sites More sharing options...
Bruno Leveque Posted August 25, 2010 Share Posted August 25, 2010 That's the same thing You took the original files and modified them = customThe most important thing is that now everything will be ok on your shop, don't worry.Regards, Link to comment Share on other sites More sharing options...
mir-aus Posted April 30, 2011 Share Posted April 30, 2011 I have problem with muy shop logo. every time will show as a https:// even the url not https: ??any suggestion.? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now