• 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. https://www.mysite.com/images/1.jpg, …./2.jpg etc) All images are displayed in a row (no accordion effect). Could you please help me?

    https://www.ads-software.com/extend/plugins/zaccordion/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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?

    The same to me. Is anyone taking care of this?

    andresxv

    (@andresxv)

    i think i nkow why this happens, the plugin tries to load theese assets:

    <script src='https://yoursite.com/wp-content/plugins/zAccordion/js/jquery.zaccordion.min.js?ver=3.7.1'></script>
    <script src='https://yoursite.com/wp-content/plugins/zAccordion/js/slider.js?ver=3.7.1'></script>
    <script src=https://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

    (@andresxv)

    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.