Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Aug 2013
    Location
    United States
    Posts
    73
    Plugin Contributions
    0

    Default HELP, possible Jquery/jscrip issue no pop ups or slider are working

    On my site I noticed a day or two ago that my pop up login was not working anymore, and neither was my slide out shopping cart. For example when you click login it is supposed to bring a pop out to the front of the page darken out the main page where you can login and once successful close and refresh the page, it was working great and now it is not. Additionally when you ad something to your cart via the ad button on the main page of a featured product or a sale product, or on the actual product page it is supposed to ad it to your cart and then the cart has a little slide down that come down from the cart button to show you what is in this cart.

    I purchased both of these products from Numinix and both were working great for over a month, I started playing around with compressing and minifying my css and jscript and I think I have broken something, everything else works great except you can no longer have the abilities to view your cart or login without being redirected to that specific page, this is not good as some people will loose there place in my site and then have to click all over the place to get back to it or hit the back button on their browser a couple times and refresh, this is a waste of time and my customer like to buy/browse quick without interuption, they are acustomed to these features and now getting confused please help me out I am not sure where to even start debugging in chrome I get this messsage when using the developer tools but I am not sure on how to go about fixing it.

    My website is bullysperformance dot com

    Here is what I get in chrome see attachment for picture of errors, all of them have the same error code of "uncaught referrenceerror: jquery is not defined"
    Name:  error page example.jpg
Views: 457
Size:  50.3 KB

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: HELP, possible Jquery/jscrip issue no pop ups or slider are working

    You are loading the jquery after the rest of the scripts in your header. move the lines defining jquery futher to the top, between the css and jscript lines and all should work fine

  3. #3
    Join Date
    Aug 2013
    Location
    United States
    Posts
    73
    Plugin Contributions
    0

    Default Re: HELP, possible Jquery/jscrip issue no pop ups or slider are working

    what file(s) do I need to do this in? I read a post somewhere her on the boards with that exact info in it and I looked around but not sure what files I need to adjust to get this working I am thinking maybe the html_header.php in my includes/template/csutom_template/common folder this is the code I have for calling jqeury I think it is at the very bottom.

    PHP Code:
    <?php
    /**
    * load the loader files
    */

    if($RI_CJLoader->get('status') && (!isset($Ajax) || !$Ajax->status())){
        
    $RI_CJLoader->autoloadLoaders();
        
    $RI_CJLoader->loadCssJsFiles();
        
    $files $RI_CJLoader->header();
        foreach(
    $files['css'] as $file)
            if(
    $file['include']) {
          include(
    $file['src']);
        } else if (!
    $RI_CJLoader->get('minify_css') || $file['external']) {
          echo 
    "<link rel=\"stylesheet\" type=\"text/css\" href='{$file['src']}' />\n";
        } else {
          echo 
    "<link rel=\"stylesheet\" type=\"text/css\" href=\"min/?f={$file['src']}&amp;".$RI_CJLoader->get('minify_time')."\" />\n";
        }
            
        foreach(
    $files['jscript'] as $file)
            if(
    $file['include']) {
          include(
    $file['src']);
        } else if(!
    $RI_CJLoader->get('minify_js') || $file['external']) {
          echo 
    "<script type='text/javascript' src='{$file['src']}'></script>\n";
        } else {
          echo 
    "<script type=\"text/javascript\" src=\"min/?f={$file['src']}&amp;".$RI_CJLoader->get('minify_time')."\"></script>\n";
        }
    }
    Thanks for all your help
    J
    Last edited by jwaynehinkle; 6 Oct 2013 at 05:21 PM.

  4. #4
    Join Date
    Aug 2013
    Location
    United States
    Posts
    73
    Plugin Contributions
    0

    Default Re: HELP, possible Jquery/jscrip issue no pop ups or slider are working

    is this what it is supposed to look like?

  5. #5
    Join Date
    Aug 2013
    Location
    United States
    Posts
    73
    Plugin Contributions
    0

    Default Re: HELP, possible Jquery/jscrip issue no pop ups or slider are working

    not sure if this has to do with the issue or not, however I enabled debugging and when clicking on something on my site that should be using jguery or jscript such as slide down shopping cart and pop out login I get this error could this have something to do with my jscript not working right?

    PHP Fatal error: Class 'queryFactory' not found in on includes/functions/sessions.php on line 55

  6. #6
    Join Date
    Aug 2013
    Location
    United States
    Posts
    73
    Plugin Contributions
    0

    Default Re: HELP, possible Jquery/jscrip issue no pop ups or slider are working

    Ok just an update my highslide gallery is working properly this calls JS you can see it working properly (with the exception of additional aren't using IH4 like they are supposed I think it might be I do not remember how to check if they are or not) @ bullysperformance dot com/gt-for-jeep-40440-114.html.

    Now I am really confused if this is working shouldn't everything else that requires jquery and jscript be working? help please I must get this figured out so I can turn on my jquery mobile theme....

    Thanks
    J

 

 

Similar Threads

  1. Installing a Jquery slider. Some help please
    By Inxie in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Sep 2012, 07:13 PM
  2. Additional images jquery mini-slider --- is it possible?
    By Invizix in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 17 Sep 2012, 12:48 PM
  3. HELP with Automatic Image Slider w/ CSS & jQuery
    By lucianman in forum General Questions
    Replies: 3
    Last Post: 20 Feb 2011, 10:54 PM
  4. Pop Ups on my site? What are they?
    By Baysbeauty in forum General Questions
    Replies: 11
    Last Post: 19 Nov 2008, 07:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg