Hi Guys,

I can't seem to figure this one out...no matter what I select as a field for the title, not only does it show in the tab but it also shows in the teaser as well, regardless of what field I have selected for the teaser field.

Any ideas of something simple I could be missing or how to troubleshoot?

-Ben

Comments

raiyne’s picture

StatusFileSize
new39.61 KB
raiyne’s picture

Looking at it again, I actually don't think it is showing in the teaser field, since in the screenshot has the teaser disabled.

raiyne’s picture

The title field is actually being called again somehow. Temporary fix for Firefox, Safari and Chrome is the transparency of that field. Doesn't work in IE

raiyne’s picture

StatusFileSize
new72.92 KB

Here is a clearer picture of what I am having an issue with. So I was able to turn the opacity on this field to 0:

.views-showcase-big-panel .views-showcase-title {
height:40px;
opacity:0;
padding:5px 0 0 10px;
position:relative;
top:-75px;
width:320px;
z-index:3;

However it is not working in IE.

I attached a screenshot with a side by side comparison or IE vs. Firefox/Safari/Chrome.

In addition you will notice that the black teaser field is not transparent (before the slide fully transitions) in IE, like in the other browsers.

Is there a different CSS variable I have to use for both of these issues to get them to work in IE?

raiyne’s picture

Title: Contents of Title Field showing in Teaser Field » Contents of Title Field showing twice (Over Thumbnail)
raiyne’s picture

Hack fix in IE using the filter: alpha(opacity=0); variable. Any chance this could be looked into?

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

What needs to be fixed now? I'm kinda lost looking at this issue. To handle transparency you have to use filter: alpha(opacity=0) for IE. Since IE doesn't support opacity.

raiyne’s picture

Right, the transparency is the temp fix, but I had the original issue of the Tab Titles being displayed in a separate box that happened to be over the image.

redndahead’s picture

If you are using thumbnailhover there is a new feature in the dev version that allows you to choose which fields to put in which area. This will help you limit the fields.

raiyne’s picture

StatusFileSize
new24.72 KB

Hi Guys,

Sorry it took so long to follow up. So I started fresh. I have an uploaded image i assigned to the thumbnail field. I have the Node: Title assigned to the Title Field, and for now I left the teaser blank. The issue occurs with or without the teaser field, I left is out to simplify the visuals.

I attached a screenshot showing the tabs on the right, please disregard the thumbnail over the tabs, since I didn't get to formatting it yet, but notice how the title not only shows in the tab but also over the thumbnail as well.

This is a fresh start here so I would imagine recreation would be relatively simple?

-Ben

redndahead’s picture

Status: Postponed (maintainer needs more info) » Active

Marking as active

redndahead’s picture

Priority: Normal » Critical

Marking as critical to look at before release.

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not seeing this issue. Can you take screenshots of your views page and the slideshow settings page and post it so I can make sure I got everything right?

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed.

Status: Fixed » Closed (fixed)

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