- Issue created by @giordy
- 🇺🇸United States flashwebcenter Austin TX
Hello,
The poem you're using appears on a single page. This module is designed to work with multiple pieces of content, which can then be displayed using a View.
You could use the Paragraphs module to create tabs and show one section at a time.
As for borders, I apply custom classes to target specific tables. I don’t use inline styles, so unfortunately I can't offer help with that part.
Best wishes,
Alaa - 🇮🇹Italy giordy
The poem you're using appears on a single page. This module is designed to work with multiple pieces of content, which can then be displayed using a View.
It's not a page, but a view: https://prova.gmpe.it/onorato
You could use the Paragraphs module to create tabs and show one section at a time.
The Paragraphs module is difficult to install without Composer.
As for borders, I apply custom classes to target specific tables. I don’t use inline styles, so unfortunately I can't offer help with that part.
I resume the discussion in the appropriate post: https://www.drupal.org/project/solo/issues/3513135 💬 Problem with classes in paragraphs and tables Active
Thanks and best regards
- 🇺🇸United States flashwebcenter Austin TX
Hello,
Here is an example of how to use this module:
- Create five content items using any content type available in your system.
- Create a View and select the Tabs display format.
- Add the Title field as the first field in the view—this will be used as the tab label.
- Add the Body field after the title—this content will be displayed when a user clicks on each tab.
- This behaves exactly like the accordion module you've used before.
Best wishes,
Alaa - 🇮🇹Italy giordy
I replaced the Tabs module with Slideshow, because it seems more suitable https://prova.gmpe.it/onorato
but there are two problems:
- if I exclude the title from the display, the text is cut
- the text area at the bottom of the page is under the numbersThanks and kind regards
- 🇺🇸United States flashwebcenter Austin TX
Hello,
The height of each slide is calculated dynamically to ensure smooth transitions. However, when margin is added to the slide’s child elements (such as the paragraph), that margin isn't included in the calculated height.
To address this, I’ve added a small CSS adjustment to ensure the height is calculated correctly.
Please download the latest version and use that going forward.Best wishes,
Alaa