This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello , please tell me how to install? I tried to copy, look for the plugin installation , and still do not really know how to please a step-by -step
Last updated
Are you trying to use it in a plug-in you are writing or just an a page that are creating?
If it's just on page then add the the relevant JS an CSS files to your theme's asset folder and include them in the layout that the page will use - standard stuff in the HEAD block- then either initialise the plugin on the page in a script tag of another included js file.
If It's for a plugin - then add the the relevant JS an CSS files in the asset folder of the plugin and make sure you add them in your 'onRun' function of the component that will use it -
$this->addJs('assets/js/jssor.slider.mini.js.css');
Last updated
1-2 of 2