No Read More Button Fuction - Question | JoomShaper

No Read More Button Fuction

MH

Matthias Heymann

SP Page Builder 1 week ago

Hi all, I am using the Accordion Addon, with a long text. I like to split that with a standard Joomla read more function. This button is missing if I use the system editor (JCE in my case). Also, if I try to enter the code <hr id="system-readmore" /> manually, the button is not shown, even if the code is there. Are there alternatives?

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #232330

Example (view & settings)

read_more2.png

read_more1.png


You can also find ready one or build your own module that will display selected articles as Accordion with read more etc.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #232317

Hi Matthias,

Read more by default is used only in Articles (Joomla core), and can be enabled by settings in Text addon (look for "Content Truncation").

But that's all as I know.

0
MH
Matthias Heymann
Accepted Answer
1 week ago #232331

Thanks Paul. That works, but looks a bit strange. I will have a look at the css and work on it.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 week ago #232332

To remove white gradient use:

.sppb-btn-container.sppb-content-truncation-show  { background: none;}
0
MH
Matthias Heymann
Accepted Answer
1 week ago #232337

Using the original Joomla button for that would be nice ;-)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 days ago #232339

Just add extra button styling (border, color, padding) for used class name:

.sppb-addon-accordion .sppb-btn-show-more { }

0