View Single Post
  #1  
Old 04-29-2016, 04:11 PM
 
cocopops cocopops is offline
 

Newbie
  
Join Date: Oct 2014
Posts: 7
 

Default Inserting a JS plug-in

I'm trying to install a simple CSS/JS accordion on one of my static pages but I keep getting stuck. The CSS seems to be loading as the accordion is styled, but when I click on the buttons to reveal the hidden text, nothing happens.

Here's what I've done...
1) Inserted this code in /customer/service_css.tpl
{load_defer file="lib/marco/accordion.css" type="css"}

2) Inserted this code in /customer/service_js.tpl
{load_defer file="/lib/marco/accordion.js" type="js"}

3) Uploaded CCS and JS files mentioned above:
http://s32.postimg.org/63znoxu51/image.jpg

4) Inserted the html in the content section of Static Pages:
http://s32.postimg.org/ttpn82yfp/image.jpg

Here is the link to the page: http://www.melissaphilippines.com/FAQ2.html?mode=preview

As you will see, the buttons are styled but nothing happens when you click them.
Here is a demo of how it is supposed to work: http://demo.stemkoski.com/accordion/

I've spent days trying to figure this out but can't seem to get anywhere!
Any help is much appreciated.
__________________
X-Cart v4.4.3 Gold
X-Cart Mobile
Reply With Quote