sabin Posted June 13, 2013 Share Posted June 13, 2013 Hello, What part of the code do I have to modify to add a facebook like button under my page logo? Can anybody help me ? The desired location is in the picture. The site is http://www.alternative-naturiste.ro/ Thannk you. Link to comment Share on other sites More sharing options...
vekia Posted June 13, 2013 Share Posted June 13, 2013 hmm you can use free module like html box or content box, paste your like button code to the div: <div style="position:absolute; top:100px; left:20px;"> YOUR CODE HERE </div> then use this code in the TOP hook: you can manipulate with top & left params in the <div> to place button exactly there, where you want you can aslo move the module under the modules > positions tab in BO 1 Link to comment Share on other sites More sharing options...
sabin Posted June 13, 2013 Author Share Posted June 13, 2013 hmm you can use free module like html box or content box, paste your like button code to the div: <div style="position:absolute; top:100px; left:20px;"> YOUR CODE HERE </div> then use this code in the TOP hook: you can manipulate with top & left params in the <div> to place button exactly there, where you want you can aslo move the module under the modules > positions tab in BO Thank you for the answer. If the logo was in any module I would modified the .tpl and include the code for the Facebook button in there. I am interested in that button to appear right under the logo. Is there any other way in which this task can be accomplish without the use of any additional free module? Link to comment Share on other sites More sharing options...
vekia Posted June 13, 2013 Share Posted June 13, 2013 in this case you can: - edit your theme header.tpl file, put your code there. 1 Link to comment Share on other sites More sharing options...
sabin Posted June 13, 2013 Author Share Posted June 13, 2013 in this case you can: - edit your theme header.tpl file, put your code there. Thank you, header.tpl was the solution. Link to comment Share on other sites More sharing options...
vekia Posted June 13, 2013 Share Posted June 13, 2013 you're welcome thanks for information, now i can mark this thread as [solved] 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