Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • check this on your code

    <script type="text/javascript">
    var urlBase = './';
    soundManager.url = './';
    </script>

    you need to change urlBase and soundManager.url
    try add the full urlhttp://www.livingdowntowndesmoines.com/wp-content/xmas/lights/

    check this too

    <strong><body></strong>
     <div id="lights">
    
      <!-- lights go here -->
     </div>
    <strong></body></strong>

    you just need to put the code with the scripts js, css, etc. on the header, the div id=”lights” goes into the body.

    download the files here

    http://www.schillmania.com/projects/snowstorm/lights/christmaslights.css
    http://www.schillmania.com/projects/snowstorm/lights/soundmanager2-nodebug-jsmin.js
    http://www.schillmania.com/projects/snowstorm/lights/christmaslights.js
    http://www.schillmania.com/projects/snowstorm/lights/soundmanager2_flash9.swf
    http://www.schillmania.com/projects/snowstorm/lights/image/bulbs-32x32-top.png
    http://www.schillmania.com/projects/snowstorm/lights/image/bulbs-50x50-fragments.png

    i think this is all you need, check the page code too, try to copy the exact page, do some test =)

    add this code

    <script type="text/javascript" src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>

    For the lights its the same, yuo just need to add the files, folders in your server, and add the code to the header of your wp and done.
    the author says

    And the Christmas Lights?

    The christmas lights are a separate experimental script which also has an example. It is undocumented, but the script can be modified to taste if you’re the adventurous type.

    here is the code of that page, try to download the js, css and other files needed =)

    <html>
    <head>
    <title>Smashable Christmas Lights</title>
    <link rel="stylesheet" media="screen" href="christmaslights.css" />
    <script type="text/javascript" src="soundmanager2-nodebug-jsmin.js"></script>
    <script type="text/javascript" src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>
    <script type="text/javascript" src="christmaslights.js"></script>
    <script type="text/javascript">
    var urlBase = './';
    soundManager.url = './';
    </script>
    </head>
    <body>
    <div>
     <div id="loading">
      <h1>Christmas Light Smashfest 2008: Prototype</h1>
      <h2>Rendering...</h2>
     </div>
     <div id="lights">
      <!-- lights go here -->
     </div>
     <div style="position:absolute;bottom:3px;left:3px">
      <a href="?size=pico">pico</a> | <a href="?size=tiny">tiny</a> | <a href="?size=small">small</a> | <a href="?size=medium">medium</a> | <a href="?size=large">large</a>
     </div>
    </div>
    </body>
    </html>

    you dont need a plugin, download the file with the script and images, add this code <script type="text/javascript" src="script/snowstorm.js"></script> in the header.php file.

    Thread Starter secol

    (@secol)

    Well i find the problem, its the language file, i just changue the language(spanish) to the default in the config file and start to work fine, and now i try to update the language.

    cheers

    S.

    Thread Starter secol

    (@secol)

    Ok i find something
    in the Appearence of the new site the actual theme is shown, but in the upgraded site the theme is not showing

    examples:
    new install:
    Appearence
    Themes
    Widgets
    Editor
    Multiflex-4 theme options

    upgraded install:
    Appearence
    Themes
    Widgets
    Editor

    now im go to check the code again =/

    the database are the same in both cases

    Thread Starter secol

    (@secol)

    well after install from zero wp2.7 the preview works fine, so its a upgrade problem, now i go to check the database to find any inconsistency

    =)

    Thread Starter secol

    (@secol)

    ok, i check the permissions and copy again the files from de zip, and nothing =/

    im go to make a new fresh install from zero to check if the bug comes from the beggining or from the upgrade.

    Thread Starter secol

    (@secol)

    Otto42, thanks for the answer, but im not use linux, my server is runing under w2k3 with apache server, its that a problem?
    and i upgrade from 2.6.x(the last release)

    Thread Starter secol

    (@secol)

    i try with the supported themes http://codex.wordpress.org/Themes/Theme_Compatibility/2.7 but i can’t preview those themes.

    any help?

Viewing 10 replies - 1 through 10 (of 10 total)