Tiny Code
Forum Replies Created
-
Forum: Reviews
In reply to: [TC Custom JavaScript] js code not working.Could you give me your website link? If you do not want to public it, you can send to my email: [email protected]
Forum: Reviews
In reply to: [TC Custom JavaScript] js code not working.function myImg(){ window.name = "thiswin"; newwin = window.open("http://185.105.4.132/~zen/player/zenradio.html", "dispwin", "width=750,height=300,scrollbars=no, menubar=no"); }I modified your code, please try it.
Forum: Reviews
In reply to: [TC Custom JavaScript] js code not working.Could you show me your js code?
In current version, please don’t use // comment style; use jQuery instead of $. I hope it will help you.
If your code still not working, please contact me: [email protected]
Forum: Plugins
In reply to: [TC Custom JavaScript] Plugin adds backslashesThank you for using my plugin. I think backslashes automatically added because of Magic quotes setting of PHP. I have released new version to resolve this problem. Please update to the latest version (1.0.3).
If you still have any problem please give me a feedback and I will support you.
Best regards
Tiny Code studioForum: Plugins
In reply to: [TC Custom JavaScript] Where is the JS saved?JS code is saved to database. You have to access database then delete tcjs_content in options table. Could you explain how the Save button is gone?
Forum: Plugins
In reply to: [TC Custom JavaScript] how to add this javascript to a page using your pluginIn current version, our plugin can not add script to a single page.
External sources including feature will be added soon. Now you can use jQuery.getScript() to load external script. Please keep in mind that you shouldn’t use short form, use jQuery instead of $
https://api.jquery.com/jquery.getscript/Thank you for your feedback. You’re helping us improve this plugin!