Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • mario996 Friend
    #759693

    My question… Is it possible to show the portfolio menu after selecting an artikel. In the module the menu assignment is show on all pages. Can?t find where to add the position in the layout.

    Ninja Lead Moderator
    #760119

    Hi,

    Which area are you referring to on your site? Things at least look to be running smoothly from what I can see.

    Beside that, your site uses Uber template, not JA Mono template

    Regards

    mario996 Friend
    #760424

    This site is put offline untill ready. the old one is on uber.
    when opening the site stop loading 5 sec pauze before she goes on to the old site. When stopped possible to open the site

    On the example page or my second site it is the same
    I would like to keep the menu on top of the article.

    Ninja Lead Moderator
    #760556

    In this case, you have to make a custom work on your site.

    + Open templates/ja_mono/html/com_content/category/isotope.php file

    find and remove this code


    <?php
    $inner_modules = 'portfolio-menu';
    $attrs = array();
    $attrs['style'] = 'raw';
    $result = null;
    $renderer = JFactory::getDocument()->loadRenderer('modules');
    $inner = $renderer->render($inner_modules, $attrs, $result);
    echo $inner;
    ?>

    + Open templates/ja_mono/tpls/blocks/mainbody.php file and new script as my screenshot


    <div class="custom-menu">
    <?php
    $inner_modules = 'portfolio-menu';
    $attrs = array();
    $attrs['style'] = 'raw';
    $result = null;
    $renderer = JFactory::getDocument()->loadRenderer('modules');
    $inner = $renderer->render($inner_modules, $attrs, $result);
    echo $inner;
    ?>
    </div>

    + Create templates/ja_mono/css/custom.css file and add new css style


    .custom-menu .categories-list.horizontal {
    margin: 0px !important;
    }

    Let me know if it helps

    mario996 Friend
    #760667

    Exactly what I needed…

    Great support….:D

    Rene Friend
    #958397

    Perfect this Tutorial, thanks to the Moderator

    One more question: Is there a way to highlight the category to active (white line above) -> when a content is selected? You know what I mean?

    Rene

    Ninja Lead Moderator
    #958500

    @rene: You should create new thread for your new question, it would be helpful for community if someone has the same question.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 3 months ago.

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