Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • dave14 Friend
    #161366

    Hello,

    is thare a possibility to place the menu on the left side instead of the right side as in the demo? I’m sure it is only a small edit to one of the files, maybe someone can assist me?

    Thanks for your help

    khoand Friend
    #381041

    Hi,
    I see the menu is placed on the left side, not right side. Can you show me by snapshot?

    dave14 Friend
    #381060

    I have attached the screenshot – the menu is on the right side of the content – I’d like to have it on the left side


    1. Unbenannt-2
    khoand Friend
    #381072

    Hi,
    You do following steps:
    – Open <joomla url>templatesja_pariitiindex.php file
    – Delete this code


    <?php if ($ja_left) { ?>
    <div id="ja-col1">
    <div><div class="clearfix">
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div></div>
    </div>
    <?php } ?>

    – Add this code


    <?php if ($ja_left) { ?>
    <div id="ja-col1" style="width:20%">
    <div><div class="clearfix">
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div></div>
    </div>
    <?php } ?>

    before


    <!-- BEGIN: CONTENT -->

    – Replace this code


    <div id="ja-colwrap">

    to


    <div id="ja-colwrap" style="width:20%">

    – Replace this code


    <div id="ja-col2">

    to


    <div id="ja-col2" style="width:100%">

    dave14 Friend
    #381306

    Thanks for the advice, but nothing happens when I edit and upload the index.php as described

    khoand Friend
    #381342

    I tested in my localhost, and it works perfectly. So do you give me a link to your website that is changed as I said, please?

    dave14 Friend
    #381433

    Sure, here is the link:

    http://ds-webservice.de/test

    Thanks for your help!

    Maybe you can attach the whole new index.php for me, then I can upload this file?

    khoand Friend
    #381564

    Hi,
    I can’t access your website because I don’t have permission. I attach my index.php file to you. You must publish module that has left position (default is Default J! Menu module). I hope it help you


    1. pariiti.rar
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  khoand 13 years, 1 month ago.

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