Frequently Asked Questions using Joomla content articles. iFAQ (former MooFAQ) is a FAQ Component for Joomla!™ which uses jQuery and Bootstrap to load Joomla Articles in Accordion format.

Product Page | Documentation Page

Change Display Lenght

More
15 years 7 months ago #467 by coleision
Replied by coleision on topic Re:Change Display Lenght
Tested on IE 7 and works great! Not sure what is going on with my Firefox.

Thank you for your help! You Rock!

Please Log in or Create an account to join the conversation.

15 years 7 months ago #466 by douglas
Replied by douglas on topic Re:Change Display Lenght
As you said it is weird, because I don't see this error neither in Firefox, Opera nor Google Chrome.

Please test it on another computer or browser.

Regards,

Please Log in or Create an account to join the conversation.

More
15 years 7 months ago #465 by coleision
Replied by coleision on topic Re:Change Display Lenght
If you click on #3 and then on #4 you can see the whole site move to the right just a bit. 1-3 it stays put. Very weird.

Please Log in or Create an account to join the conversation.

15 years 7 months ago #464 by douglas
Replied by douglas on topic Re:Change Display Lenght
What exactly do you mean by "the entire website template slides over just a bit"?

I didn't get it.

It seems to be working fine, on Firefox.

Regards,

Please Log in or Create an account to join the conversation.

More
15 years 7 months ago #463 by coleision
Replied by coleision on topic Re:Change Display Lenght
Thank you! That seemed to work well.

There is still one issue. When I click on a FAQ, the entire website template slides over just a bit. It's not terrible but very noticeable. Any idea's on that?

Please Log in or Create an account to join the conversation.

15 years 7 months ago #462 by douglas
Replied by douglas on topic Re:Change Display Lenght
Dear Coleision,

You should contact the template's author to fix this, because the "content" css class is used by Joomla core Panels.

The fix is similar to this:
ideal.fok.com.br/component/option,com_ku...unc,view/id,185/#188

However the CSS class in this template's file is div.content, and it should be renamed to div.mc-content. (or any other prefix).

You can change this line in your index.php template file:
Code:
<div class="content"><img src="<?php echo JURI::base(); ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colour'); ?>/contenthead.png" alt="contenthead"/><br /><div class="contentinner">

for this one:
Code:
<div class="mc-content"><img src="<?php echo JURI::base(); ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colour'); ?>/contenthead.png" alt="contenthead"/><br /><div class="contentinner">

And in your css file, either (black.css, blue.css, green.css, pink.css or red.css), change this line:
Code:
div.content {
For this one:
Code:
div.mc-content {

Regards,

Please Log in or Create an account to join the conversation.

Time to create page: 0.381 seconds

Our Partners

For your web hosting needs we recommend Hostinger. Save 20% on any plan using this link.