Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Joomlart- Corona Problems. (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Joomlart- Corona Problems.
#51099
Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
I have searched and searched without finding any successful solution for this problem.
I am desperate for someones help!

When using fireboard with the corona template, initially it caused the slider menu to dissapear. Then I found this solution-

Originally Posted by Menalto
This is a 3d party add on and we do not give support for that......
But if you really wanna try out something you can open up the folder components\com_fireboard\template\default\js/ and rename jquery-latest.pack.js to oldjquery-latest.pack.js and see if its working. i am 100% sure it does.


It does in fact resolve the slider menu problem, but adversly the footer gets pushed down and stretched across the browser. Also the module in the left and right columns are pushed to the bottom of the page and I cannot get them to place in the normal highest position of the column.

I am using joomla 1.5 and heres a link to my site.

Thanks in advance!
funkmanusa (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51130
Re:Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
Powered by Panama Beach Realty, Nice

You are using old version of FB. Please update js pack with new version. Which browser are you using? I am using Firefox and I checked with opera and safari too, I didn't see problem. I don't have an IE.
eyzbe (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51140
Re:Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
I just downloaded FB yesterday, so its the newest release.
I changed the jspack call per the suggestion of the forum I previously included to resovle the missing header menu. This fixes the missing menu, but adversley affect everything else below.

I primarily I'm using IE7 but the problem does in fact occur in firefox the same.

Notice the footer is stretched across the browser and pushed down. Click on the home page to see the difference. The right column module is also pushed down to the bottom of the column in both browsers as well. No matter what I do, the modules will not align at the top of the column while in the forum page.

Btw, I have returned the powered by back to the default, didnt mean any offense; my apologies.
Credit where credit is due, if I can make this template with fireboard.


Thanks for the reply!
funkmanusa (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51144
Re:Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
Iam using corona too and have solved this issue. i will have a look into it today to see what i have changed.. the answer from menalto doesnt help like the support from joomlart is a shame..

i will write back later
sko (User)
Senior Boarder
Posts: 44
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51146
Re:Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
ok, try this:

change your code in index.php of template corona to this:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">

<head>
<? if (JRequest::getCmd('option') == 'com_fireboard') {?>
<script type="text/javascript" src="/components/com_fireboard/template/default/js/jquery-latest.pack.js"></script>
<? }?>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>

<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />

<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>

sko (User)
Senior Boarder
Posts: 44
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51166
Re:Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
Thank you for your help on this and replying.

I did make the change in the index.php and it unfortunately didnt seem to make any changes.

I then tried restoring where I had renamed "jquery-latest.pack.js" to "oldjquery-latest.pack.js" which when I had originally renamed it to the "oldjquery-latest.pack.js", fixed the missing header menu. I thought renaming it back to the current release may have resolved my issue with your fix. But unfortunately it didnt. Click the logo to see what the menu should look like if necessary.

The menu again went away on the header like before on FB page. I have just left it in this latest pack configuration so that it may be easier to try and resolve...if it is part of the problem.

These are the errors it is now reporting-

Error: ($(filter) || document).getElement is not a function
Source File: .../media/system/js/mootools.js
Line: 53

and

Error: this[i][property] has no properties
Source File: .../media/system/js/mootools.js
Line: 26

any ideas?
funkmanusa (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51233
Re:Joomlart- Corona Problems. 3 Months, 2 Weeks ago  
Sko,

Thanks for help so far, but I hope to be almost there...

Is ther something else you had to modify to get FB+corona to work?

Thanks again!
funkmanusa (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51259
Re:Joomlart- Corona Problems. 3 Months, 1 Week ago  
try this
sko (User)
Senior Boarder
Posts: 44
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#53922
Re:Joomlart- Corona Problems. 1 Month, 3 Weeks ago  
I'm not using Corona, but I was having the mootools error. That worked perfectly! Thank you, sko!
Rapunzl (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Rapunzl Reminisces
Logged Logged
 
Last Edit: 2008/07/31 18:46 By Rapunzl. Reason: Clarification of my issue resolution
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop