The prettyphoto tag has no wiki summary.
2
votes
1answer
190 views
How to show a video, and open in a lightbox on click, with jQuery prettyPhoto?
I am trying to use the prettyPhoto for jQuery to add a video to my website.
I did add the jQuery source code and the prettyPhoto js location in my head, and before the end of my body tag, and I also ...
1
vote
0answers
22 views
PrettyPhoto with Facebook comments
Hi I am trying to implement prettyphoto for my own site (non CMS).
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Out of the box there is a tweet and like button on ...
1
vote
0answers
14 views
PrettyPhoto combined with DatePicker. Displayed properly but not working
I'm using Pretty Photo v3.1.3 and jQuery UI v1.8.17
I'm displaying inline content from my page with Pretty Photo:
<a rel = "pretty" onClick = "prepareProblemForm()" href = "#form" title = "" ...
1
vote
2answers
85 views
Need to remove “src=” from all PHP array values [closed]
Possible Duplicate:
How to parse and process HTML with PHP?
Here is what I'm trying to do:
1.)Find all images from my wordpress blog posts
2.)Create links to their image URLs at the top ...
1
vote
0answers
57 views
Excluding a link using Jquery $(select)
I am using ContentFlow for an image gallery and when the image centers in the flow it becomes ".active". I have the following function to enable a PrettyPhoto lightbox when a thumbnail image becomes ...
1
vote
0answers
89 views
jQuery prettyPhoto: How to pass additional GET parameters?
<a href="page.html?iframe=true&width=700&height=100%&myVar=text" rel="prettyPhoto">Click Me</a>
In js script:
$('a[rel*=prettyPhoto]').prettyPhoto({
...
1
vote
0answers
89 views
Closing a prettyPhoto lightbox from inside iframe
Would like to run some Javascript in the iFrame which changes the height and width of the prettyPhoto lightbox window that it is in.
This is an example of lightbox in action:
...
1
vote
1answer
48 views
How can i access title content from jquery
i am using pretty photo for my gallery. i want some description to be in the pop up.i give it in gref title tag (test)
Now i want the title content in my jquery. how can i access it?
1
vote
1answer
154 views
Can't get FancyBox to work
Well at first, fancybox worked. But then when I added on to the site, it completely failed and I have no clue where I went wrong.
<script type="text/javascript" ...
1
vote
0answers
116 views
prettyPhoto not working on document ready
I have seen this asked and followed everything but it simply doesnt work for me
Could anyone tell me if they see anything wrong here?
Im not very good at this yet, I am sure it must be something ...
1
vote
2answers
452 views
Implementing the prettyPhoto jQuery plugin
I am trying to implement the prettyPhoto jQuery plugin on this web page.
http://mcmach.com/mcmachine/photogallery.html
I want to use the single image option and have set rel="prettyPhoto" for the ...
0
votes
0answers
2 views
Prettyphoto thumbnail margins - How to adjust?
Can anyone help me with adjusting (specifically, increasing) margins around PrettyPhoto thumbnails?
http://www.element118.com/codetesting/118_NewSite_Test/work.html
I've fiddled with the CSS and JS ...
0
votes
1answer
14 views
jQuery plugin (prettyPhoto) not functioning after upload to remote server
I would be incredibly grateful if anyone could help me understand why the prettyPhoto plugin isn't loading after uploading my site to the server. It works fine on my local site, but not on the remote ...
0
votes
0answers
25 views
PrettyPhoto - How can I auto close the popup window after I reach my last frame?
I want to have the PP popup removed from the screen after I hit the last object in the list. I do not want PP to continue to loop.
Is this possible?
I read through the PP doc and did not see a ...
0
votes
0answers
11 views
Keep PrettyPhoto active
I'm using PrettyPhoto to display a form.
The implementation of inline is pretty straight forward and there is no problem there.
The form is submitted with JS for some reasons.
...
0
votes
0answers
13 views
Reloading pages with PrettyPhoto js
I have a problem with opening PrettyPhoto in one of my thumbnails. Please check the following test site and click the first thumbnail.
http://studiosaus.com/test/index.html
As you can see the page ...
0
votes
1answer
54 views
Jquery PrettyPhoto - How to always show Next Previous buttons?
Hi I am using Jquery PrettyPhoto and want to always show the Next and Prev Buttons on the pop up slide, instead of the user having to hover over it. I think it should be done by changing the css, but ...
0
votes
1answer
100 views
jQuery prettyPhoto issue
I am trying to implement the jQuery plugin, prettyPhoto, on my page. I used the example from this page:
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#!prettyPhoto
...
0
votes
0answers
36 views
Prettyphoto changing lightbox height and width
I am trying to modify the height and width of the image box that opens when I click on a thumbnail but have not had any success.
This is my code so far
@for (int i = 0; i < Model.count; i++)
{
...
0
votes
0answers
32 views
prettyPhoto Open inline content onLoad
I got an inline with id="inline" content with simple text an one image.
Is there a possibility to open this inline onLoad page?
Any help, will be appreciate.
0
votes
2answers
51 views
prettyphoto wont load when writing href using document.write
i have some codes like this
<span id="$RsC" class="menu" title="Action menu" onclick="menu(\''.$RsC.'\')">click</span>
function menu(id){
var d = document.getElementById(id);
...
0
votes
1answer
81 views
jscrollpane inside prettyphoto lightbox - not working
I have implemented a prettyphoto lightbox for a inline-div which will require custom scrollbar for its lengthy content. So used jscrollpane to implement custom scroll.
They individually work in ...
0
votes
0answers
168 views
How to put NEXTGEN gallery description into PrettyPhoto jquery plugin in description or instead of social_tools
how's it going? So i have this issue, that I can't figure out.
I use Wordpress, i got a NextGen gallery there (newest by date 2012-01-11) and PrettyPhoto jquery plugin (also newest by date ...
0
votes
0answers
57 views
prettyPhoto, “title” and tooltips
In prettyPhoto, how can I have the photo description come from something other than "title" (added to <a> tag surrounding the <img>)? When hovering over the image, it displays ugly html on ...
0
votes
1answer
184 views
jQuery prettyPhoto not working with Sponsor Flip Wall plugin
I’m using Sponsor Flip Wall for displaying references on my webpage.
Every reference should have few pictures previewed with Pretty Photo lightbox.
At first flip side there is a reference picture, and ...
0
votes
1answer
141 views
prettyPhoto loading, but not working (not callable)
Solved
With the amount of information I provided this was unsolvable. A PHP library that I'm using was also including jQuery, resulting in double inclusion and prettyPhoto going berzerk.
The problem
...
0
votes
0answers
93 views
jQuery PrettyPhoto not working after wordpress update
This is quite strange and I'm pretty sure it should be dead easy ... however ...
I just updated Wordpress to the final version 3.3 and my pretty photo gallery does not work.
I'm not using any ...
0
votes
0answers
58 views
prettyPhoto javascript: box is moving up/down based on content even though i have fixed height
I am testing the pretty Photo javascript code, and it working to a point:
www6.luc.edu/test/cabplan/woe/test.html
The issue I am facing is that even though I have fixed height on the box with a ...
0
votes
1answer
207 views
PrettyPhoto Error: Image cannot be loaded. Make sure the path is correct and the image exists
I've searched a series of forums and I've noticed that a lot of people had this same issue. I tried all the resolutions: using the longer Youtube URL like
http://www.youtube.com/watch?v=GkqS5DiF2_A
...
0
votes
1answer
174 views
Pretty photo like functionality does not share the image as expected due to the #prettyphoto in the url
Facebook like does not work as expected with pretty photo.
Here is my url:
http://somedomain.com/photography/#!prettyPhoto[set_3]/0/ this url show an image in the pretty photo.
What i am seeing is ...
0
votes
0answers
104 views
Passing PHP value from prettyphoto iframe to parent page
I've been searching on many sites about how to close prettyphoto manually and send a php value into the parent page but nothing helps.
What I'm trying to do is this; when people click a link in the ...
0
votes
0answers
102 views
Isotope and prettyPhoto
Has anyone managed to get prettyPhoto to work along with Isotope?
I have got it integrated - however when I filter using isotope to view a particular set of images, I still get the full set of images ...
0
votes
0answers
153 views
Jquery Prettyphoto and Contentflow, limiting lightbox behavior to only active image
I am using the javascript Contentflow in an image gallery. I have the following function to open the images in a lightbox (PrettyPhoto) when the image is "active", or centered in the contentflow.
...
0
votes
0answers
25 views
PrettyPhoto - Change Behaviour
I have a set of thumbnails pointing to different sets of images (using differents rel ttributes). When I open an image I see the single set with little thumbs, perfect.
What I need is to move to ...
0
votes
2answers
105 views
How do I check if prettyPhoto is defined
I have this snippet that is on my main js file that our entire site uses
$("a[rel^='prettyPhoto']").prettyPhoto({
theme: 'light_square',
showTitle: false,
allow_resize: true
...
0
votes
0answers
263 views
Calling inline content with prettyPhoto lightbox with form elements to populate after page load
I have some inline content which contains form elements which I wish to populate then show in a prettyPhoto lightbox.
Example:
<a href="#inline-1" rel="prettyPhoto" >Link/a>
<div ...
0
votes
1answer
120 views
Prevent PrettyPhoto from closing
the script i created uses PrettyPhoto to load an ifram on which there is an upload page going on, the upload works great the image is uploaded and the url is returned back to the page for preview, but ...
0
votes
0answers
83 views
jQuery - prettyPhoto, stuck on passing contents of one attr to another
Okay so we are using prettyPhoto and we got one of our developers to code a modification for us.
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
We have rewritten ...
0
votes
1answer
98 views
Jquery trigger('click') doesnt work in IE
I update this once again, this only fails in some versions of IE. It's something with the last line in the js code. "$($nextlink).trigger('click');" that some versions of IE can't handle... Is it ...
0
votes
1answer
94 views
Turn off keyboard navigation on jQuery prettyphoto
We are using prettyPhoto:
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
For our portfolio. This allows us to show a video, image or SWF.
When we display a SWF game ...
0
votes
1answer
187 views
prettyPhoto jquery plugin doesn't work
I am using the prettyPhoto jquery plugin to show a gallery of pictures on my page, and it doesn't work for some reason. I am trying this on my localhost and I use Zend Framework.
This is my code:
...
0
votes
1answer
52 views
.load() use not applying to every object
I am trying to load content in from sub pages and then add the rel attribute for a gallery required by the prettyPhoto plug in. After the script runs the rel has only been added to the last set of ...
0
votes
1answer
130 views
jqgrid show the images in popup box
I am using the jqgrid, and prettyphoto in my application.
I have a column to show the image preview. on clicking that image is the image will be displayed in the popup box.
grid code is..
.....
...
0
votes
1answer
654 views
jscrollpane not working, probably jquery conflict?
I want to do .jscrollpane scrollbars but they are not showing up, and firebug is not picking up any errors. I'm doing cufon font replacement, a prettyPhoto lightbox, and a simple portfolio filter that ...
0
votes
1answer
205 views
prettyPhoto loads on browser refresh
I've used prettyPhoto to display galleries, YouTube and Flash, but I'm having a "refresh" problem when I use single images. prettyPhoto opens when I click on a thumbnail and it appends ...
0
votes
1answer
300 views
Using prettyPhoto jQuery with my photo gallery [closed]
Possible Duplicate:
Implementing the prettyPhoto jQuery plugin
I am working on a web site and would like each photo to be opened up with the jQuery lightbox plugin called prettyPhoto. I ...
0
votes
0answers
191 views
jQuery and prettyPhoto problems showing videos and iframes in IE 8
I am building a demo page using prettyPhoto to display some of our work.
the page is at: www.nationaledonline.org/demo.html
These are the problems:
1. Audio continues to play after the prettyPhoto ...
0
votes
1answer
211 views
How I can get Current photo id in prettyphoto gallery
I am using prettyphotos to display slideshow and lightbox, but how I can get current photo id which is showing in Lightbox.
PrettyPhotos offer callback function changepicturecallback: function()
I ...
0
votes
0answers
290 views
Bug in prettyPhoto in Chrome (re-open picture)
Browser: Google Chrome 8.0.552.224
Script: prettyPhoto 3.0
When I click to open picture, then close it and try to re-open - js script will not work (picture opened in the current window, not in alert ...
0
votes
4answers
9k views
display jquery prettyPhoto lightbox in iframe parent
I am using jquery prettyphoto 2.5.3 and I was wondering how I can get the light box to display in the parent window of an iframe when an image link inside the iframe is selected?
Here's my code:
...