Hello !
Here is my issue:
The value of the fields is displaying normally. However, the Labels are not displaying.
I'm using:
--Drupal 6.16
--Views 6.x-2.10
--Views Slideshow 6.x-2.x-dev (2010-Apr-14)

Thanks a lot for great module !

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Are you using thumbnailhover or singleframe?

intyms’s picture

I am using thumbnailhover

intyms’s picture

Status: Active » Postponed (maintainer needs more info)

I deleted a field from view and then i press Save.
This is the error which i receive:

Fatal error: Call to a member function theme() on a non-object in X:\xampp\htdocs\electronet\sites\all\modules\views_slideshow\contrib\views_slideshow_thumbnailhover\views_slideshow_thumbnailhover.theme.inc on line 154

By the way, the field has been checked in "Main frame fields" before deletion.
Maybe it is related to this issue. Hope this helps.

intyms’s picture

Status: Postponed (maintainer needs more info) » Active

changed back to active

intyms’s picture

Status: Postponed (maintainer needs more info) » Active
FileSize
12.72 KB

Here is the export of the view. see attached file please.

redndahead’s picture

Priority: Normal » Critical

Last one is fixable and I'll work on that. Also I'll look on making sure the labels are rendered if they exist.

intyms’s picture

Thanks a lot !

redndahead’s picture

Status: Active » Needs review
FileSize
2.65 KB

Try this patch and tell me if it fixes the issue for you.

intyms’s picture

FileSize
313.69 KB

Thanks for patch.
See attached file please.
I show my comments inside of the image.

intyms’s picture

Status: Needs review » Needs work
intyms’s picture

I found the solution.
On localhost it works.
I am going to create a patch.

intyms’s picture

Status: Needs work » Needs review
FileSize
2.63 KB

Here is a patch.
Apply it to "views_slideshow_thumbnailhover.theme.inc"
6.x-2.x-dev (2010-Apr-15).

I did it with Winmerge on Windows. Check it visualy please before applying. It's my first patch. Thanks!

to redndahead #8.
Thanks for the patch. I wrapped both content and label inside a DIV.
Here is how the field output looks like:

<div class="views-field-title">
	<label class="view-label-title">
		Title:
	</label>
	<div class="views-content-title">
		Title of the page no. 2
	</div>
</div>
redndahead’s picture

FileSize
2.93 KB

This patch was committed.

redndahead’s picture

Status: Needs review » Fixed
vishnu2010’s picture

Fatal error: Class 'view' not found in /home/fulfill/public_html/includes/common.inc(1695) : eval()'d code on line 2
This error occured when I tried to install Views module for slide shows. Please help I did everything like un installing modules etc

intyms’s picture

Status: Fixed » Closed (fixed)

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