CameraTek Posted February 11, 2013 Share Posted February 11, 2013 (edited) Hi all, If you have a look on my site http://www.tekplanet.co.uk and on the right hand side you see the green Live Support, what I'm trying to do is move it up to where them share bubbles are. I've tried to move it to the hook but wont let me. Any one with any suggestions? Cheers Andy Edited February 11, 2013 by CameraTek (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted February 11, 2013 Share Posted February 11, 2013 Try this in blockpslivezilla.php add this function public function hookDisplayTop($param) { return $this->hookRightColumn($params); } then transplant module to top hook. Link to comment Share on other sites More sharing options...
CameraTek Posted February 11, 2013 Author Share Posted February 11, 2013 Thanks for the reply. I done the changes but it doesn't look as what I was expecting http://www.tekplanet.co.uk . Is there a way for me to move the module to the right hand side of the page. Cheers Link to comment Share on other sites More sharing options...
razaro Posted February 11, 2013 Share Posted February 11, 2013 Yes change start of code to <div id="blockpselivezilla_block_left" style="width:190px;text-align:center;margin: -5px 0px 5px;padding:0px;float: right;"> But not sure if this is from back office or in tpl file. Link to comment Share on other sites More sharing options...
CameraTek Posted February 11, 2013 Author Share Posted February 11, 2013 Thank you very much for your help. It's looking much much better now. It was in the .tpl file. I have another question for you, if you can help :-) Have a look at this thread for me and see if you have any suggestions for me http://www.prestashop.com/forums/topic/224294-change-order-received-email/page__p__1103774#entry1103774 Cheers Link to comment Share on other sites More sharing options...
razaro Posted February 11, 2013 Share Posted February 11, 2013 Glad it works. Could you just help moderators and edit topic title and add [sOLVED]. Link to comment Share on other sites More sharing options...
CameraTek Posted February 11, 2013 Author Share Posted February 11, 2013 How do I change it to solved? Link to comment Share on other sites More sharing options...
razaro Posted February 11, 2013 Share Posted February 11, 2013 To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. 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