Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

17 Jan 2012, 00:52

Well, you can edit imagevue.css to change the styles for the tooltip that appears when you hover mouse over thumbnails:
Code
.tooltip{
}
.tooltip_title{
}
.tooltip_description{
}
.tooltip_name{
}
.tooltip_date{
}
Keep in mind, you have generally made descriptions to display for images ...
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Folder description

17 Jan 2012, 11:44

So then what would be the best solution to display the product specifications in a nicer way?

REMEMBER:
YOU DID AN AMAZING JOB WITH THIS! I MEAN IT!!! :)
Attachments
tooltip.jpg
I would like to be able to so something like this... right side :)
tooltip.jpg (127.96 KiB) Viewed 4864 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

18 Jan 2012, 07:47

Well, I could easily recreate the layout that you have in your right screenshot ... but keep in mind you are displaying this same text in your main image title. Changing it would affect the output in both thumbnails tooltip and displaying alongside the image.

To have it display as in your screenshot, just use <br/> between the lines:
Code
Standard: blahblah<br/>Deluxe: blahblah<br/>Premium: blah blah
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Folder description

18 Jan 2012, 10:18

mjau-mjau wrote:Well, I could easily recreate the layout that you have in your right screenshot ... but keep in mind you are displaying this same text in your main image title. Changing it would affect the output in both thumbnails tooltip and displaying alongside the image.

To have it display as in your screenshot, just use <br/> between the lines:
Code
Standard: blahblah<br/>Deluxe: blahblah<br/>Premium: blah blah

That's the thing :)

I know about the <br/> from this thread and I tried with Shift+Enter but it works just on the textpages.
I don't mind having this everywhere on the website. That's why I was thinking that if there is something that it can be put in the CSS to affect all the text :)

I hope we can find something.

Thank you!!!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

18 Jan 2012, 22:29

Last time I checked your source, I did not see any <br> ... Can you try to click to add the html src manually in the editor, and just use the code I provided? This works for textpages also, so I need to see why it is not working for you ...
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Folder description

19 Jan 2012, 00:35

mjau-mjau wrote:Last time I checked your source, I did not see any <br> ... Can you try to click to add the html src manually in the editor, and just use the code I provided? This works for textpages also, so I need to see why it is not working for you ...

Hi,

I tried the <br/>
It doesn't work in this case. It works in the textpages but not in the tooltip and so on. :)
Help :) Thank you!!!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

19 Jan 2012, 07:57

Please do you have a link directly to this page?
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Folder description

19 Jan 2012, 08:56

mjau-mjau wrote:Please do you have a link directly to this page?
http://bshive.com/#/content/Products/Si ... angements/ :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Folder description

19 Jan 2012, 21:47

You must have some invisible line breaks in your text, or the text would simply not break like this:
Image
Image
I did not see any examples of flat text just using <br> either. I can take a look if you can provide link and login to your admin.