Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ofagbei Friend
    #144019

    I’m having a problem removing the left image (symbol.png) from JA Mona template. how can i go about this; removing the image entirely.

    Thanks in Advance!

    kallan Friend
    #316843

    in the index.php file for the template around lines 220-223 you will find


    <div id="ja-deco">
    <img src="<?php echo $tmpTools->templateurl(); ?>/images/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>/symbol.png" alt="Symbol" />
    <?php if(!$tmpTools->isFrontPage() && ($menutext=$jamenu->getMenuText())) { ?> <div id="ja-menu-title" class="clearfix"><?php echo $menutext;?></div> <?php } ?>
    </div>

    This is where you can change the output of symbol.png

    regards,
    kiwidesign

    ofagbei Friend
    #316850

    Thank you very much for your help. I really appreciate it. I would like to know how i can delete the entire symbol.png including the alt (symbol).

    kallan Friend
    #316852

    Remove:


    <img src="<?php echo $tmpTools->templateurl(); ?>/images/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>/symbol.png" alt="Symbol" />

    but you should probably comment it out rather than delete incase you change your mind

    ofagbei Friend
    #316856

    Problem solved.
    Thanks once more… You are the best!

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

This topic contains 5 replies, has 2 voices, and was last updated by  ofagbei 14 years, 10 months ago.

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