0
Welcome Guest! Login
0 items Join Now

RT_Dimensions RockSlideStrip Conversion

  • RT_Dimensions RockSlideStrip Conversion

    Posted 17 years 5 months ago
    • Hi guys,

      Was wondering if any of you can help.

      I'm putting together a joomla 1.5 site with the elixir conversion template and a new colourscheme. Everything seems to work fine. I though it would be nice if I imported the rt_dimensions rokslidestrip module into the empty space at the top.

      I've managed to get it working properly on firefox, it does still need styled a little bit, however, internet explorer only displays my rokslidestrip tabs and doesn't seem to import any of the text into the module.

      Anyone got any ideas?

      I've edited the index.php file, added the necessary parameters in params.ini, and copied across the rt_tabmodules.php, rt_utils.php, js/rosklidestrip.js and the css/rokslidestrip.css - css/template_ie6.php, css/template_ie7.css and css/iepngfix.htc.

      The site can be found at www.wavenorth.co.uk

      If anyone fancies taking a look and seeing if they can suss the problem, that would be great.

      Many thanks,

      Andi
  • Re: RT_Dimensions RockSlideStrip Conversion

    Posted 17 years 5 months ago
    • ok, i've narrowed it down to the way mootools is referenced in the index.php file. If i remove the
      $old = JURI::base() .'media/system/js/mootools.js';
      $new = 'templates/'.$this->template.'/js/mootools.js';
      $a = array();
      foreach ($this->_scripts as $k => $v)
      {
      if ($k == $old) {
      $a[$new] = $v;
      } else {
      $a[$k] = $v;
      }
      }
      $this->_scripts = $a;

      from elixer, and comment out
      JHTML::_( 'behavior.mootools' );

      which was imported from dimensions. Then my rokslidestrip module works, but my roklatestnews doesn't fold up and down like it should.

      If I leave both the lines in, my roklatestnews does work, my rokslidestrip doesn't.
      If I leave one of the lines in, either or, the same applied, roklatest news works, rokslidestrip doesn't in ie.
    • Last Edit: 17 years 5 months ago by Andi Martin.
  • Re: RT_Dimensions RockSlideStrip Conversion

    Posted 17 years 5 months ago
    • No suggestions from the devs? :)
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: RT_Dimensions RockSlideStrip Conversion

    Posted 17 years 5 months ago
    • The template has been upated to use the built in mootools 1.11 that comes with joomla 1.5. I suggest you update your version of elixer.

Time to create page: 0.068 seconds