Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • danilo58 Friend
    #187557

    Hi

    I need change the size width of the block slideshow, to add another block to the right position like this image

    sorry for my english, I’m from Argentina


    1. home
    pavit Moderator
    #493018

    Hi

    Go to your template manager — Ja_Mendozite_Default — Layout Tab — Default Layout edit as shown below

    <blocks name="top" style="xhtml">
    <block name="slideshow" type="module" main-inner="1" style="raw">slideshow</block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
    <block name="topsl1" type="spotlight" main-inner="1">user5</block>
    <block name="topsl2" type="spotlight" main-inner="1">user6</block>
    <block name="topsl3" type="spotlight" main-inner="1" style="raw">user7</block>
    </blocks>

    Change to

    <blocks name="top" style="xhtml">
    <block name="topsl4" type="spotlight" main-inner="1" style="raw">slideshow,slideshow2</block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
    <block name="topsl1" type="spotlight" main-inner="1">user5</block>
    <block name="topsl2" type="spotlight" main-inner="1">user6</block>
    <block name="topsl3" type="spotlight" main-inner="1" style="raw">user7</block>
    </blocks>

    In your templates/Ja_Mendozite/templateDetails.xml add the new position slideshow2

    <position>slideshow</position>
    <position>slideshow2</position>

    Save all, clean your Jat3 cache and you have a new position called slideshow2 right to the slideshow

    Regards

    danilo58 Friend
    #493386

    Ok, but how can I change the percent between the positions, in the firebug analysis its appears an element.style width 50%, but I cannot find this style, can you help me?

    thanks


    1. style
    pavit Moderator
    #493394

    Hi

    Now you have in the default layout

    <block name="topsl4" type="spotlight" main-inner="1" style="raw">slideshow,slideshow2</block>

    add this special=”left” specialwidth=”25″ to assign the 25 % to the slideshow position and remaining 75% to the slideshow2 position

    <block name="topsl4" type="spotlight" main-inner="1" style="raw" special="left" specialwidth="25">slideshow,slideshow2</block>

    For any reference HERE you can find the Wiki on T3 framework

    april4t Friend
    #504453

    I thanked your post because it helped me understand things further, but if I use this tecnique of using the spotlight instead of modules, then the mega menu pulldowns no longer work properly – they pull down behind the slideshow…:((

    <em>@pavit 373076 wrote:</em><blockquote>Hi

    Go to your template manager — Ja_Mendozite_Default — Layout Tab — Default Layout edit as shown below

    <blocks name="top" style="xhtml">
    <block name="slideshow" type="module" main-inner="1" style="raw">slideshow</block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
    <block name="topsl1" type="spotlight" main-inner="1">user5</block>
    <block name="topsl2" type="spotlight" main-inner="1">user6</block>
    <block name="topsl3" type="spotlight" main-inner="1" style="raw">user7</block>
    </blocks>

    Change to

    <blocks name="top" style="xhtml">
    <block name="topsl4" type="spotlight" main-inner="1" style="raw">slideshow,slideshow2</block>
    <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
    <block name="topsl1" type="spotlight" main-inner="1">user5</block>
    <block name="topsl2" type="spotlight" main-inner="1">user6</block>
    <block name="topsl3" type="spotlight" main-inner="1" style="raw">user7</block>
    </blocks>

    In your templates/Ja_Mendozite/templateDetails.xml add the new position slideshow2

    <position>slideshow</position>
    <position>slideshow2</position>

    Save all, clean your Jat3 cache and you have a new position called slideshow2 right to the slideshow

    Regards</blockquote>

    april4t Friend
    #504580

    Pavit, when I tried your technique of using the spotlight type for the block instead of the module type, my mega-menu pull-downs in the horizontal menu bar end up being obscured by the slideshow module. How do I keep the mendozite mega-menu in the foreground when pulled down?

    Saguaros Moderator
    #504635

    Hi

    You may need to change the z-index value so that the div that contains the dropdown menu will have greater value than the slideshow.

    april4t Friend
    #504757

    Thank you for your reply, but I am still learning and need clarification. I can find the z-index values of the slideshow in the templates css folder, mod_jaslideshowlite.css, ranging from 2 to 900, which is consistent with what I see in firefox for the slideshow. Via firefox inspector for the dropdown – I see a z-index of 1009 nested in the details. Yet in firefox, chrome and some ie versions, the dropdown hides behind the slideshow. There is a mega.css file in the template subdirectories that I could place overrides, but since the z-index value is already larger than the slideshow, I am uncertain what to do. Any ideas?

    Saguaros Moderator
    #504777

    You can post your site’s URL here so that we can look and suggest further 🙂

    april4t Friend
    #504789

    direct URL for my dev site: keypkey.com

    thanks Saguaros!

    I responded to this older danilo58 thread in case those originally involved were still subscribed to it because it is so similar to my problem. But now I have two threads going, but I still haven’t gotten it resolved. :-[

    FYI, The original thread is: Can’t get new module position to show up on same “row” as slideshow in Mendozite

    Saguaros Moderator
    #504796

    Hi

    As I can see the slideshow is appearing behind the dropdown menu:

    Could you check it again? or tell me the step so that I can see this issue.

    april4t Friend
    #504888

    Yes. I fixed it last night with
    Adding this to last line in template.css worked!! {.ja-box-right{ z-index:1; !important;}

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

This topic contains 12 replies, has 4 voices, and was last updated by  april4t 11 years, 2 months ago.

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