Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • SHoggard Friend
    #147503

    I need to add an “absolute module position” to the template to display Twitter Follow Me outside the template boundaries (far right) in a conventional framework it’s pretty simple, but the new JA framework has me confused.

    Where do I find this?:-

    Template Manager > select your template > select Edit Html > Insert the following code before any other module position,

    prakash Friend
    #328858

    To insert an absolute module position to the far right

    open this file
    templatesja_teline_iiilayoutsdefault.php

    just after the body tag you could put your absolute module position and divs…

    SHoggard Friend
    #328954

    So that would be:-
    <blockquote>Line 43<body id=”bd” class=”fs<?php echo $this->getParam(JA_TOOL_FONT);?> <?php echo $this->browser();?>”>
    New stuff @ Line 44: <?php if ($this->countModules(‘absolute’)) : ?>
    <div>
    <jdoc:include type=”modules” name=”absolute” style=”xhtml” />
    </div>
    <?php endif; ?>
    Line 45 <div id=”ja-wrapper”>
    <a name=”Top” id=”Top”></a></blockquote>
    Have I got that right?

    prakash Friend
    #328960

    yes… just after

    <body id="bd" class="fs<?php echo $this->getParam(JA_TOOL_FONT);?> <?php echo $this->browser();?>">

    and before

    <div id="ja-wrapper">
    <a name="Top" id="Top"></a>

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

This topic contains 4 replies, has 2 voices, and was last updated by  prakash 14 years, 9 months ago.

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