I searched for these issues in several places, but found no answers. So, nothing better than to talk to who developed the tool.

I have two questions:

1 - How to remove the news item title in the slide?

2 - How to remove the image of the news item, or configure it to be aligned to the left of the text, or to be resized, for example?

See the images showing what I want to do.

Thanks for the informations.

CommentFileSizeAuthor
#2 how-to-3.png342.37 KBastutonet
how-to-2.png1.61 MBastutonet
how-to-1.png370.68 KBastutonet

Comments

ppblaauw’s picture

1.
If you want to hide the slidetitle there are 3 options:

  1. hide it with css, set display:none for the title
  2. Remove the code to show the title from the slideshow theme you use
  3. Remove the mapping in the preprocess function

2.
Content fields and labels can be show/hidden in the display options of the content type (see display tab)

Hope this helps you further, please let me know.

astutonet’s picture

StatusFileSize
new342.37 KB

Ok.

The second issue was solved. Really is very simple.

The first issue was also solved. I didn't remove the mapping in the preprocess function, I just let it commented.

However, the spacing of the slidetext wasn't good. I believe it should occupy all the space reserved for the text (see image "how-to-3" below).

But to do that, I believe I should change the CSS code for all templates if I want to use them in the future, am I right?

But, specifically, where should I change the spacing of the slidetext?

Maybe it was good thinking in hiding slidetitle as a resource for the future releases. Is it possible?

For now, thank you.

ppblaauw’s picture

Title: How to questions » How to remove the slide-title for slideshow and how to remove fields an labels from full node view? (Fixed)
Status: Active » Fixed

The example slideshow themes give you the opportunity to change them to your own requirement.
Make the slidetext wider, less high, give other color or use other fonts for the text etc. can be done in the css of the slideshow theme.

Set status to fixed

Status: Fixed » Closed (fixed)

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