Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • balgev Friend
    #176360

    Hello everybody:)

    My website is http:// mardik.am

    I have a problem on the front page..

    Content on user3 is taller than on user 2 and user 1, and the other module positions bellow that position are not aligned as it should be))) look the video from Youtube is messed with ja news pro module, but i didnt manage to align them vertically, so plz help with the CSS :)))

    Thanks!!!

    balgev Friend
    #449637

    Ppl.. Any solution?

    Sherlock Friend
    #449906

    Hi balgev,

    To got those modules display on the same height I think you need create a dedicated block for that section (topsl2 section) and make a little modify, you can try as following

    1) open the template override blocks folder templatesja_teline_ivblocks, there you would see a block file that name spotlight.php, you copy this file’s content and save the new file as spotlight1.php, now you have another block type (spotlight1) to assign in template back-end >> Layouts setting.
    Open the spotlight1.php file you would see this javascript code
    <script type=”text/javascript”>
    window.addEvent(‘load’, function (){ equalHeight (‘#ja-<?php echo $name ?> .ja-box’) });
    </script>

    change it to this
    <script type=”text/javascript”>
    window.addEvent(‘load’, function (){ equalHeight (‘#ja-<?php echo $name ?> .ja-moduletable’) });
    </script>

    2) Go to template back-end, navigate to the Layouts tab to edit the Default layout you would see this block tag
    <block name=”topsl2″ type=”spotlight”>user1,user2,user3,user4,user5</block>
    here you change it’s type from spotlight to spotlight1 and then save the layout

    Let me know if this does not help !

    balgev Friend
    #450794

    no this didn’t solve the problem because it made user1 user2 user 3 of equal height, but it left a lot of empty space between the modules, and i couldn’t even leave the front-end to show you ….

    Sherlock Friend
    #450974

    Hi balgev,

    I am not sure about “empty space between the modules” you have mentioned, could you please add here a screenshot that show me those spaces ?

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

This topic contains 5 replies, has 2 voices, and was last updated by  Sherlock 12 years, 6 months ago.

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