Closed (fixed)
Project:
Slideshow Creator
Version:
7.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jul 2011 at 19:20 UTC
Updated:
13 Jan 2012 at 12:00 UTC
Jump to comment: Most recent file
hello,
thank you for that really nice module, I really like it.
I'd like to ask you how to remove the title and description from the slideshow so that only the image would be shown.. (I tried with display: none and stuff.. but it's indeed not shown, but there's empty space where the title/description was that I'd like to remove).
Thank you in advance
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1230280_1.png | 62.16 KB | donSchoe |
Comments
Comment #1
rhouse commentedNot sure what you are doing. If you don't want title or description, just don't put any text in those fields, and the entire line doesn't appear. If you are doing something else that you think should be right but isn't working, please paste in the slideshow code so we can see what's going on.
Comment #2
brajendrashukla commentedi have enable slideshow creator and jquery_plugin after that please provide me step by step process that what i have to do?
Comment #3
brajendrashukla commentedi want to create slideshow with title, image and text, i have put the following code in block
[slideshow: 2, rotate=1, blend=3, dir=|/frontpage_slideshow/|yes||| slidshow1||]
how to display different text with with different image and title ,plz try to paste the code.
thanks in advance
Comment #4
rhouse commentedI am not sure what you want. Your first message said you want to remove the title and description, your last message says you want them. Here is a slideshow that does your first request. It leaves no blank lines.
[slideshow: 2, layout=none, height=300, width=356, rotate=5, blend=2, dir= | testss| | | | | ]
Just a thought though - if you are feeding this through a WYSIWYG editor like ckeditor, then they sometimes put non-breaking spaces in. A non-breaking space will be considered a line of text and will render as a blank line.
BTW, when you follow up to a module maintainer who sets the status to postponed or closed, you had better set it back to active or your reply might never see the light of day. Maintainers don't usually track closed issues.
Comment #5
donSchoe commentedi have the same problem. see attached image for details and #1343976: Images rotating but some disappear for my setup (#13).
if you want to play around with firebug, you can see this temporary at http://uxlab.htw-berlin.de/ ...
cheers,
donSchoe
Comment #6
donSchoe commentedok i figured out that drupal 7 shows some strange behaviour when using the
Convert line breaks into HTML (i.e. <br> and <p>)option with the same text format as the slideshow creator uses. removing this issue fix at least the misplacing-problem.another problem is that the images are not centered, but that is minor problem.
Comment #7
rhouse commentedHmm, it looks like the linebreak converter is getting at stuff inside the slideshow. I don't tend to use that filter so I don't see this bug. The only way to fix it would be to output the whole slideshow on one long line. That's a real downer when you want to debug the thing, but if we have to do it, so be it. Does changing the order of filters do any good?
Centering is no problem. Put the show in a div with whatever style you wish.
Comment #8
rhouse commentedFixed in version 7.x-1.3. The only problem seemed to be a conflict with the "Convert line breaks to HTML" filter.