arthurg Posted October 7, 2013 Share Posted October 7, 2013 (edited) I'm trying to move the "user info block" but it seems attached to the shopping cart, I can use css position absolute or javascript but I'm looking for a better solution, any ideas? Thanks in advance. Edited October 11, 2013 by arthurg (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 8, 2013 Share Posted October 8, 2013 so you want to move only "bienvenido | entrar" ? not whole block user info module ? Link to comment Share on other sites More sharing options...
arthurg Posted October 8, 2013 Author Share Posted October 8, 2013 (edited) so you want to move only "bienvenido | entrar" ? not whole block user info module ? Yes, only "bienvenido|entrar", I think they are "Welcome|Login" in English. Edited October 8, 2013 by arthurg (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 10, 2013 Share Posted October 10, 2013 without modification of module .tpl file it isn't possible. open blockuserinfo.tpl file and move code: <p id="header_user_info"> {l s='Welcome' mod='blockuserinfo'} {if $logged} <a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='View my customer account' mod='blockuserinfo'}" class="account" rel="nofollow"><span>{$cookie->customer_firstname} {$cookie->customer_lastname}</span></a> <a href="{$link->getPageLink('index', true, NULL, "mylogout")|escape:'html'}" title="{l s='Log me out' mod='blockuserinfo'}" class="logout" rel="nofollow">{l s='Log out' mod='blockuserinfo'}</a> {else} <a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='Login to your customer account' mod='blockuserinfo'}" class="login" rel="nofollow">{l s='Login' mod='blockuserinfo'}</a> {/if} </p> to the top of the file: effect: 1 Link to comment Share on other sites More sharing options...
totallighting.sk Posted November 30, 2013 Share Posted November 30, 2013 Thx, it`s working, but I`ve logo with 980px widht, so probably I`ll need to edit global css file, or any other... Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2013 Share Posted December 1, 2013 Thx, it`s working, but I`ve logo with 980px widht, so probably I`ll need to edit global css file, or any other... yes defiinitely it will be necessary i checked website from your signature, i suppose that you're talking about this website but ... i don't see any changes there can you shed some more light what you exactly want to achieve and where? 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