Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vineyardseashell Friend
    #177427

    Hi everyone,

    I’d like a long menu area and I’m wondering if it is possible to eliminate the View Image S M L XL area. If yes, where would I find the code to remove it.

    Thanks,

    Vineyardseashell

    pavit Moderator
    #454441

    Hi

    You can remove it from /templates/ja_wall/css/template.css around line 1190

    #toolbar {
    background-color: #333333
    display: none; <------add this line
    float: right;
    height: 40px;
    position: relative;
    }

    or you can manage this file templatesja_wallindex.php

    <!-- TOOLBAR -->
    <div id="toolbar" class="has-toggle">
    <div class="btn-toggle toolbar-toggle">
    <span> </span><strong>Toolbar</strong>
    </div>
    <div class="inner toolbar-inner clearfix">
    <ul>
    <li id="toolbar-display">
    <dl>
    <dt>Display</dt>
    <dd id="toolbar-display-imageview" class="first last"><span>Image View</span></dd>
    </dl>
    </li>
    <li id="toolbar-basegrid">
    <dl>
    <dt>Grid</dt>
    <dd id="toolbar-basegrid-s" class="first"><span>S</span></dd>
    <dd id="toolbar-basegrid-m"><span>M</span></dd>
    <dd id="toolbar-basegrid-l"><span>L</span></dd>
    <dd id="toolbar-basegrid-xl" class="last"><span>XL</span></dd>
    </dl>
    </li>
    </ul>
    </div>
    </div>
    <script type="text/javascript">
    //toolbar
    jQuery(document).ready(function($){
    $('#toolbar-basegrid dd').toolbar({ group: 'basegrid', type: 'single', val: '<?php echo $this->params->get('jawall_basegrid', 'm') ?>'});
    $('#toolbar-display dd').toolbar({ group: 'display', type: 'toggle', val: '<?php echo $this->params->get('jawall_display', '') ?>'});
    });
    </script>
    <!-- //TOOLBAR -->

    vineyardseashell Friend
    #454535

    Thank you once again Pavit! Thanks for showing how to remove the info in two ways.

    I always appreciate your help.

    Vineyardseashell

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

This topic contains 3 replies, has 2 voices, and was last updated by  vineyardseashell 12 years, 6 months ago.

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