Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 101 to 110 of 111
  1. #101
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems

    Im using CSSJS from Author: Numinix Version: 2.1.0 + clear zen 1.51 + Vertrigoserv 2.29 on win8

    I try to change in min/config.php but still not working i tried use this but not working too

    include('C:/VertrigoServ/www/shop/includes/configure.php');

    and css is valid from template classic
    any next idea ?
    Last edited by Lopi; 6 Dec 2012 at 11:49 AM.

  2. #102
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems


  3. #103
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems

    <font size='1'><table class='xdebug-error xe-warning' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
    <tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Warning: fopen(C:/VertrigoServ/www/shopen/min/cache/minify_stylesheet,stylesheet_css_buttons.css_f7e75ff6ce70434970d3341a363e168b) [&lt;a href='function.fopen'&gt;function.fopen&lt;/a&gt;]: failed to open stream: No such file or directory in C:\VertrigoServ\www\shopen\min\lib\Minify\Cache\File.php on line <i>100</i></th></tr>
    <tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
    <tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
    <tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0007</td><td bgcolor='#eeeeec' align='right'>349984</td><td bgcolor='#eeeeec'>{main}( )</td><td title='C:\VertrigoServ\www\shopen\min\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>0</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0078</td><td bgcolor='#eeeeec' align='right'>1061744</td><td bgcolor='#eeeeec'>Minify::serve( )</td><td title='C:\VertrigoServ\www\shopen\min\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>66</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0355</td><td bgcolor='#eeeeec' align='right'>1353856</td><td bgcolor='#eeeeec'>Minify_Cache_File->store( )</td><td title='C:\VertrigoServ\www\shopen\min\lib\Minify.php' bgcolor='#eeeeec'>..\Minify.php<b>:</b>302</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>4</td><td bgcolor='#eeeeec' align='center'>0.0359</td><td bgcolor='#eeeeec' align='right'>1354672</td><td bgcolor='#eeeeec'>Minify_Cache_File->fetch( )</td><td title='C:\VertrigoServ\www\shopen\min\lib\Minify\Cache\File.php' bgcolor='#eeeeec'>..\File.php<b>:</b>37</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>5</td><td bgcolor='#eeeeec' align='center'>0.0360</td><td bgcolor='#eeeeec' align='right'>1354912</td><td bgcolor='#eeeeec'><a href='http://www.php.net/fopen' target='_new'>fopen</a>
    ( )</td><td title='C:\VertrigoServ\www\shopen\min\lib\Minify\Cache\File.php' bgcolor='#eeeeec'>..\File.php<b>:</b>100</td></tr>
    </table></font>

  4. #104
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems

    Its working now ;) ... I didnt have in /min/ directory cache ...

  5. #105
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: css javascript loader addon

    I got a problem with CSJLoader too, I have several jQuery minimified libraries and it is loading only the old one??? Also Google's speed checker, points out none of my javascript is compressed? my html_header is fine >>>
    Code:
    require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
    /**
     * output main page HEAD tag and related headers/meta-tags, etc
     */
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
    <head>
    <title><?php echo META_TAG_TITLE; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="OSLLC" />
    <meta name="generator" content="OSLLC;, http://www.theoutletseason.com eCommerce" />
    <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base,explode(",",constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base=='down_for_maintenance' || $robotsNoIndex === true) { ?>
    <meta name="robots" content="noindex, nofollow" />
    <?php } ?>
    <?php if (defined('FAVICON')) { ?>
    <link rel="icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
    <link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
    <?php } //endif FAVICON ?>
    
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
    <?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
    <link rel="canonical" href="<?php echo $canonicalLink; ?>" />
    <?php } ?>
    
    <?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') || $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') || $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";
    }
    //DEBUG: echo '<!-- I SEE cat: ' . $current_category_id . ' || vs cpath: ' . $cPath . ' || page: ' . $current_page . ' || template: ' . $current_template . ' || main = ' . ($this_is_home_page ? 'YES' : 'NO') . ' -->';
    ?>
    <?php echo rss_feed_link_alternate(); // RSS Feed ?>
    
    <p>&nbsp;</p>
    
    </head>
    <?php // NOTE: Blank line following is intended: ?>
    but still it's not loading the most recent library and probably that's why the conflict, I tried to search for general jQuery problems online, and found nothing that could be related to the way the loader works, so I don't know how to fix that, that is to make the scripts use the most recent library instead.
    Check out my store in my signature and you will see sometimes instant search works(enter a few letter and it will show matches), and sometimes doesn't ...

  6. #106
    Join Date
    Dec 2008
    Location
    San Fran
    Posts
    382
    Plugin Contributions
    0

    Default Re: css javascript loader addon

    My CSS looks like it's loading funny. Can anybody tell me if this is normal?

    Code:
    #trailimageid{position:absolute;visibility:hidden;left:0px;top:0px;width:220px;height:0px;z-index:1000}#trailimageid
    div{padding:5px;background-color:#FFF;border:1px
    solid #888;text-align:center}#trailimageid
    h1{font-size:100%;font-weight:normal;margin:0;padding:2px
    0px;text-align:left;width:100%}#trailimageid
    img{margin:2px;border:none}#un
    .buttons{text-align:right;margin-top:10px}#un
    It's creating a new line, but I'm not sure why. There seems to be a bunch of white space at the end of the lines, why would it create a new line?

    Just wondering if this is normal and why it's happening?

  7. #107
    Join Date
    Jul 2014
    Location
    Varna, Bulgaria, Bulgaria
    Posts
    2
    Plugin Contributions
    0

    Default Re: css javascript loader addon

    Hello, i just want to install CSS/JS Loader the last version from Numinix on my zen cart ver. 1.39.
    I think I install it as described to install, but obviously wrong somewhere.
    I read everything written here, but I did not find solution to my problem.
    I took a few pictures to see the problem clearly.

    Click image for larger version. 

Name:	pic 1.jpg 
Views:	106 
Size:	59.8 KB 
ID:	14348
    Click image for larger version. 

Name:	pic 2.jpg 
Views:	85 
Size:	60.3 KB 
ID:	14349
    Click image for larger version. 

Name:	pic 3.jpg 
Views:	82 
Size:	44.7 KB 
ID:	14350

    to be precise, I once (only the first time to install it, then uninstall it then worked fine), but every time after that does not work.

    Sorry if my problem is stupid, but I'm not a professional and do only what is wrote in instruction.
    Thank you!

  8. #108
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: css javascript loader addon

    Quote Originally Posted by Haralambi Sertev View Post
    Hello, i just want to install CSS/JS Loader the last version from Numinix on my zen cart ver. 1.39.
    I think I install it as described to install, but obviously wrong somewhere.
    I read everything written here, but I did not find solution to my problem.
    I took a few pictures to see the problem clearly.

    Click image for larger version. 

Name:	pic 1.jpg 
Views:	106 
Size:	59.8 KB 
ID:	14348
    Click image for larger version. 

Name:	pic 2.jpg 
Views:	85 
Size:	60.3 KB 
ID:	14349
    Click image for larger version. 

Name:	pic 3.jpg 
Views:	82 
Size:	44.7 KB 
ID:	14350

    to be precise, I once (only the first time to install it, then uninstall it then worked fine), but every time after that does not work.

    Sorry if my problem is stupid, but I'm not a professional and do only what is wrote in instruction.
    Thank you!
    Quite honestly.. It's still not clear here what exactly "THE" problem is.. "does not work" is not very descriptive.. WHAT exactly "doesn't work"?? Describe the ISSUE you are having.. Screenprints are not helpful, descriptive words of your SYMPTOMS will be much more helpful..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #109
    Join Date
    Jul 2014
    Location
    Varna, Bulgaria, Bulgaria
    Posts
    2
    Plugin Contributions
    0

    Default Re: css javascript loader addon

    Hi DIVAVOCALS, sorry for my bad answer, but i'm not specialist with zen cart, so i need of some help from people like you.
    I see that javascript not work and give me error "Added CSS JS Loader Configuration" in red box. More also give me error and for
    "Updates CSS JS Loader to v2.1.0"
    "Updates CSS JS Loader to v2.2.1"
    "Updates CSS JS Loader to v3.0.0"
    "Updates CSS JS Loader to v3.0.1"
    I don't know how to help to resolve the problem, but if is need to show some code i can do this.
    Thank you for your support.

  10. #110
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: css javascript loader addon

    I need some clarifications about how this module works. For example jquery.php located in mystore/plugins/riCjLoader/config

    '1.11.0' => array(
    'jscript_files' => array(
    'jquery.js' => array(
    'local' => 'jquery-1.11.0.min.js' ,
    'cdn' => array(
    'http' => 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js',
    'https' => 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'
    )
    )
    )
    )


    I want to know if my configuration is ok, because it seems is loading jQuery 2 times ( one from local and one from cdn ) . Is that ok ?

 

 
Page 11 of 12 FirstFirst ... 9101112 LastLast

Similar Threads

  1. Replies: 8
    Last Post: 26 Feb 2016, 12:41 AM
  2. css/js loader !!
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Nov 2011, 01:19 PM
  3. CJ Loader (CSS/Javascript Loader) plugin function is not loaded by zen cart?
    By tripflex in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Jul 2011, 03:55 PM
  4. Yellow1912's css javascript loader breaks Ajax EasySlider
    By dutchy in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 27 Oct 2010, 11:23 AM
  5. [support thread] Javascript loader
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Nov 2009, 12:11 AM

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