Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
sprocket
Experienced
Posts: 98
Joined: 18 Dec 2008, 19:40

Re: Imagevue X2.6 Beta!

02 Feb 2011, 11:09

That fixed it - Thanks :)
 
grimurnet
Experienced
Posts: 360
Joined: 17 Dec 2010, 04:50

Re: Imagevue X2.6 Beta!

03 Feb 2011, 04:14

mjau-mjau wrote:
grimurnet wrote:Sadly I think the fix for the jumping links when contactform has been left out of the official release of x2.6, it was ok in the beta version, I have already cleared all cache from browser gone to a computer that is accessing my gallery for the first time but the links are still moving to the right. You can check it out http://portfolio.grimur.net
Actually, it wasn't ok in the beta release. Maybe it fixed your issue, but it was not fail safe. The reason you still see the bug, is because you have a custom theme with the CSS that creates the error:
http://portfolio.grimur.net/iv-includes ... agevue.css

Delete the following in your CSS:
Code
a:hover {
	text-decoration: underline;
}
This has already been done with the native Imagevue themes. The reason for this bug was explained in an earlier post to be found here:
viewtopic.php?p=24667#p24667

After removing the specified CSS class, make sure to clear your browser cache so it loads the new CSS.
Yes you are right, that fixed the jumping text :-) I should have seen this, sorry
 
User avatar
peace
Experienced
Posts: 28
Joined: 21 Nov 2006, 21:51

Re: Imagevue X2.6 Beta!

04 Feb 2011, 20:06

