test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bandbreed500 Friend
    #140679

    You can see my frontpage module on: http://www.bandbreed.eu and you can see there is a large whitespace under the images. I looked everywhere but I see in the code:

    <div class="jazin-contentwrap clearfix" style="width: 100%; height: 370px; overflow: hidden;">

    I dunno it that is it but it is the only thing I have not been able to change to see if it works.

    Question: is that height the problem and if so, where can I edit it? It is not in the .cc files (duh) and not in the index.php I am at a loss…

    Suggestion: Put this as a variable in the plugin/module next time?

    bandbreed500 Friend
    #302801

    Grrr, I found it, but what a letdown…

    you have to look for:

    /Joomlainstallfolder/modules/mod_janews_fp/tmpl/headline_fp.php (if you have that one selected)

    and modiify line 66:


    <div class="jazin-contentwrap clearfix" style="width: 100%;<?php echo ($headlineheight ? " height: {$headlineheight}px; overflow: hidden;" : ""); ?>">

    into:


    <div class="jazin-contentwrap clearfix" style="width: 100%;">

    That should remove some arbitrary height from the frontpage…

    Now pop quiz for the developers:

    What did I do wrong to mess up the $headlineheight variable or why for Pete’s sake did you hard code CSS statements is some far off php file??? If you browse a bit through these fora you see there is a lot of code hidden throughout the template which is very annoying to find for every little change you want to make.

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

This topic contains 2 replies, has 1 voice, and was last updated by  bandbreed500 15 years, 7 months ago.

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