1. kmdaaniel
  2. Commercial Templates
  3. Thursday, 12 September 2013
  4.  Subscribe via email
I have installed j51_letterpress template and would like the Social Icons position changed - actually I would like to display them at a position on the bottom of the page as well as at the top.

Does not seem to be a Module?

How can I do this?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your current social icons? From this we can supply you with the HTML to duplicate these icons in a Custom HTML module.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Firstly set your editor to CodeMirror via your Global Configuration.

Then navigate to Extensions -> Module Manager -> New -> Custom HTML and add the following to the Custom Output...


<div id="socialmedia" style="left:0; top:0;">
<ul id="navigation">
<li class="social-rss"><a href="#" target="_blank" title="RSS">Twitter</a></li>
<li class="social-twitter"><a href="https://twitter.com/InnovareGroupAu" target="_blank" title="Twitter">Twitter</a></li>
<li class="social-facebook"><a href="https://www.facebook.com/InnovareGroupAu" target="_blank" title="Facebook">Facebook</a></li>
<li class="social-googleplus"><a href="https://plus.google.com/106687787637179490243/about" target="_blank" title="GooglePlus">Google+</a></li>
<li class="social-linkedin"><a href="#" target="_blank" title="LinkedIn">LinkedIn</a></li>
</ul>
</div>


You can then position this module in the position of your choice.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!