Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

TypeError InputExclusion
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: TypeError InputExclusion
#34315
TypeError InputExclusion 11 Years, 4 Months ago Karma: 0
Hello,

I am just starting a site build and have run into a general snag. I was using the ARI Carousel plugin for the last 4 or 5 days. It was displaying fine and used on most all of my pages with no trouble. Today, I have done something to stop it from displaying. I am getting a TypeError in the console that says.

InputsExclusion.push('.content_vote','#rt-popup','#rt-popuplogin','#vmMainPage') is not a function.

I can't seem to find anything about it on the web. I did add a small codeset to the main Gantry template in order to enable Squeezebox. The code is pasted below and was in the header originally. I have removed it from the main template and cleared all caches, but still no luck.

The site URL is www.thesacredprint.com

Any thoughts?

Here is the code that was added to the template header.
Code:


  <script type="text/javascript" src="<?php echo $this->baseurl ?>/media/system/js/modal.js"> </script>
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/media/system/css/modal.css" type="text/css" />
  <script type="text/javascript">
    // <!--
    window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: 'false'}); });
    // -->
  </script>
  <script type="text/javascript">
    // <!--
    window.addEvent('domready', function() {
      SqueezeBox.initialize({});
      $$('a.modal').each(function(el) {
        el.addEvent('click', function(e) {
          new Event(e).stop();
          SqueezeBox.fromElement(el);
        });
      });
    });
    // -->
  </script>

The administrator has disabled public write access.
 
#34323
Re:TypeError InputExclusion 11 Years, 4 Months ago Karma: 746
Hello,

Add ; symbol after InputsExclusion.push('.content_vote','#rt-popup','#rt-popuplogin','#vmMainPage') code.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34327
Re:TypeError InputExclusion 11 Years, 4 Months ago Karma: 0
Thank you for the quick response. That is a very simple fix. Sorry for the newb question, but I can't find that line of code anywhere. Any ideas on where to start looking?

Thanks again for the help. There really doesn't seem to be much online about this.
The administrator has disabled public write access.
 
#34328
Re:TypeError InputExclusion 11 Years, 4 Months ago Karma: 746
Try to see header.php file in site template folder or a sub-folder.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34329
Re:TypeError InputExclusion 11 Years, 4 Months ago Karma: 0
Sorry just found it. There is an "Input Styling" in the template manager under the "Advanced" tab. It doesn't seem to give me the ability to place the semi-colon after it, but if I disable that feature, the carousel comes back up.

Thanks for the help!
The administrator has disabled public write access.
 
Go to topPage: 1