Title: Code and Image Location
Last modified: August 20, 2016

---

# Code and Image Location

 *  [mrengezh](https://wordpress.org/support/users/mrengezh/)
 * (@mrengezh)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/code-and-image-location/)
 * Where should I place the following code?
 *     ```
       <ul id="featured"> <li> <image src="/images/1.jpg" width="600" height="310" alt="" /> </li> <li> <image src="/images/2.jpg" width="600" height="310" alt="" /> </li> <li> <image src="/images/3.jpg" width="600" height="310" alt="" /> </li> <li> <image src="/images/4.jpg" width="600" height="310" alt="" /> </li> </ul><pre><code></code></pre>
       ```
   
 * and where should I place the images? I tried to place the code in a Page and 
   then make a complete link to the images (e.g. [http://www.mysite.com/images/1.jpg](http://www.mysite.com/images/1.jpg),…./
   2.jpg etc) All images are displayed in a row (no accordion effect). Could you
   please help me?
 * [http://wordpress.org/extend/plugins/zaccordion/](http://wordpress.org/extend/plugins/zaccordion/)

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

 *  [Michelle](https://wordpress.org/support/users/mvogeltanz/)
 * (@mvogeltanz)
 * [13 years ago](https://wordpress.org/support/topic/code-and-image-location/#post-3274013)
 * I am having the same issue – after inserting the html into my page, the slider
   photos are displayed in a column rather than an accordion. Was this ever resolved?
 *  [octaviogro](https://wordpress.org/support/users/octaviogro-1/)
 * (@octaviogro-1)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/code-and-image-location/#post-3274014)
 * The same to me. Is anyone taking care of this?
 *  [andresxv](https://wordpress.org/support/users/andresxv/)
 * (@andresxv)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/code-and-image-location/#post-3274016)
 * i think i nkow why this happens, the plugin tries to load theese assets:
 *     ```
       <script src='http://yoursite.com/wp-content/plugins/zAccordion/js/jquery.zaccordion.min.js?ver=3.7.1'></script>
       <script src='http://yoursite.com/wp-content/plugins/zAccordion/js/slider.js?ver=3.7.1'></script>
       <script src=http://yoursite.com/wp-content/plugins/zAccordion/js/jquery.easing.1.3.js?ver=3.7.1'></script>
       ```
   
 * but it wont work on some servers because of the uppercase in:
    `/plugins/zAccordion/`
   should call: `/plugins/zaccordion/`
 *  [andresxv](https://wordpress.org/support/users/andresxv/)
 * (@andresxv)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/code-and-image-location/#post-3274017)
 * also the id in your markup should be “slider” not “featured”

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

The topic ‘Code and Image Location’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/zaccordion.svg)
 * [zAccordion](https://wordpress.org/plugins/zaccordion/)
 * [Support Threads](https://wordpress.org/support/plugin/zaccordion/)
 * [Active Topics](https://wordpress.org/support/plugin/zaccordion/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zaccordion/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zaccordion/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [andresxv](https://wordpress.org/support/users/andresxv/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/code-and-image-location/#post-3274017)
 * Status: not resolved