Get 20% Discounts! offer in 2 days

Damian Baker

Forum Replies Created

Viewing 22 posts - 101 through 122 (of 122 total)
  • Author
    Posts
  • in reply to: Insert CJT Block Shortcode #9276
    Damian Baker
    Participant

    Hi Denilson,

    Thank you for the support question. I’m so sorry for the inconvenience you are experiencing. We do know about this issue, which has occurred since the introduction of WordPress version 3.9. We are currently working on this fix plus a number of other conflict resolutions and improvements. We will push this update out as soon as we can.

    In the meantime, you can use the Information icon in the code block toolbar to obtain the shortcode ID.
    Hope this helps.

    Kind Regards,
    Damian

    in reply to: Problem with wordpress 3.9 #9232
    Damian Baker
    Participant

    Hi Gerard,

    Thanks for your support message. We are currently working to fix a number of issues that WordPress version 3.9 has unfortunately conflicted with the CJT plugin. We do hope to have some resolutions in the near future. Sorry for the inconvenience.

    Kind Regards,
    Damian

    in reply to: Strange warning appear after upgrading to WordPress 3.9 #9229
    Damian Baker
    Participant

    Hello,

    Thanks for your message.
    The details you provided helps us a lot.

    We just figured out what is casing the problem and will fix it within the next release.
    Its because you’ve PJHP 5.5 installed — It forces WordPress to use MYSQLI to connect to database and this is what is not CJT being support.

    Check this: http://wordpress.org/support/topic/upgrading-to-wordpress-39-deletes-all-code-blocks — Its the same issue.

    We will let you know once we got it solved.
    You can get your local development server works if you can switch to PHP version before 5.5 or enable deprecated MYSQL extension if its being disabled by default.

    Reply email from Ahmed (reposted by Damian to this forum topic)

    in reply to: Strange warning appear after upgrading to WordPress 3.9 #9181
    Damian Baker
    Participant

    Hi Justin,

    So sorry for the delay in getting back to you, and apologise for any inconvenience.
    This is a strange little error you are experiencing there. If you could provide temporary admin login details to: support@css-javascript-toolbox.com along with this support message above (copy and paste), we will take a look for you.

    Thanks very much,
    Damian

    in reply to: Can no activate license #9078
    Damian Baker
    Participant

    Hi Douglas,

    Thanks for your message. Can you please provide temp admin login details to your current install so we can take a look for you. You can email it to: support@css-javascript-toolbox.com

    Please also note that the plugin works 100% without the license key entered although the license key is needed for automatic updates.

    Regards,
    Damian

    in reply to: Black and White script package not working #8512
    Damian Baker
    Participant

    Hi James,

    Thanks for the support message and sorry for the delay in getting back to you.

    Please provide temporary login details (via email) for your site and I can take a look and see what may be going wrong.

    Regards,
    Damian

    in reply to: Nice Toolbox #8251
    Damian Baker
    Participant

    Hello Antonio,

    Thanks so much for all the nice words about the CJT plugin. Feedback like this makes it all the worthwhile to keep on developing and adding more features.

    CJT has been designed and coded entirely from the ground up, and it is not a one man show. My esteemed colleague named Ahmed Hamed is a very talented solutions creator and coder. He has brought a great wealth of ideas to the project, with many now implemented in the feature set for CJT. I am more the UI, front-end guy, who loves graphics, icons, ease of use functionality and overall design. It is our teamwork that has created this what we believe is an interesting and very useful solution.

    As for the payment in Australian Dollars or AUD, this was intentionally. I believe you thought it would be in United States Dollars or USD, which most international purchases are based on. But either way if this is the case, you would have saved money due to the exchange rate.

    I guess, we really should state the purchase amount will be in Australian Dollars.

    Thanks again for your encouraging words. We really appreciate it and hope CJT Dev serves you well.
    Stay tuned for more great updates.

    Kind Regards,
    Damian

    in reply to: Plugin update nag does not disappear… #7863
    Damian Baker
    Participant

    Hi Atsuro,

    Thanks for letting us know.
    It looks like we need to investigate this issue further.

    There are a number of other people wanting this solved, so we will work on this fix for the next release.
    Will keep you posted.

    Kind Regards,
    Damian

    in reply to: Plugin update nag does not disappear… #7724
    Damian Baker
    Participant

    Hi Atsuro,

    We have learned that it is a caching issue and generally disappears after a while. Yes we understand that this issue can be a little bit annoying. We will look further into this and try to provide a fix for it.

    Kind Regards,
    Damian

    in reply to: Package Installer Error Message #7139
    Damian Baker
    Participant

    Also, I’m not sure if you have seen but there is a FooTable plugin for WordPress. http://wordpress.org/plugins/footable/

    If this zip file is what you were trying to install with the package installer, then this will not work.
    As mentioned above, the package installer is only for CJT Script packages.

    Thanks,
    Damian

    in reply to: Package Installer Error Message #7138
    Damian Baker
    Participant

    Hi Chris,

    Currently the only packages you can install with CJT Pro is the scripts we have packaged in our Scripts page here: https://css-javascript-toolbox.com/category/scripts/

    You can still try to install the FooTables script, but you would need to create the appropriate code blocks or templates and link them to work, using either the assignment panel or via the CJT shortcode embedder.

    Kind Regards,
    Damian

    in reply to: Overlap on page advance #7095
    Damian Baker
    Participant

    Hi Chad,

    As mentioned in my email.
    You are right in saying that the assignment panel needs to be wider to accommodate the assignment tabs wrapping to three rows and thus pushing things further down. I hope the workaround I did for you is ok for now.

    For those that need to know, what I did was create a new code block and under the Auxiliary tab, assigned it to the Website Backend. Inside the code block, I used this CSS fix:

    <style type="text/css">
    
    div.cjpageblock {
        width: 324px;
    }
    </style>

    An update will fix this in the future.

    Regards,
    Damian

    in reply to: Avada theme issues? #7094
    Damian Baker
    Participant

    Hi Peter,

    Sorry for the delay in replying.
    Unfortunately we have not tested CJT Pro with the Avada theme from CodeCanyon, so we cannot comment on that. We can say that CJT Pro and CJT Free have both worked nicely with many themes we have tested, and nobody has reported any major issues with the themes they are using. I know there are a lot of new themes are using the new parallax scrolling design so it would be interesting to know how well CJT works in regard to those. Apart from themes, the only real issues occur with security plugins, although we have workaround patches for those.

    All the best.
    Damian

    Damian Baker
    Participant

    Hi Susan,

    Thanks for your support question.
    You can certainly insert JavaScript at the bottom of the header. You need to enclose the JavaScript with the usual declaration tags:

    
    <script type="text/javascript">
    // your JavaScript code here
    </script>
    

    You can then assign your code block to the page or post that you need to, and so long as the output location hook is set to Header and not Footer, that is where it will be.

    If you want finer control of code placement, consider using CJT Shortcodes instead of say assigning your code block to a page or post in the Assignment Panel. The shortcode embedder button is situated in your page/post editor toolbar.

    If you tried this and need further help, feel free to email us on: support@css-javascript-toolbox.com
    Maybe send your website admin (or temp admin) login credentials, and provide more detail on what it is you are trying to do.

    Thanks,
    Damian

    in reply to: Apply code automatically to all pages #6766
    Damian Baker
    Participant

    Hi Andrew,

    Glad you love the plugin – great to hear that.
    No, nothing is a stupid question. 🙂
    What you need to do is go into the Auxiliary tab in the Assignment Panel and tick the checkbox that says Entire Website. You will also find a number of common assignment functions in there such as: All Posts, All Pages, Website Backend, All Categories, etc.

    Regards,
    Damian

    in reply to: Unable to fully activate CJT #6608
    Damian Baker
    Participant

    Hi David,

    Sorry for the delay in getting back to you.
    Please advise if you followed this procedure for adding a bypass rule for BulletProof Security here:
    https://css-javascript-toolbox.com/support/topic/bulletproof-security-ajax-issue-and-resolution/

    If you have not created the bypass rule for BPS and you no longer wish to use this, unfortunately deactivating the BPS plugin is not enough. You would need to reinstall the BPS plugin and use the plugin to recreate the default WordPress .htaccess files.

    If you are having trouble with this, please email me temporary admin login details for your website here:
    support@css-javascript-toolbox.com

    Thanks,
    Damian

    • This reply was modified 10 years, 4 months ago by Damian Baker.
    in reply to: Download latest version from where exactly? #6446
    Damian Baker
    Participant

    Hi there,

    Did you enter your license key information in the Setup?
    This license key was provided via email and allows you to receive automatic updates.

    Kind Regards,
    Damian

    in reply to: Import scripts from my computer? #6286
    Damian Baker
    Participant

    Hi David,

    Thanks so much for your nice words about CJT and for purchasing our Pro version.

    What you have mentioned is a sensational idea – like an exporting facility for CJT Pro. At the click of a button, the code blocks and code templates can be exported into a data file, which can be imported into another install of CJT Pro. This would certainly save a lot of time for those that are in web development like yourself that wishes to add the same set of scripts. At this stage, there is no real fast way of doing such as thing. We will certainly keep this in mind regarding future feature ideas.

    Have a great day.

    Kind Regards,
    Damian

    in reply to: Prevent script load on mobile device #5907
    Damian Baker
    Participant

    Hi Alex,

    You can go to this site here: http://detectmobilebrowser.com, and grab the jQuery version to detect mobiles. I have created the script for you below to copy and paste into a new code block. Add your script where it is mentioned, and delete the alert test when everything is working nice.

    <script type="text/javascript">
    /**
     * jQuery.browser.mobile (http://detectmobilebrowser.com/)
     *
     * jQuery.browser.mobile will be true if the browser is a mobile device
     *
     **/
    (function(a){(jQuery.browser=jQuery.browser||{}).mobile=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))})(navigator.userAgent||navigator.vendor||window.opera);
    
    var isMobile = jQuery.browser.mobile;
    if (!isMobile)
    {
        
            /* Add the script that you only want to use on desktops (not mobiles) in here */
            
            alert('Script is now running. Is this a mobile device? ' +  jQuery.browser.mobile);  /* Detection script, you can delete after testing */
    }
    
    </script>

    Hope this assists you further.

    Regards,
    Damian

    • This reply was modified 10 years, 5 months ago by Damian Baker.
    • This reply was modified 9 years, 12 months ago by Damian Baker.
    in reply to: Can not activate from site #5789
    Damian Baker
    Participant

    Hi Robert,

    Thanks again for letting us know via email that you have a sub-site of a multisite system, and that it seems like a security issue. I am glad to hear you managed to resolve it.

    Let us know if you need any further help.

    Regards,
    Damian

    in reply to: Can not activate from site #5769
    Damian Baker
    Participant

    Hi Robert,

    Thanks for your purchase and sorry for the inconvenience regarding the license key activation.
    I did a test with your license key and it is valid and does work, however it seems in your case, there is something getting in the way of the check.

    Firstly do you have any security plugins installed such as Bullet Proof Security that may prevent AJAX from running on the backend? If not, we may need to look into your website so if you could provide temporary admin login details to: support@css-javascript-toolbox.com, we could take a look when we get a chance.

    Kind Regards,
    Damian Baker

    in reply to: BulletProof Security AJAX issue and resolution #5761
    Damian Baker
    Participant

    If you want to totally stop using BPS you then have to revert .htaccess files to WordPress defauls. Deactivating the BPS Plugin has no effect as long as those files still exists.

Viewing 22 posts - 101 through 122 (of 122 total)