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

CommentFileSizeAuthor
#5 1230280_1.png62.16 KBdonSchoe

Comments

rhouse’s picture

Status: Active » Postponed (maintainer needs more info)

Not 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.

brajendrashukla’s picture

Title: remove title and description » slideshow not display

i have enable slideshow creator and jquery_plugin after that please provide me step by step process that what i have to do?

brajendrashukla’s picture

i 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

rhouse’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

I 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.

donSchoe’s picture

Title: Slideshow misplaced » slideshow misplaced
Priority: Minor » Normal
StatusFileSize
new62.16 KB

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

i 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

donSchoe’s picture

Title: slideshow not display » Slideshow misplaced
Version: 7.x-1.1 » 7.x-1.2
Category: feature » bug
Priority: Normal » Minor
Status: Closed (works as designed) » Active

ok 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.

rhouse’s picture

Title: slideshow misplaced » Slideshow misplaced
Assigned: Unassigned » rhouse
Priority: Normal » Minor

Hmm, 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.

rhouse’s picture

Status: Active » Fixed

Fixed in version 7.x-1.3. The only problem seemed to be a conflict with the "Convert line breaks to HTML" filter.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.