Forums

Cross Slide Cross Fade
Upload Image button is broken (11 posts)

  1. Empireoflight
    Member
    Posted 9 months ago #

    Tried it on two servers:

    Failed to load resource: the server responded with a status of 404 (Not Found) http://mysite.com/wp-admin/load-styles.php?c=1&dir=ltr&load=dashboard,plugin-install,global,wp-admin&ver=030f653716b08ff25b8bfcccabe4bdbd
    Failed to load resource: the server responded with a status of 404 (Not Found) http://mysite.com/wp-admin/load-scripts.php?c=1&load=jquery,utils,quicktags&ver=b50ff5b9792a9e89a2e131ad3119a463
    Failed to load resource: the server responded with a status of 404 (Not Found) http://mysite.com/wp-content/plugins/crossslide-jquery-plugin-for-wordpress/media-uploader-script.js?ver=3.4.1

    Failed to load resource: the server responded with a status of 404 (Not Found) http://anothersite.com/wp-content/plugins/crossslide-jquery-plugin-for-wordpress/media-uploader-script.js?ver=3.4.1

    Looks like media-uploader-script.js is missing from the plugin folder-is that correct?

    http://wordpress.org/extend/plugins/crossslide-jquery-plugin-for-wordpress/

  2. Empireoflight
    Member
    Posted 9 months ago #

    I uploaded that file from 2.0.1 into the 2.0.2 folder and the uploader works now.

    But now I'm getting this :

    Uncaught TypeError: Object [object Object] has no method 'crossSlide'

    Never mind, I had a link to jquery hardcoded in my header.php and when I deleted it the crossfade worked.

  3. adamasantares
    Member
    Posted 9 months ago #

    I have some problem! Where is /wp-content/plugins/crossslide-jquery-plugin-for-wordpress/media-uploader-script.js?ver=3.4.1 and why is not exist ?

    PS: sorry for bad english

  4. christopherross
    Member
    Plugin Author

    Posted 9 months ago #

    Are you using the most recent version (2.0.2)?

  5. Empireoflight
    Member
    Posted 9 months ago #

    I am using 2.0.2. The zip I downloaded didn't have media-uploader-script.js in it, so I copied it over from 2.0.1.

  6. adamasantares
    Member
    Posted 9 months ago #

    I'm using 2.0.2 too. And I have one more problem with animation effect "Ken Burns". When the image is enlarged, the right side twitching. Deal with fractional values ​​of positioning, which is strange, because in js-code has Math.floor function.

    PS: sorry for bad english, translated by translate.google.ru

  7. adamasantares
    Member
    Posted 9 months ago #

    Could you give me an uncompressed version of jquery.cross-slide.js?

  8. Empireoflight
    Member
    Posted 9 months ago #

    http://bendunkle.com/crossslide-jquery-plugin-for-wordpress.zip
    Here's a zip of my crossslide plugin including edits-does this help?

  9. flashbuddy
    Member
    Posted 5 months ago #

    Yup, upload button broke here too. Twitching during ken burns here too.

    The glaring limitation is one can only create on slide show. Other plugins will give you the same effects and you can create unlimited instances, plus drop them anywhere with a shortcode or via php into your templates.

    @Empireoflight
    I tried your edited plugin. The upload button now works and the twitching right image edge now stable.

    Curious, with your version the Ken Burns effect is zoomed in much more?

    Still, had a lot of fun goofing around with it. Thanks!

  10. Imanihayward
    Member
    Posted 4 months ago #

    HELP!
    I can't get the upload button to work. I'm not the best with script so I need someone to tell me what to do as if you're talking to a five year old (lol).

    After I upload images I'm hoping everything will work. I'm not doing anything fancy.

  11. Sebax7
    Member
    Posted 1 month ago #

    @Empireoflight
    You need to place the code before wp_head();

    For example:

    <!--jQuery-->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>

    <!--CrossSlide-->
    <script src="<?php bloginfo('template_url'); ?>/js/jquery.cross-slide.min.js"></script>

    wp_head();

Reply

You must log in to post.

About this Plugin

About this Topic