[*]Social Media Sharing - This is a multi-faceted feature which we will cover in depth shortly. For now, check the demo gallery and view image, textpage and thumbnails to see how the sharing button is incorporated. Also check in the menu -> Various examples -> Social for some cool new menu functionality.
Also added a manual integration method for the Facebook "like" button, which we will also cover shortly in a tutorial.[/*]
Hello I was wondering if there has been any update to this? I have Flash CS5 and even after effects....I would like to see some sorta of tutorial on how you added this "like button" to your back ground image. Was this imbedded into the swf? Was this some action script that I can add to my current fla then export to swf? I would like to know how you did this.

Thank you,

http://www.chitownsam.com

Sam
http://chitownsam.com
 
User avatar
peace
Experienced
Posts: 28
Joined: 21 Nov 2006, 21:51

Re: Imagevue X2.6 Beta!

04 Feb 2011, 21:58

I created the facebook action script in Flash CS5 and assigned it to an image - the swf works fine as a stand alone swf - but if I use it as a background it wont work. ERRRRR!!!!!! Very Confusing how you did this on your site.

Anyway here is what I created and it works by itself.

http://chitownsam.com/gallery/index.php ... WhiteSamFB

Any help would be greatly appreciated.

Sam
http://chitownsam.com
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.6 Beta!

07 Feb 2011, 11:59

Just to cut the chase regarding the Facebook "like" button, this has nothing to do with the imagevue SWF or the background. The Facebook "like" button is actually an IFRAME with content provided from facebook.com servers ... This iframe is in fact layered on TOP of the Imagevue.swf, and really we don't have much control of it.

I will document this within a few days, but here is the ABC:

1. You need to go here to create your own "like" button iframe code:
http://developers.facebook.com/docs/ref ... gins/like/

2. Add the iframe code that you get from the Facebook, inside the code below:
Code
<div style="position: absolute; top: 14px; left: 276px;" id="myfacebook" onmouseover="document.getElementById('myclosebutton').style.visibility = 'visible';return false;" onmouseout="document.getElementById('myclosebutton').style.visibility = 'hidden';return false;">
			<a href="#" title="Hide Facebook Widget" onclick="document.getElementById('myfacebook').style.display = 'none';return false;" style="visibility: hidden; font-family: Verdana; text-decoration: none; color: #FFFFFF; vertical-align: top; display: inline-block; margin: 0px 3px 0px 0px;" id="myclosebutton">x</a>
		CODE-YOU-GOT-FROM-FACEBOOK-HERE
</div>
3. Go to admin -> settings -> SEO.counters, and paste this code into the field. Click save. For our Imagevue demo gallery, the entire code pasted looks like this:
Code
<div style="position: absolute; top: 14px; left: 276px;" id="myfacebook" onmouseover="document.getElementById('myclosebutton').style.visibility = 'visible';return false;" onmouseout="document.getElementById('myclosebutton').style.visibility = 'hidden';return false;">
			<a href="#" title="Hide Facebook Widget" onclick="document.getElementById('myfacebook').style.display = 'none';return false;" style="visibility: hidden; font-family: Verdana; text-decoration: none; color: #FFFFFF; vertical-align: top; display: inline-block; margin: 0px 3px 0px 0px;" id="myclosebutton">x</a>
		<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.photo.gallery%2Fdemo%2Fx2%2F&layout=standard&show_faces=false&width=450&action=like&colorscheme=dark&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
</div>
We do not officially support this functionality, although you are free to proceed. Why? Because this Facebook like button needs to be created and embedded manually on to your Imagevue gallery. It can not be part of the imagevue settings, and we have no control of the layout of this item because it is not part of the SWF. When you set it, you may in fact need to change the "top" and "left" css parameters in the code above, so it fits your gallery correctly depending on font, theme, menu etc.
 
User avatar
peace
Experienced
Posts: 28
Joined: 21 Nov 2006, 21:51

Re: Imagevue X2.6 Beta!

07 Feb 2011, 12:05

Thank you for the explanation.
http://chitownsam.com
 
marco963
Experienced
Posts: 89
Joined: 14 Oct 2006, 10:22

Re: Imagevue X2.6 Beta!

10 Feb 2011, 03:03

Hi Karl.

Just to let you know that this feature doesn't work with Safari for Windows.

Regards,
Marco
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Imagevue X2.6 Beta!

10 Feb 2011, 10:40

Yes, you right, unfortunately Safari/Win now uses a different HTML rendering engine. In Chrome/Win everything is okay for example, Safari and Chrome are supposed to look almost the same. We will try to find a workaround for this for the next release.
firedev.com
 
Moh
Experienced
Posts: 24
Joined: 31 Jul 2008, 00:30

Re: Imagevue X2.6 Beta!

10 Feb 2011, 16:28

Nick,

I know you guys have been working hard, but do you have an estimated date as to when the next release would be out? The reason I ask is because I'm anxiously waiting for the feature I suggested in this post, and you stated that you would try to implement it. I hope this is still on your to-do-list.
'The quieter you become, the more you are able to hear'
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.6 Beta!

11 Feb 2011, 01:06

Moh wrote:I know you guys have been working hard, but do you have an estimated date as to when the next release would be out? The reason I ask is because I'm anxiously waiting for the feature I suggested in this post, and you stated that you would try to implement it. I hope this is still on your to-do-list.
This is definitely in our list of things we do want to do, and as suggested we would consider it. However, I do not have estimated date for something like this, because as mentioned it is a bit outside the scope of Imagevue and we need to find out if it is something that is reasonable to integrate.
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.6 Beta!

11 Feb 2011, 10:13

We added new documentation, Sharing and Social Media in Imagevue:
https://www.photo.gallery/blog/social-media-sharing/
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.6 Beta!

16 Mar 2011, 10:52

Thanks for the suggestion. We are very interested in working with Imagevue for wordpress, and have some ideas ourselves. Main factor initially, is that Imagevue is mainly created and optimized to work on a full stage area. It can be changed and suited to work on a smaller embedded size with some changes in theme- and config. I was hoping to create a tutorial for this shortly.

We do nevertheless need to work with some methods to easier embed imagevue in a wordpress site without the need to change config and themes around manually.