Using Revolution Slider with Squarespace -


i'm having trouble determining whether jquery version of revolution slider made work squarespace site. documentation mentions need upload several folders (assets, css, fonts, js) containing files web server, can't squarespace (you can upload individual javascript files or other asset files). maybe having folder structure isn't necessary. possible use revolution slider squarespace?

based on following text documentation:

please upload <strong>revolution</strong> folder server. in folder find following subfolders containing of items content:      assets     css     fonts     js  if slider revolution placed in different folder, don’t forget change file paths in upcoming examples! 

it seems use in squarespace enabling developer mode/platform. add folder called, say, "revolution" "assets" folder in squarespace. "/assets/revolution" folder contain of files referenced in docs (assets, css, fonts, js). you'd change file path instructed in docs.

i happen use dev. mode exclusively, while i'm familiar it, have not used slider mention. however, see nothing in docs leads me believe not work. have included other plugins in similar fashion using dev. mode/platform.

this require learn , use developer platform, you'll want consider because raise overhead of using slider (you'll not learning use slider, first learning squarespace developer platform, how/where add scripts , files, git/sftp, etc.)

you can of course start squarespace template, enable dev. mode there, edit files minimally achieve use of slider (add files /assets, add script, done).

from docs, you'd add following (with edited file paths) "between <head></head> tags".

- rs5.0 main stylesheet --> <link rel="stylesheet" type="text/css" href="/assets/revolution/css/settings.css">  <!-- rs5.0 layers , navigation styles --> <link rel="stylesheet" type="text/css" href="/assets/revolution/css/layers.css"> <link rel="stylesheet" type="text/css" href="/assets/revolution/css/navigation.css">      <!-- rs5.0 core js files --> <script type="text/javascript" src="/assets/revolution/js/jquery.themepunch.tools.min.js?rev=5.0"></script> <script type="text/javascript" src="/assets/revolution/js/jquery.themepunch.revolution.min.js?rev=5.0"></script> 

from there, it'd matter of adding "slider markup" , initialization script either in code block in squarespace layoutengine, or 'hard-coded' within template files (this latter choice require navigating/editing template files more using code block). i'd recommend trying use code block first.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -