Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • aryentain99 Friend
    #523765

    yep, it looks like the demo but for the small icon before the text:


    1. achieve
    Saguaros Moderator
    #524205

    I just helped you to override breadcrumbs module into this template : /templates/ja_mitius/html/mod_breadcrumbs, then disable option to show ‘You are here’ text in backend settings of this breadcrumbs module. That icon is showing now.

    Pls have a look and let me know if this helps.

    aryentain99 Friend
    #524454

    Thanks for your kind help, that’s what we needed!

    aryentain99 Friend
    #546803

    Hi, i come back to this thread, how could i move the search module to the top with the social icons just like the demo after this modification?
    http://www.arquespalacio.com.ar/saracatu/
    when i try to move “search module” to navhelper, its style doesn’t remain. this is what i want to achieve:


    1. flecha
    Saguaros Moderator
    #546870

    You can copy the snippet of code which displays ‘search module’ and ‘social icons’ from top-bar block to navhelper block. The navhelper.php file will look like this:


    <!-- NAV HELPER -->
    <nav class="wrap ja-navhelper">
    <div class="container">
    <div class="row">

    <div class="span8<?php $this->_c('navhelper')?>">
    <jdoc:include type="modules" name="<?php $this->_p('navhelper') ?>" />
    </div>

    <div class="span4 clearfix">
    <div class="head-search<?php $this->_c('head-search')?>">
    <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
    </div>
    <div class="<?php $this->_c('social')?>">
    <jdoc:include type="modules" name="<?php $this->_p('social') ?>" style="raw" />
    </div>
    </div>

    </div>
    </div>

    </nav>
    <!-- //NAV HELPER -->

    aryentain99 Friend
    #546964

    Many thanks Saguaros, that worked great.

    Saguaros Moderator
    #546979

    You are welcome!

Viewing 7 posts - 16 through 22 (of 22 total)

This topic contains 22 replies, has 2 voices, and was last updated by  Saguaros 9 years, 10 months ago.

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