Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • pavit Moderator
    #751174

    Hi @infinity103

    You need something like this ?

    infinity103 Friend
    #751176

    exatly!!!!!!!!! just a little longer, but this is the idea :laugh:

    pavit Moderator
    #751178

    <em>@infinity103 496550 wrote:</em><blockquote>exatly!!!!!!!!! just a little longer, but this is the idea :laugh:</blockquote>

    try in this way then

    go to this folder templatesja_mitiustplsblocks and duplicate this file spotlight-1.php to spotlight-10.php

    after duplicated and renamed edit it in this way

    <?php if ($this->checkSpotlight('spotlight-10', 'position-10')) : ?>
    <!-- SPOTLIGHT 1 -->
    <section class="wrap ja-sl ja-sl-1">
    <div class="container">
    <?php
    $this->spotlight ('spotlight-10', 'position-10')
    ?>
    </div>
    </section>
    <!-- //SPOTLIGHT 1 -->
    <?php endif ?>

    Then go to this folder templatesja_mitiustpls and edit file home.php in this way

    <head>
    <jdoc:include type="head" />
    <?php $this->loadBlock ('head') ?>
    </head>

    <body>

    <?php $this->loadBlock ('top-header') ?>

    <?php $this->loadBlock ('header') ?>

    <?php $this->loadBlock ('mainnav') ?>

    <?php $this->loadBlock ('top-bar') ?>

    <?php $this->loadBlock ('spotlight-10') ?>

    <?php $this->loadBlock ('slideshow') ?>

    <?php $this->loadBlock ('spotlight-1') ?>

    <?php $this->loadBlock ('mainbody-home') ?>

    <?php $this->loadBlock ('navhelper') ?>

    <?php $this->loadBlock ('footer') ?>

    </body>

    as you can see there is a new block that loads the position-10

    edit also this file templatesja_mitiustemplateDetails.xml and add new position in <positions> section

    <position>footer-3</position>
    <position>footer-4</position>
    <position>footermenu</position>
    <position>footer</position>
    <position>position-10</position>

    Now you can publish your module in position-10

    infinity103 Friend
    #751184

    thank you this is my solution is perfect!!! do you know how to make the sice more longer?

    pavit Moderator
    #751189

    <em>@infinity103 496562 wrote:</em><blockquote>thank you this is my solution is perfect!!! do you know how to make the sice more longer?</blockquote>

    You mean enlarge width ?

    infinity103 Friend
    #751194

    a litlle :-[

    pavit Moderator
    #751195

    <em>@infinity103 496573 wrote:</em><blockquote>a litlle :-[</blockquote>

    Well

    You can work with media queries adding this into custom.css

    .ja-sl-1 .container {
    width:1200px;
    ]

    But you should add new width for various screen sizes
    Example :

    @media (max-width: 1199px) and (min-width: 980px) {

    .ja-sl-1 .container {
    width:900px
    }

    and so on for others

    infinity103 Friend
    #751198

    i dont know but this is my custom.css is here to edit de module?

    pavit Moderator
    #751199

    <em>@infinity103 496577 wrote:</em><blockquote>i dont know but this is my custom.css is here to edit de module?</blockquote>

    Yes you will need to add custom code there

    infinity103 Friend
    #751200

    it does not work sorry :((

    pavit Moderator
    #751201

    <em>@infinity103 496579 wrote:</em><blockquote> it does not work sorry :((</blockquote>

    You added a wrong code maybe my previous answer was confusing you , correct code is this

    .ja-sl-1 .container {width:1200px!important;}

    What i meant to say is that this code is valid for all the screen sizes , so it won’t works on mobyles devices

    to avoid this you should add a specific width for each screen size and to do this you shoud use the media queries values

    infinity103 Friend
    #751202

    thamk you yure the best

    edd Friend
    #751344

    Hi infinity103,

    I dont know if it is working fine for you, I came this mrning to try to help, but I see you got all help you need.

    Thats great, hope it is working fine.

    This forum rocks 😉

Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 28 replies, has 4 voices, and was last updated by  edd 8 years, 6 months ago.

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