Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • amlugil Friend
    #119754

    Hello.
    I’d need to put a link in the where the leftcol-deco1 images rotate and alternate, here in the index.php

    <!– BEGIN: LEFT COLUMN –>
    <div id=”ja-leftcol” style=”background: url(<?php echo “$ja_template_path/images/$ja_color/header-deco/$ja_headerimg”; ?>) no-repeat top center;”>
    <?php echo
    mosLoadModules ( ‘left’,-2 );
    ?>
    </div>

    Could someone help me, please?

    Khanh Le Moderator
    #218415

    The deco image is displayed as a background and not suitable for putting a link on it. Moreover, those images are there just for decorating your site. By the way, if you still want to put a link some where over the deco image, you could change the above code to:


    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-leftcol" style="background: url(<?php echo "$ja_template_path/images/$ja_color/header-deco/$ja_headerimg"; ?>) no-repeat top center;">
    <a href="#Your_link_here" title=""><img src="<?php echo $mosConfig_live_site; ?>/images/blank.png" height="40" width="100%" alt="" style="margin-top:-40px;" /></a>
    <?php echo
    mosLoadModules ( 'left',-2 );
    ?>
    </div>

    dregnet Friend
    #278905

    Sooo can you make the /header-deco image linkable in Ja Pollux 1.5?

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

This topic contains 3 replies, has 3 voices, and was last updated by  dregnet 15 years, 5 months ago.

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