graphius
Forum Replies Created
-
Forum: Plugins
In reply to: [Processing Projects] Processing Projects PluginI took the liberty of writing a usage instruction if that helps…
Usage:
Put all P5.js files in one folder. Name the folder for your project, eg. myProject. Include a .html file that includes a src link to the p5 libraries as well as src links to each of your .js files. eg. sketch.js, functions.js, etc (for ease of use, download the example file and include the index.html. Be sure to edit it to include all your .js files)
Zip the enclosing folder. ie. the zip file should contain a folder named for your project (myProject), a .html file (by default index.html), and all of your source files (sketch.js, functions.js, etc)
Click on the new menu item “Processing Projects” then upload your created zip file.
Your Processing Project can then be easily added anywhere throughout your site using the shortcode [pp-shortcode id=”0″].
Forum: Plugins
In reply to: [Processing Projects] Processing Projects PluginRESOLVED
Your files MUST be in a container folder, and then that folder must be zipped and uploaded.
the folder must contain an html file (by default index.html) your sketch file, and any additional files.Forum: Themes and Templates
In reply to: [Simplify] Do not have WP-Admin/Appearance/Simplify OptionsIt looks like the developer removed the options for the free version.
What I would like to see is the title automatically taken from the file name when images are uploaded.
Manually typing in hundreds of file names per gig is a pain…you need to choose “checkbox-multiple”
as it is, the plugin is expecting a single checkbox, but you have specified multiple options…