1. mjtaylor
  2. Free Templates / Extensions
  3. Friday, 30 May 2014
  4.  Subscribe via email
Hi. I am using the free temple. When inserting tex or costume module in the module position Bottom 1a ext I am not able to set the hight.

web http://www.mnsmarine.co.za

Regards
Mtaylor
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest updating to the latest version of the template which available at the following URL.. http://www.joomla51.com/free-templates

To update simply install the template via your extensions manager.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Have updated to latest Template. No change in lay out


rgds
Martin
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Not to sure. The web site says 1.2 but when installed its indicating ver 2.0

Regards

Martin
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Martin

May I suggest re sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran

Have sent access.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Martin

Strangely we are unable to update your template. To apply the fix manually remove the following from your templates scripts.php (../templates/j51_oxygen/php/scripts.php)..



<!-- Equalize Top1 Module Heights -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/equalizer.js" charset="utf-8"></script>
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.top-1 .module').equalize('height');
});
</script>

<!-- Equalize Top2 Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.top-2 .module').equalize('height');
});
</script>

<!-- Equalize Contenttop Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.contenttop .module').equalize('height');
});
</script>

<!-- Equalize Contentbottom Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.contentbottom .module').equalize('height');
});
</script>

<!-- Equalize Bottom1 Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.bottom-1 .module').equalize('height');
});
</script>

<!-- Equalize Bottom2 Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.bottom-2 .module').equalize('height');
});
</script>

<!-- Equalize Base1 Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.base-1 .module').equalize('height');
});
</script>

<!-- Equalize Base2 Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.base-2 .module').equalize('height');
});
</script>


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
This is all That I have in my scripts.php file

<?php
defined( '_JEXEC' ) or die( 'Restricted index access' );?>
<!-- Hornav Dropdown -->
<s-cript type="text/j-avascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/dropdown.js" charset="utf-8"></script>
<s-cript type="text/j-avascript" >
window.addEvent('domready', function() {
var myMenu = new MenuMatic();
});
</script>
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

On further inspection with the access details provided we were able to resolve this issue by adding the following to the Custom CSS field of your templates parameters...

.module_padding {
height: auto !important;
}


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran

Many thanks for your help. This seems to have smoothed things out.

Regards

Martin
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok