Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Oct 2012 at 18:10 UTC
Updated:
12 Nov 2012 at 21:30 UTC
Read More link is added to content (Full html with tinymce) every break in text. See attachment.
Also Read More can't be translated with internal translation or localization client.
| Comment | File | Size | Author |
|---|---|---|---|
| readmore.jpg | 295.23 KB | demoshane |
Comments
Comment #1
jsacksick commentedWe probably need to replace
expandText: 'read more'byexpandText: Drupal.t('read more'),in both commerce_kickstart_product_ui.js and commerce_kickstart_lite_product_ui.js + we need to update the js selector to ensure we're on a product page.Comment #2
cookiz commentedTranslating the Read more / less text has been fixed in https://code.drupalcommerce.org/496.
Classes identifying the paragraphs to apply the read more/less link has been reviewed.
Comment #3
bojanz commentedMerged.