Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • capirex Friend
    #195553

    Hi, I need solution about module not displayed properly. I Dont know where is the problem from, maybe from the css or something else. I’m using JA Mitius Template
    the problem is, i created custom html module, and every time i open the page, the module shows under other module, so it dont show properly.

    any solution? thanks

    here is some picture

    and here the link to my site (where the problem) http://goo.gl/UEZLvC


    1. module-wrong
    TomC Moderator
    #525832

    I’m not seeing the issue on your home page as you depict in your attached image.

    Nazario A Friend
    #526031

    @capirex,

    Have you figured it out at your end? I see your site is working fine now.


    1. mitius
    capirex Friend
    #526358

    <em>@TomC 415249 wrote:</em><blockquote>I’m not seeing the issue on your home page as you depict in your attached image.</blockquote>

    <em>@Nazario A 415514 wrote:</em><blockquote>@capirex,

    Have you figured it out at your end? I see your site is working fine now.
    </blockquote>

    Hi Tom & Nazario thanks for checking my site, yes it seem no problem anymore with my Facebook Like Box. It turn out that the problem for the module not showing correctly just randomly in particular time, not every time. But thanks again for your time checking my problem 🙂

    Nazario A Friend
    #526436

    @capirex,

    I got your problem. Please try to create new file called “custom.css” in /templates/ja_mitius/css/ path, then add this rule:

    .main-siderbar.masonry {
    height: auto !important;
    }
    .main-siderbar.masonry .t3-module.module.accordion.masonry-brick {
    position: static !important;
    }
    .main-siderbar.masonry .t3-module.module.no-padding.masonry-brick {
    position: static !important;
    }
    .main-siderbar.masonry .t3-module.module.no-padding.adv.masonry-brick {
    position: static !important;
    }

    Let me know how it goes

    capirex Friend
    #527411

    <em>@Nazario A 415991 wrote:</em><blockquote>@capirex,

    I got your problem. Please try to create new file called “custom.css” in /templates/ja_mitius/css/ path, then add this rule:

    .main-siderbar.masonry {
    height: auto !important;
    }
    .main-siderbar.masonry .t3-module.module.accordion.masonry-brick {
    position: static !important;
    }
    .main-siderbar.masonry .t3-module.module.no-padding.masonry-brick {
    position: static !important;
    }
    .main-siderbar.masonry .t3-module.module.no-padding.adv.masonry-brick {
    position: static !important;
    }

    Let me know how it goes</blockquote>

    Hi Nazario thanks for your reply. Now i already put the code from you, and everything seems work fine.

    but now i have new problem, my k2 comment module not showing perfectly… it show overflow through the footer. here i attach some picture

    and here’s the address where the problem http://goo.gl/36Qpn4
    and there you can see the problem facebook module display, whre it show under other module, something that i notice from the problem, on my homepage, if i click on ja-tabs module, then the other module resize automatically and no problem any more(no module show under other module)

    thanks for your help Nazario


    1. another-problem
    Nazario A Friend
    #527583

    @capirex,

    Please open file: /templates/your_template_name/css/custom.css then add this rule:

    .main-siderbar.masonry .t3-module.module {
    position: static !important;
    }

    Hope this helps

    capirex Friend
    #527654

    <em>@Nazario A 417455 wrote:</em><blockquote>@capirex,

    Please open file: /templates/your_template_name/css/custom.css then add this rule:

    .main-siderbar.masonry .t3-module.module {
    position: static !important;
    }

    Hope this helps</blockquote>
    @nazario Yay…. Seems Your Code Help… Thank You very much Nazario 🙂

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

This topic contains 8 replies, has 3 voices, and was last updated by  capirex 10 years, 7 months ago.

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