Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ilya Hoilik Posted April 4, 2017 Posted April 4, 2017 Hello. Hiding in data-ipsTruncate widget is not working with ipsContained class. For example: <div class="ipsType_medium ipsType_textBlock ipsType_richText ipsContained" data-ipstruncate="" data-ipstruncate-type="hide" data-ipstruncate-size="6 lines"> <p>Some VERY long text...</p> </div> And as a result I got this: So, I have selected 'truncate up to 6 lines', but the result is different. When I click 'Read more' the button just disappear. @Rikki is it a bug? If not, then how to get around this problem?
Kirill Gromov Posted April 4, 2017 Posted April 4, 2017 Maybe: <div class="ipsType_medium ipsType_textBlock ipsType_richText ipsContained" data-ipstruncate data-ipstruncate-type="hide" data-ipstruncate-size="6 lines"> <p>Some VERY long text...</p> </div>
Ilya Hoilik Posted April 4, 2017 Author Posted April 4, 2017 The same result. But widget was initialized correctly in both cases, so I think problem in another place which I can't found, unfortunately.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.