+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2013
    Posts
    6
    Downloads
    88
    Uploads
    0

    Exclamation new module position at ZT Inga

    Hello team & all together,

    i`am reading so so much, but i don`t find the correct solution for this template.
    What is the the best way to make a new position to change the logo in the Template ZT Inga.

    Please can you help me?

    in templateDetails.xml i add:
    <position>logo_position</position>

    where and what have i remove/add in index.php:
    templates/zt_inga/layouts/wide.php:
    <div <!--id="logo_position">-->
    <jdoc:include type="modules" name="logo_position" />
    </div>


    and wich ??.css (template.css):
    #logo_position {
    position: absolute;
    top: 40px;
    left: 450px;
    height: 70px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #000;
    }



    i hope anyone knows the correct solution for that, thank you very very much

  2. #2
    Join Date
    Mar 2012
    Posts
    52
    Downloads
    62
    Uploads
    0

    Default

    hi,
    in templates/zt_inga/layouts/wide.php you should add:

    <div id="logo_position">
    <jdoc:include type="modules" name="logo_position" />
    </div>

    best regard,
    Quynh

  3. #3
    Join Date
    Jan 2013
    Posts
    6
    Downloads
    88
    Uploads
    0

    Default

    Hi Quynh,

    this is it, thank you.
    I insert in both files:

    <!--Logo-->
    <div id="logo_setting">
    <jdoc:include type="modules" name="logo_position" />
    </div>
    <!--#Logo-->

    but what have i write in template.css, like this to be the logo in center and correct code:

    #logo_setting {

    display: block;
    margin: 0 auto;
    padding: 40px 0;
    position: absolute;
    top: 0px;
    left: 4000px;
    height: 80px;
    width: 400px;
    overflow: hidden;/* }

    now logo-modul is on left side.


    best regards

  4. #4
    Join Date
    Jan 2013
    Posts
    6
    Downloads
    88
    Uploads
    0

    Default

    SOLVED !!

    thanks:

    #logo_settings {
    display: block;
    height: 100px;
    margin: auto;
    padding: 5px;
    width: 200px;
    }

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts