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!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Footer Problems
-
- Rank: Registered User
- Registered: Mar 02, 2009
- Last visit: Feb 12, 2010
- Posts: 47
-
- Rank: Team Member
- Registered: Apr 07, 2005
- Last visit: Jan 18, 2010
- Posts: 228
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 -
- Rank: Registered User
- Registered: Mar 02, 2009
- Last visit: Feb 12, 2010
- Posts: 47
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 -
- Rank: Team Member
- Registered: Apr 07, 2005
- Last visit: Jan 18, 2010
- Posts: 228
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 -
- Rank: Registered User
- Registered: Mar 02, 2009
- Last visit: Feb 12, 2010
- Posts: 47
oh man if i could do that.. that would be awsome!
i looked under blocks i cant seem to pick where the right column to be activated... sorry where are those options?
-
- Rank: Team Member
- Registered: Apr 07, 2005
- Last visit: Jan 18, 2010
- Posts: 228
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 -
- Rank: Registered User
- Registered: Mar 02, 2009
- Last visit: Feb 12, 2010
- Posts: 47
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! -
- Rank: Team Member
- Registered: Apr 07, 2005
- Last visit: Jan 18, 2010
- Posts: 228
Strange... Did you clear theme and pnRender cache after this change?
--
Polish Zikula Team
Bianor Works - my Zikula works on CoZi -
- Rank: Registered User
- Registered: Mar 02, 2009
- Last visit: Feb 12, 2010
- Posts: 47
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...
the right hand colom is still there..
-
- Rank: Registered User
- Registered: Mar 02, 2009
- Last visit: Feb 12, 2010
- Posts: 47
do you still have any more ideas why is my PNphpBB2 getting cut off by the right hand side column in SeaBreeze theme?
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
