fabax
Forum Replies Created
-
Forum: Plugins
In reply to: [Processing for wordpress] installation?Ok, Can you please send me your sketch somehow ? by putting it on openprocessing for instance ?
Forum: Plugins
In reply to: [Processing for wordpress] installation?Ok, Can you please send me your sketch somehow ? by putting it on openprocessing for instance ?
Forum: Plugins
In reply to: [Processing for wordpress] Errors when "posting" sketchHello Goulu
I think you’re server doesn’t allow creating and writing on files. What happens is that if you enabled the full screen , responsive or image mode. the plugin will write on your processing file to link it with the javascript it’s using to make the magic happen.
Although to check that the problem does come from that, can you please disable the responsive and the full screen on your sketch. Then when you display it on page, look form the class fb_<name of the sketch> and check that you do have information on the canvas div or that the sketch get displayed. If i correctly identified the problem your sketch should display by doing this
To fully solve the problem perhaps look at permissions on the server and try again.
Anyway thank you for your detailed feed back, i’m going to look at all this in the coming days and hopefully solve your problem
Please let me know if it helpsForum: Plugins
In reply to: [Processing for wordpress] installation?i’ve just uploaded a new version of the plugin, let me know if it fixes your bugs
Forum: Plugins
In reply to: [Processing for wordpress] installation?Hello nada, that’s normal the plugin doesnt do anything if you don’t use a processing sketch with it. Also you don’t have to use the do_action(‘plugin_name_hook’) function ether as it works with shortcodes.
I made a video to explain the plugin here : https://www.youtube.com/watch?v=hL8wiorVe_A
Forum: Plugins
In reply to: [Processing for wordpress] Not very clearIf you want more informations about my plugin don’t hesitate to ask more questions. Also i’m french as well so we don’t have to speak english ??
Forum: Plugins
In reply to: [Processing for wordpress] Not very clearHello Li-An
I’m coming up with some more explanations later because i realize it might me needed. But you have to know that this plugin is made to run processing js sketches in a web page. That means you have to put a processing project in it -> folder with a .pde file in it. It has nothing to with images, it’s only about codeIf you want more informations about processing js and how it works, I suggest you to go to processingjs.org