Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • drpcpro Friend
    #180161

    hello

    sorry for my english first

    how can i put images links (twitter, facebook and google+) in the right side of my header
    the same look as on ja_methys template

    thanks for your help

    drpc


    1. links
    Ninja Lead Moderator
    #465205

    <blockquote>Open templates/ja_zite/blocks/header.php</blockquote>

    add new script

    <?php if( $this->countModules('top') ) : ?>
    <div id="ja-top">
    <div class="top-inner">
    <jdoc:include type="modules" name="top" style="raw" />
    </div>
    </div>
    <?php endif; ?>

    <blockquote>Open templates/ja_methys/css/template.css</blockquote>
    Add new css script

    #ja-top {
    float: right;
    }

    <blockquote>and Go to Admin->Extensions->Module-> add new custom html module and assign top position</blockquote>

    <div class="ja-social-list"><a href="#" title="flickr"><img src="images/stories/icon-flickr.png" border="0" alt="flickr" /></a> <a href="#" title="facebook"><img src="images/stories/icon-facebook.png" border="0" alt="facebook" /></a> <a href="#" title="twitter"><img src="images/stories/icon-twitter.png" border="0" alt="twitter" /></a> <a href="#" title="digg"><img src="images/stories/icon-digg.png" border="0" alt="digg" /></a> <a href="#" title="stumbleupon"><img src="images/stories/icon-stumbleupon.png" border="0" alt="stumbleupon" /></a> <a href="#" title="feed"><img src="images/stories/icon-feed.png" border="0" alt="feed" /></a></div>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum