Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:49:25+00:00 2026-06-13T20:49:25+00:00

I am attempting to implement a jQuery plugin called Textify which I purchased on

  • 0

I am attempting to implement a jQuery plugin called Textify which I purchased on CodeCanyon.

Textify requires jQuery, and I am implementing this plugin in a Joomla 2.5 environment using the Vertex framework from Shape5.

After integrating the plugin into the site, I am getting 5 “‘undefined’ is not a function” errors.

The dev site is located at http://sosdivorce.ergonomiq.net

As Textify is a commercial product, I don’t feel comfortable posting the script online.

The specific errors I am getting are as follows:

Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/multibox/overlay.js

    Type Issue
    'undefined' is not a function (evaluating '$(window).addEvent('resize',function(){s5_resize_overlay();});')

Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_info_slide.js

    Type Issue
    'undefined' is not a function (evaluating '$(window).addEvent('resize',function(){s5_is_tobind();});')

Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_responsive_mobile_bar.js

    Type Issue
    'undefined' is not a function (evaluating '$(window).addEvent('resize',s5_responsive_mobile_login_register);')

Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_columns_equalizer.js

    Type Issue
    'undefined' is not a function (evaluating '$(window).addEvent('resize',s5_load_resize_columns);')

Error in file: http://sosdivorce.ergonomiq.net/templates/shape5_vertex/js/s5_flex_menu.js

    Type Issue
    'undefined' is not a function (evaluating '$(this.options.id).getElements('li, span.grouped_sub_parent_item');')

How can I investigate this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:49:26+00:00Added an answer on June 13, 2026 at 8:49 pm

    jQuery and Mootools both use the $ symbol as a short cut for the libraries. My advice would be to look through your jquery code and replace the $ variable and see if that makes a difference. So for example you could disable the $ alias for jQuery completely as soon as you call the jquery library using

    // Disable the $ global alias completely
    jQuery.noConflict();
    

    And then for jQuery scripts use

    (function($){
    
    // set a local $ variable only available in this block as an alias to jQuery
    ... here is your jQuery specific code ...
    
    })(jQuery);
    

    To be safe I’d also do the same sort of thing to your mootools scripts:

    (function($){
    
    // set a local $ variable only available in this block as an alias 
    // to Mootools document.id
    ... here is your Mootools specific code ...
    
    })(document.id);
    

    As your hosting these you may need to add these into your scripts.


    EDIT:

    There’s nothing wrong with editing the scripts the way you have done. Actually best practice would be to design plugins with Joomla noConflict() in mind!

    CDN hosting that does make things more complex normally you’d add jQuery in a way such that

    <script src="PATH TO GOOGLE ETC" type="text/javascript" />
    <script type="text/javascript">
        jQuery.noConflict();
    </script>
    <script src="PATH TO SCRIPTS" type="text/javascript" />
    

    The issue with this on a joomla site is that joomla will load all file scripts first and THEN add in the handwritten scripts. Whatever order you add them in in. i.e. It will load them like

    <script src="PATH TO GOOGLE ETC" type="text/javascript" />
    <script src="PATH TO SCRIPTS" type="text/javascript" />
    <script type="text/javascript">
        jQuery.noConflict();
    </script>
    

    Even if they are inserted the other way around! Hence I suggested the slightly ugly and less well coded way of inserting it into the jQuery file itself. I’d advise locally hosting the jQuery file. It’s not the prettiest method ever – or most ideal but it’s the only way I know of in Joomla to get around this annoying fact. BUT if you can manually add in the jQuery.noConflict(); in beneath the jQuery before you load the jQuery plugins – this is a much better method

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm attempting to implement a jQuery Lightbox plugin into a portfolio site build on
We are attempting to implement OpenID (as a relying party) using the OpenID jQuery
I'm attempting to implement nested object forms for my site, using Ryan Daigle's blog
Goal: To implement a jQuery plugin for my rails app (or write one myself,
I am attempting to implement the jQuery Tools Scrollable Example from here: http://flowplayer.org/tools/scrollable/index.html and
I am attempting to implement a function that sorts a randomly generated vector using
I'm attempting to implement a curve interesection algorithm known as bezier clipping, which is
I'm attempting to add a custom pseudo-selector to jQuery, currently using v1.8.0, based on
I'm attempting to implement a Save/Load feature into my small game. To accomplish this
I am attempting to implement the jquery UI Autocomplete feature and I am having

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.