Code Machine
Forum Replies Created
-
Hello,
Are you saying that: When you use Shortcode for inserting a Block its printed twice, one in the post content and one in the header/footer?
If yes, then I believe you’re doing it wrong!
Why you assigning a Block to a page while you’re inserting as Shortcode?!
If you need to insert a code Block into a post content, just do the following;
1. Create Code Block
2. Add your code there (JS Code above)
3. Save Block
4. Edit the Post you like to insert the Shortcode
5. Select the code block from the TinyMCE CJT Shortcode buttons list
6. Save post.NOTE: We didn’t assign the Code Block to the page as its already inserted as Shortcode.
Short code blocks doesn’t use assignment.
Hope that helps!
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Rare PHP errorNo I didn’t worked in this issue
I don’t even considering this as CJT issue!
Its almost a Plugin conflict.
I will let you know once I figured out the issue.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] just disappear the editorMuch welcome!
Glad you got it works.
Thanks for the submission!
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallGood news!
May be its a server/Apache cache not Browser cache, so that Apache is still sending the old files. May be its just start to send the new files when its requested first time from my PC!
You’re much welcome
Please let us knows if you’ve any problem with any other installation you made for your clients.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallThanks!
I checked it out and it works fine.
I send you an email with screenshot attached.
Its a Browser cache.
Hope that helps.
Please let me know if you still stuck on this problem.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallAre you sure that you didn’t use the other Browser to access CJT before the update?
It might need a Browser Cache Refresh too.
Sometimes Browsers fails clearing cache.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallHello,
Could you please send us Access to the broken website?
You can send those info to [email protected]
Thanks,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] just disappear the editorRefreshing browser cache might help you
See this https://ww.wp.xz.cn/support/topic/cant-install-54?replies=7
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallNo worries. You’re much welcome
Glad you got everything solved.
And thank you for posting here! We need to know how much stable the new release is.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallHello,
We’re sorry about that!
Please try to clear your browser cache (CTLR + R or F5 or from settings form)
Even so use another Browser so we can make sure its not old Javascript still loaded while its removed
Please let me know what happened.
Thanks,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallI just release version 8.0.1
Please let me know what happened!
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Can't InstallThanks for notifying!
You just detect a MAJOR bug as we just release version 8.0 now.
I will upload a new version within minutes
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Rare PHP errorThanks!
Sure there is a way but I don’t yet know what is it!
I will check it and get back to you real soon.
Forum: Plugins
In reply to: [CSS & JavaScript Toolbox] Does the plugin provide shortcodes?Hello,
Sure!
Currently All Post/Pages/Custom Posts can has Shortcode. There is a TinyMCE button added by CJT. You can select any Block to delegate through Shortcode.
Using Block in Widgets is an CJT Extension (http://css-javascript-toolbox.com/extensions/block-widget-linker/) is currently still in development.
We will release then within few days.
Hope that helps.
Regards,
AHMeDForum: Plugins
In reply to: [CSS & JavaScript Toolbox] Rare PHP errorThanks for the information.
Those all are great.
I’m happy to create the test site as it will help us discover the issue and may be other conflicts too.
The query error is because the WHERE clause condition “(pins.value IN ())))); doesn’t include the currently requested POST->ID that being retrived from $GLOBAL[‘post’]->ID, the error means that $GLOBAL[‘post’] is not being set to the current displayed post/page! It should be something as FOLLOWING (pins.value IN (777))))); where 777 is the post id currently displayed! This is a little wiered and might be related to other Plugin might cleared this var.
I will check it and get back to you.
Thanks,
AHMeD