0
Welcome Guest! Login
0 items Join Now

Seminar Manager - body.removeClass('rt-hidden').​fade('in');

  • Seminar Manager - body.removeClass('rt-hidden').​fade('in');

    Posted 9 years 3 months ago
    • Hi All!

      I have a Problem with a other Component called Seminar Manager. Is a Component to manage Course.
      When i klick on a Course i get this Type Error and get a blank Site: body.removeClass('rt-hidden').fade('in');

      I think its a RT Problem. Maybe someone has an idea. Thanks Dito



      /**
      * @package Gantry Template Framework - RocketTheme
      * @version 1.10 July 11, 2014
      * @author RocketTheme www.rockettheme.com
      * @copyright Copyright (C) 2007 - 2014 RocketTheme, LLC
      * @license www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
      */

      ((function(){

      var animation = function(){
      var body = document.id('rt-container-bg');

      if (Browser.Engine.gecko19 || (Browser.Engine.trident && !Browser.Engine.trident7)){
      if (body){
      body.set('tween', {duration: 800, transition: 'quad:out'});
      body.setStyles({'visibility': 'hidden', 'opacity': 0});
      body.removeClass('rt-hidden').fade('in');
      }

      return;
      }

      if (body) body.removeClass('rt-hidden').addClass('rt-visible');
      };

      window.addEvent('load', animation);

      })());
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: Seminar Manager - body.removeClass('rt-hidden').​fade('in');

    Posted 9 years 3 months ago
    • Please do not post extensions/template specific questions in the "Free stuff > Gantry" forum. You should post in the extension forum or template forum as appropriate. Most of these forums are for members who have a current PAID membership. Our priority is always to assist paying members.

      Thank you for your understanding.

      You subscription appears to have expired? Support does require a current subscription.

      What template are you using? it sounds like an older one... Try turning off the option in template manager "load transition".

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.065 seconds