Title: secol's Replies | WordPress.org

---

# secol

  [  ](https://wordpress.org/support/users/secol/)

 *   [Profile](https://wordpress.org/support/users/secol/)
 *   [Topics Started](https://wordpress.org/support/users/secol/topics/)
 *   [Replies Created](https://wordpress.org/support/users/secol/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/secol/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/secol/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/secol/engagements/)
 *   [Favorites](https://wordpress.org/support/users/secol/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Christmas Lights](https://wordpress.org/support/topic/christmas-lights/)
 *  [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/christmas-lights/#post-932646)
 * 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 url`http://
   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.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Christmas Lights](https://wordpress.org/support/topic/christmas-lights/)
 *  [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/christmas-lights/#post-932510)
 * 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>
       ```
   
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Christmas Lights](https://wordpress.org/support/topic/christmas-lights/)
 *  [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/christmas-lights/#post-932507)
 * 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>
       ```
   
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Christmas Lights](https://wordpress.org/support/topic/christmas-lights/)
 *  [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/christmas-lights/#post-932405)
 * 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.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [theme preview don’t work in 2.7](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/)
 *  Thread Starter [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/#post-929755)
 * 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.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [theme preview don’t work in 2.7](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/)
 *  Thread Starter [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/#post-929754)
 * 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
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [theme preview don’t work in 2.7](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/)
 *  Thread Starter [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/#post-929748)
 * 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
 * =)
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [theme preview don’t work in 2.7](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/)
 *  Thread Starter [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/#post-929742)
 * 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.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [theme preview don’t work in 2.7](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/)
 *  Thread Starter [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/#post-929725)
 * 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)
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [theme preview don’t work in 2.7](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/)
 *  Thread Starter [secol](https://wordpress.org/support/users/secol/)
 * (@secol)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/theme-preview-dont-work-in-27/#post-929718)
 * i try with the supported themes [http://codex.wordpress.org/Themes/Theme_Compatibility/2.7](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)