Results 1 to 6 of 6

Thread: [Translucent slide show] Problem in Google_chrome ONLY!!!

  1. #1
    Join Date
    Apr 2014
    Location
    Thailand
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation [Translucent slide show] Problem in Google_chrome ONLY!!!

    I meet problem slideshow javascript "Translucent slide show" in Google_chrome ONLY!!!

    problem : While slide picture in website lag sometimes.

    website me : http://www.gameupcoming.com/

    Help me plz.


  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.


    That said, it seems to load up OK here in Chrome (as well as in other browsers). However, the page has a lot of scripts, images, and other resources. For faster loading overall, use less resources per page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John;

    I too am using Translucent slideshow Script however, upton placing it on the page, it knocks out anything else that uses JQ, Here is link to a sample page,

    madebyzinc.com/clients/1/

    I have run out ideas as to why? Your help is appreciated as this is a great script.
    Sam
    Last edited by djr33; 04-30-2014 at 02:41 PM.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In translucentslideshow.js, comment out the no conflict directive (add the red):

    Code:
    /* Translucent slideshow
    * Created: Jan 12th, 2011 by DynamicDrive.com. This notice must stay intact for usage 
    * Author: Dynamic Drive at http://www.dynamicdrive.com/
    * Visit http://www.dynamicdrive.com/ for full source code
    */
    
    //jQuery.noConflict()
    
    function translideshow(options){
    	var $=jQuery
    	this.setting={displaymode:{type: . . .
    By way of explanation, the no conflict directive is intended for use with other script libraries on the same page, but if you are using only jQuery and have other jQuery based scripts not able to run in that mode (the situation on your test page), it stops them from working.

    By the way, I do not like the way this script works. The transition to solid image seems too jarring to me. And in Chrome, with the exception of the page of the person who posted first in this thread, images in other examples of this script that I've seen remain translucent longer than I think is intended. If you like the script that's no big deal, it's perhaps preferable to how it works in other browsers (that might be due to a mismatch between the UI and jQuery versions, but it happens on the demo page for the script, so I would think not). I'm considering filing a bug report on it and/or taking it upon myself to create a rewrite (I had nothing to do with this script's original creation).
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    OK, I went ahead and made an unofficial update to this script that should take care of all of the problems mentioned in this thread so far (right click and 'Save As'):

    translucentslideshow.js
    Last edited by jscheuer1; 05-01-2014 at 02:02 PM.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Apr 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great work John!!! Thank you sooooo much. You have saved the day!!!!!

Similar Threads

  1. Translucent slide show
    By ssj4goku442000 in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 03-11-2009, 03:32 PM
  2. Translucent Slide Show
    By dgathercole in forum Dynamic Drive scripts help
    Replies: 10
    Last Post: 01-30-2008, 09:14 AM
  3. Translucent slide show
    By SSJ in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 01-18-2008, 04:51 AM
  4. externalizing the Translucent Slide Show
    By clair in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 09-04-2007, 06:44 PM
  5. Translucent Slide Show
    By birdlady in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 08-31-2006, 05:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •