1
alandail
Why are my scrolling images clipping
  • 2006/4/24 18:27

  • alandail

  • Just popping in

  • Posts: 94

  • Since: 2006/4/18


on my page httl://www.cavsworld.com I am using the scrolling image block for the XCGallary module. I just noticed the right half of the picture is clipping. I think I tracked it to this line

scroller1 = new scrollerObj(0,0,125,<{$block.wh}>,"center","holder");

of xcgal_block_scroll.html in /modules/xcgal/templates/blocks

My thumbnails are actually 200 pixels wide. I tried changing htat line to

scroller1 = new scrollerObj(0,0,200,<{$block.wh}>,"center","holder");

and do have "Update module template .html files from themes/your theme/templates directory?" set to yes, but the images continue to clip.

Anyone know what's going on?
visit my sites
http://www.cavsworld.com
http://www.cafeshopper.com
http://celebrity.cafeshopper.com
http://www.1sies.com

2
Will_H
Re: Why are my scrolling images clipping
  • 2006/4/24 18:48

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


What is your themes column width?

3
alandail
Re: Why are my scrolling images clipping
  • 2006/4/24 19:27

  • alandail

  • Just popping in

  • Posts: 94

  • Since: 2006/4/18


I don't know - where do I look for this?

If it makes a difference, the images do not clip in the main picture library, only on the scrolling images block
visit my sites
http://www.cavsworld.com
http://www.cafeshopper.com
http://celebrity.cafeshopper.com
http://www.1sies.com

4
Will_H
Re: Why are my scrolling images clipping
  • 2006/4/24 19:36

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


you would look for this in your theme folder

likely in style.css, but could be in theme.html or r_block.html(your block.html)

5
shank
Re: Why are my scrolling images clipping
  • 2006/4/24 22:53

  • shank

  • Not too shy to talk

  • Posts: 144

  • Since: 2004/8/17


The column is ok it is the block that is doing it.

I tried to see the actual image to compare, and they are linked to the wrong images also.

Good luck.
s l s h a n k l e @ b e l l s o u t h . n e t

6
Will_H
Re: Why are my scrolling images clipping
  • 2006/4/24 23:15

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Well ya now that I look at it you mean that they are freezing at every image.... yes that is a function of the module.

Sorry I define clipping as tearing on forced altercation of an image.

I believe you will find this calibration inhttp://www.cavsworld.com/modules/xcgal/js/dw_scroller.js

7
Will_H
Re: Why are my scrolling images clipping
  • 2006/4/24 23:18

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Quote:

// defaults
this.pause = 4000; // how long to pause on messages
this.spd = 55; // frequency of calls to scroll
this.inc = 3; // how much to scroll per call
this.fontFam = "verdana, helvetica, arial, sans-serif";
this.fontSz = "12px";
this.fontClr = "#000000";


I would imagine that the pause function is causing the frame freeze

8
alandail
Re: Why are my scrolling images clipping
  • 2006/4/25 4:58

  • alandail

  • Just popping in

  • Posts: 94

  • Since: 2006/4/18


the freezing is fine - it's good to pause at each image. What I'm concerned about is the right 30% or so of the images are missing - compare a picture in the home page to the same picture as a thumbnail in the picture library. In some cases an important part of the picture is missing.
visit my sites
http://www.cavsworld.com
http://www.cafeshopper.com
http://celebrity.cafeshopper.com
http://www.1sies.com

Login

Who's Online

269 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 269


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits