Fork me on GitHub

Footer Problems  Bottom

  • Would anyone know why am i having this problem with my footer, i am using SeaBreeze theme and when i open some of the blocks the footer is blocking half of the page and therefore making it very difficult to see the page..

    my website is http://www.petmania.ca

    Here is an example what happens when i try to reply to a msg using InterCom module:
    http://www.petmania.ca/random/footer.jpg

    This happens in other modules as well..

    Thank You!
  • You can resolve this issue by setting minimal page height.
    To do so - modify themes/SeaBreeze/javascript/equalcolumns.js file
    Find there at line 19:

    Code

    if (tallest>0){
    for (var i=0; i<this.columnswatch.length; i++){

    and add before this line:

    Code

    tallest = tallest > 600 ? tallest : 600;

    where "600" replace with height you need.
    Finally this should look like this:

    Code

    tallest = tallest > 600 ? tallest : 600;
    if (tallest>0){
    for (var i=0; i<this.columnswatch.length; i++){


    --
    Polish Zikula Team
    Bianor Works - my Zikula works on CoZi
  • oh okay that is awsome! thanx a lot!

    now would you know how can i also fix the width of the page... because in the forum for example it gets caught off by the right hand side bar..

    here is an example (i circled it with black)
    http://www.petmania.ca/random/side.jpg

    Thank You
  • Havn't time to look closer - but I would suggest to turn off right column for forum view.
    Even if you fix problem, you mentioned, there will be not enough space for forum

    --
    Polish Zikula Team
    Bianor Works - my Zikula works on CoZi
  • oh man if i could do that.. that would be awsome! icon_cool i looked under blocks i cant seem to pick where the right column to be activated... sorry where are those options? icon_confused
  • I've looked to SeaBreeze theme, and found that there is a bug in theme config files

    Open themes/SeaBreeze/templates/config/pageconfigurations.ini file
    You'll find there:

    Code

    [M-PNphpBB2]
    file = PNphpBB2.ini

    Change this to:

    Code

    [PNphpBB2]
    file = PNphpBB2.ini


    Thanks to this - for PNphpBB module "themes/SeaBreeze/templates/modules/NoRightColumn.htm" template should be used.

    --
    Polish Zikula Team
    Bianor Works - my Zikula works on CoZi
  • i change [M-PNphpBB2] to [PNphpBB2] and it made the forum very messy... on top of the forum the admin msgs are showing, and also the main menu from the left jumped to the right now..and the forum still gets cut off on the right...

    here is a screenshot again:
    http://www.petmania.ca/random/forum.jpg


    Thank you lots for your help!
  • Strange... Did you clear theme and pnRender cache after this change?

    --
    Polish Zikula Team
    Bianor Works - my Zikula works on CoZi
  • i changed to another theme then went back to SeaBreeze.. then went in Layout - Settings and i "Delete compiled templates" & "Delete cached templates" then i went to pnRender & also did there again "Delete compiled templates"..

    now the menu bar did move back to the left side (where i wanted it) however, the forum still gets cut off on the on the right hand side..

    i even tried removing
    right = rsblock.htm
    from my PNphpBB2.ini

    (and deleting all the cached again) and still gets cutt off on the right... icon_confused the right hand colom is still there..
  • do you still have any more ideas why is my PNphpBB2 getting cut off by the right hand side column in SeaBreeze theme?
  • 0 users

This list is based on users active over the last 60 minutes.