Greetings,

I am having trouble with the slide text. It appears that the variable $slider_item['slide_text'] is not being passed to the block.

Everything else is working.

CommentFileSizeAuthor
#2 template.txt15.84 KBmrnes

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

Need some more information to help you better.

Can you send the template.php file?
The result of the debug lines?
A link to the Internet site?

mrnes’s picture

StatusFileSize
new15.84 KB

Sorry,

I have attached the template file.

Here is the page: http://familyempower.org/test

Debug:

*

'showcase_with_image'

*

stdClass::__set_state(array(
'nid' => '245',
'node_title' => 'Slide 2',
'node_data_field_pager_item_text_field_pager_item_text_value' => 'Pager text 2',
'node_type' => 'showcase_with_image',
'node_vid' => '245',
'node_data_field_slide_text_field_slide_text_value' => '

Slide text for slide 2

More stuff here.
',
'node_data_field_image_field_image_fid' => '398',
'node_data_field_image_field_image_list' => '1',
'node_data_field_image_field_image_data' => 'a:3:{s:11:"description";s:9:"Desc of 2";s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
'node_revisions_body' => '

Body of #2

More here

Text and all
',
'node_revisions_format' => '3',
'node_created' => '1262279498',
))

ppblaauw’s picture

Thanks for attaching the additional information.

You need to change in the content preprocess function for the ddblock slideshow in the template.php file:

node_data_field_pager_item_text_field_slide_text_value

into

node_data_field_slide_text_field_slide_text_value

Probably you use the slide_text field in more content_types.

Hope this helps you further, please let me know

mrnes’s picture

Thanks,

This worked. I appreciate your time and responsiveness.

ppblaauw’s picture

Title: Slide Text not showing up. » Slide Text not showing up in dynamic display block slideshow for drupal (FIXED)
Status: Postponed (maintainer needs more info) » Fixed

Set status to fixed.
Adjusted issue title.

Status: Fixed » Closed (fixed)

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