Code Machine
Forum Replies Created
-
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Stalled upgrade on Version 7.1-CEWe make it works.
Your server configuration is denied folder creation.
You can manage Blocks but you cannot create Templates. I’ve few iother things I’m currently doing and I will check template issue later today.
You can use it normally without creating Templates. Only Blocks.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Stalled upgrade on Version 7.1-CECould you please provide us with WordPress Dashboard Login credential?
You can send it to [email protected]
Thanks,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Stalled upgrade on Version 7.1-CEHello All,
Torkild, glad you got everything fine. Thank you for the information you provided of how you got it to work. We will test the same case you had.
I’m a little sure that Uninstall and Install won’t solve the problem!
I’m checking to see what might cause this issue.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Stalled upgrade on Version 7.1-CEHello,
Do you’ve BPS Plugin installed or any other security Plugin?
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] the plugin doesnt remove css from database😀 Don’t worry we never avoid an issue. Everything is queued. We just manage issues.
Currently Only PRO/DEV edition http://css-javascript-toolbox.com that has Editor Menu/Functions like find, replace, Goto Line, Code Folding, etc…
Thank you! I’m happy you like the Pluign.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] the plugin doesnt remove css from databaseIts wired!! Never reported before!
‘Remove’ Code is the same as ‘Add’ and ‘Edit’ code. There cannot be never a different between those 3 actions.
Make sure you always click save after editing.
I will let you know if I noticed something related that might cause this.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] the plugin doesnt remove css from databaseHello,
Thanks! You will be surprised by the next version!!
By saying ‘remove’ — Do you mean deleting code Block?
If yes — If you just deleted code block nothing is happen until you press ‘Save All Changes’ button.
Hope that helps.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Upgrading to WordPress 3.9 Deletes All Code Blocksuse:
$data = esc_sql($data);
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Upgrading to WordPress 3.9 Deletes All Code BlocksHello guys,
You’re both guys has PHP 5.5. This enforce WordPress “3.9” to use MYSQLI for connecting to Database instead of MYSQL extension. MYSQL extension has been deprecated in WordPress version 5.5.
We will fix this in the next release.
Thanks,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Script in the page bodyHello,
If you want to put the code exactly after the <body> tag then the answer is NO — its not possible. The footer location is to add the code before the </body> close tag. You can then move things around using Javascript. Also using Shortcode might help.
Those two quick articles explain the CJT code locations support:
http://css-javascript-toolbox.com/document/user-manual/cjt-blocks/using-shortcode/
Hope that helps.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] cannot create code block on fresh installHello Guys,
Great! We’re sorry for the delay.
I just discovered what is causing the issue. As I said its the Theme link/output scripts (wp-list, etc…) within CJT AJAX Requests while it shouldn’t do.
However the CJT Plugin owner would like to get a solution for CJT instead of asking the Theme Authors to don’t conflict with CJT Plugin. We’re checking a solution.
The issue is as following
#file: wp-content/themes/x/framework/functions/global/admin/sidebar.php
#lines: 98, 99 and 100So it seems that the X theme enqueue/output/link Dashboard Sidebars javascript in the CJT Ajax request! while those scripts should linked only in the specific page they’re targeting!!!!! It uses admin_init to link scripts while it should use one of the scripts related actions/filters.
I will let you know guys once its done.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Upgrading to WordPress 3.9 Deletes All Code BlocksHey guys!
Thank you for both all.
Thank you bloomspin for your investigation. We really appreciate that. We just checking out WordPress 3.9 incompatibility issues and going to make new release very soon.
I just upgraded to WordPress 3.9 and everything works fine but I will check again.
We will make you all posted.
Sunthing — I know you’re running CJT PRO edition — Are you using WPMU site too?
bloomspin — Are you running FREE?Community edition?
Thanks guys!
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] CJT Block Shortcode issueHello,
What do you mean by ‘Page Layout’? — and — What I con you’re talking about?
I guess you’re talking about Shortcode icon that inserting CJT Shortcode into Post/Page content. — if yes — You should write Shortcode manually or copy and past Shortcode that CJT provide from Blocks Info Icon. Only PRO/DEV edition has Shortcodes list TinyMCE button.
CJT allows only Header, Footer and Shortcode location. If you need extra cuztomization you then need to do that your self Through Javascript manipulation or PHP that binding WordPress hooks
Hope that helps.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Safe to let anybody write codes?Hello,
CJT is allowing running PHP codes. Its intended for site admins as it allows writing any kind of PHP. Its not intended to scan anything. CJT Jobs is to provide Code Editing Tools that can be assigned to WordPress requests (pages, posts, etc…) Anything will run. So its your responsibility to prevent malicious code as CJT doesn’t do that for you.
Hope that helps.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Issue with plugin after migrationHello,
This is not actually error!
This is the css-javascript-toolbox/access.points child files list. They’re shouldn’t be printed like that.
I believe there is server configuration clash with CJT! Might be because the directory is containing a dot inside. I’m not really sure. We never experience this kind of issue.
Please contact your siteground support and let us know what they has reported.
Regards,
AHMeD