Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bit stupid Friend
    #187405

    Hi There I am having a bit of a specific issue with my purityii template. I have some content in each of 3 bottom Spotlight positions and have added some custom styling through a module class suffix.

    The issue I have is that each spotlight is a different height due to the different amount of content. This is causing an issue with my left and right borders (and also with a background image I have in them) as they stretch only as long as the content – see the site http://www.sarlecohomes.com for a closer explanation.

    I am not sure how to get around this problem, I am guessing that it would be something relating to asking the module to auto stretch the height, but I am afraid I cannot figure out how that would be programmed?

    Thanks guys in advance.

    Saguaros Moderator
    #492587

    Hi,

    In JAT3 plugin, there is function named equalHeight to set height for blocks. You can try opening file: pluginssystemjat3jat3base-themesdefaultblocksspotlight.php

    There will code like this:

    [PHP]
    <script type=”text/javascript”>
    window.addEvent(‘load’, function (){ equalHeight (‘#ja-<?php echo $name ?> .ja-box’) });
    </script>
    [/PHP]

    try to comment this line of code:

    [PHP]
    <script type=”text/javascript”>
    //window.addEvent(‘load’, function (){ equalHeight (‘#ja-<?php echo $name ?> .ja-box’) });
    </script>
    [/PHP]

    Then clean JAT3 cache.

    bit stupid Friend
    #492612

    Thanks for the advice Suguaros, unfortunately it is not seeming to work for me. Commented the line out cleared the cache (from administrator and from browser and also tried viewing in all browser types but no effect?

    Anything else?

    Saguaros Moderator
    #492819

    Hi,

    As I can see, these 3 blocks have the same height. Could you make screenshot of how you want to achieve? 🙂

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

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

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