I have Commerce kickstart 7.x-2.0-rc2 installation without demo store. I can't get "read more" -links visible.

Is it gonfiguration problem or is it in template or css?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jsacksick’s picture

Assigned: Unassigned » Cookiz
Cookiz’s picture

Status: Active » Needs review

Fixed in : https://code.drupalcommerce.org/496
The classes identifying the body in order to apply the read more button was too specific for commerce kicstart with full demo.

bojanz’s picture

Status: Needs review » Fixed

Merged.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

vaccinemedia’s picture

I too am having an issue - the read more link is not appearing on my own product types. See attachment.

vaccinemedia’s picture

Status: Closed (fixed) » Active
vaccinemedia’s picture

Version: 7.x-2.0-rc2 » 7.x-2.2
vaccinemedia’s picture

It's to do with the fences module removing the wrapper divs with classes "field-items" and "field-item" on NEW content types and not affecting ones which come with the demo installation. http://drupal.org/node/1803732

I fixed the issue by removing the field-item selector from the jquery function in /profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_product_ui/commerce_kickstart_product_ui.js

martin74’s picture

fixed using vaccinemedia 's method

/profiles/commerce_kickstart/modules/commerce_kickstart/commerce_kickstart_product_ui/commerce_kickstart_product_ui.js

Line 19

Change :
$('.node-product-type .field-name-body .field-item').expander({

To
$('.node-product-type .field-name-body').expander({

jsacksick’s picture

Status: Active » Closed (duplicate)
ThomasIsabelle’s picture

Thank you, Martin_S! That worked very easily. Seems like a hack job, but it works. :-)

jacqueschoquette’s picture

I am having the opposite problem how the heck do I remove the read more links and just display all content?

Poieo’s picture

@jacqueschoquette - If you edit the body field on your product display content type and change the wrapper markup to 'no markup', the read more feature will go away.

+1 for a setting in the UI that disables this. It assumes too much.

Staler75’s picture

Issue summary: View changes

is there a way to make this happen on commerce without kickstart?
realy like the option and want to use it on my project