Title: bj147's Replies | WordPress.org

---

# bj147

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Enigma] Pages destroyed after update](https://wordpress.org/support/topic/pages-destroyed-after-update/)
 *  [bj147](https://wordpress.org/support/users/bj147/)
 * (@bj147)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/pages-destroyed-after-update/#post-13774004)
 * I’m running into a similar issue. On line 24 core/scripts/css-js.php from v5.1
   of the engima-parallax theme, I see:
 *     ```
       		wp_enqueue_script('caroufredsel', get_template_directory_uri() .'/js/caroufredsel-6.2.1/jquery.caroufredsel-6.2.1.js', array('jquery'), true, true );
       		wp_enqueue_script('caroufredsel-element', get_template_directory_uri() .'/js/caroufredsel-6.2.1/caroufredsel-element.js', array('jquery'), true, true );
       ```
   
 * However, the directory is named carouFredSel (different capitalization), so the
   Inspect tab of my browser reports a status 404 (not found) when trying to load
   these. The correct lines should be:
 *     ```
       		wp_enqueue_script('caroufredsel', get_template_directory_uri() .'/js/carouFredSel-6.2.1/jquery.caroufredsel-6.2.1.js', array('jquery'), true, true );
       		wp_enqueue_script('caroufredsel-element', get_template_directory_uri() .'/js/carouFredSel-6.2.1/caroufredsel-element.js', array('jquery'), true, true );
       ```
   
 * Would you update this in the next version of the theme?

Viewing 1 replies (of 1 total)