Continue reading

Posted in: Newspaper
Post count: 82

Hi

is it possible to add “continue reading” here (Block 21, but others too)
https://www.catherine-leichsenring.de/mittelstand/

Cheers
Hansjörg

Post count: 20688

Hi,

Please note that not all modules/blocks display a Read more button. Follow this topic to see a list of modules and blocks which have this feature
https://forum.tagdiv.com/topic/read-more-button-either-missing-or-not-supported-with-voice-report-install/

Thanks

Post count: 82

Hi

so in case of block 21: Would it be possible to add a text to the excerpt with “more” and the link?

Or, if that ist not possible to make the whole block clickable?

Cheers
Hansjörg

Post count: 20688

Hi,

That could be possible, it will require a modification to the module block 21 uses (module 16). If you were to copy the read more button code from module 11 for example, in module 16
https://www.screencast.com/t/N8z1SxxB
https://www.screencast.com/t/EEllJVaD
The result would be like this for block 21
https://www.screencast.com/t/zKdhVZrJG

Thanks

Post count: 82

Thanks Simion

working fine
https://www.catherine-leichsenring.de/mittelstand/

how could the button be placed right?

Cheers
Hansjörg

Post count: 20688

Hi,

You could do something like this for example
https://www.screencast.com/t/hdlCMpSnB4D

.td_block_21 .td-read-more {
float: right;
}

Or maybe try something like this – https://www.screencast.com/t/9efIkEccqnV

.td_block_21 .td-read-more {
position: absolute;
top: 0;
}

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.