Tagged Questions
Galleria is an open source (MIT) image gallery framework written in JavaScript. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.
52
votes
5answers
132k views
jQuery .ready in a dynamically inserted iframe
We are using jQuery thickbox to dynamically display an iframe when someone clicks on a picture. In this iframe, we are using galleria a javascript library to display multiple pictures.
The problem ...
4
votes
2answers
600 views
Where to put Galleria (jQuery image gallery framework) in Rails 3.1 Asset Pipeline?
I'm a bit confused as to where to put a jQuery framework like Galleria in Rails 3.1's new Asset Pipeline?
I know it, technically, should go into /vendors/assets/javascripts but, it is my ...
4
votes
4answers
3k views
Galleria theme occasionally not loading
I am using the Galleria slideshow on my site, but I've noticed an error that seems to happen very randomly. Most of the time the slideshow loads correctrly but once in a while I get this error:
...
3
votes
2answers
561 views
Displaying Flickr photos using the Galleria jQuery plugin
I'm trying to import/show the photos from the Flickr photostream (or set) using Galleria (http://galleria.aino.se/). I couldn't find any useful info in the Galleria documentation. How to go about ...
3
votes
2answers
433 views
How to update HTML element with jQuery and Galleria?
I am using Galleria for a slideshow. I want to place a small, 'Larger' link beside the stage.
I have this code for the 'Larger' button:
this.fullres = this.create('div', 'fullres');
...
2
votes
1answer
93 views
this.push() works with PHP data but not with javascript data
I'm using Galleria which lets you add images on the fly using this.push({ image:'image.jpg' })
The strange thing is that when I prepare my code with PHP it works fine:
<?php
while {
...
2
votes
3answers
222 views
Galleria Image Protection
Can you disable right-click and image dragging in Galleria?
The images on my site are to be sold commercially and we therefore want to stop people from pinching them without paying!
If it can't be ...
2
votes
1answer
231 views
2
votes
3answers
123 views
How to append HTML to images using JQuery?
I am using Galleria and I need to wrap my images that Galleria puts into a slide with a link.
I was going to use this methodology: Give the <img> a bogus title= value and then append a ...
2
votes
4answers
326 views
Serious help needed - client's website, which I have spent hours and hours on, completely fails
I'm a bit miffed. Actually, a bit more than that, but never mind.
The problem revolves around a jQuery gallery called 'Galleria'. You may have heard of it. It's quite aesthetically pleasing and since ...
1
vote
1answer
62 views
Galleria: show last image
Here is the current Galleria API: http://galleria.aino.se/docs/1.2/api/methods/
Given this API, I want to display the picture I just uploaded and pushed to galleria:
Galleria.get(0).push({
...
1
vote
1answer
126 views
facebook send button z-index? Strange issue
I can't for the life of me figure out how to get this Facebook element to appear above the slideshow gallery below it. I'm pretty sure it's not an overflow issue, and z-index on either element ...
1
vote
1answer
77 views
How do I slide a div in jquery galleria with elements inside it?
I am using galleria jquery plugin.
I have a div with class "carousel", This div will have many divs under it, which may also have divs beneath them. See Below:
<div class="carousel">
...
1
vote
1answer
142 views
Galleria: Layer containing links not displayed
I'm using the all new HTML layer feature introduced in 1.2.5 of the galleria jquery plugin. It works just fine but as soon as there is an <a> tag in the markup, no layer at all is being ...
1
vote
1answer
805 views
Change Aino Galleria Theme Programatically
Anyone know how to change the Aino Galleria plugin theme programatically, say... changing a radio button option?
I´ve tried this method with no success!
I´m using Galleria in the following way:
...
1
vote
2answers
448 views
Help loading images into Galleria dynamically
I am building a site with the gallery as the main feature, and I need the gallery to have "categories". I am going to load in the images via AJAX but at the moment just getting the Galleria gallery to ...
1
vote
8answers
144 views
Simple JSON problem
I never worked with JSON and I really need to do it now, I've tried bunch of examples from jQuery page but it does not seem to work for me.
I have *.php file that is generating string, as I ...
1
vote
6answers
7k views
Galleria Fatal error: Could not extract a stage height from the CSS. Traced height: 0px
If I have the line <style type="text/css"></style> , even though it is blank, Galleria throws the error message "Fatal error: Could not extract a stage height from the CSS. Traced height: ...
1
vote
2answers
179 views
Can't seem to get element ID
I have a list of images and I really need to get ID of each image inside my JS, but I don't know how to do that. I've tried this method, but it is returning empty string instead of ID. I tried getting ...
1
vote
4answers
474 views
How can I automatically toggle showinfo in jQuery Galleria plugin?
I can't seem to find this documented anywhere. Basically I just want to have the caption automatically be displayed throughout the slideshow...
Thanks in advance...
1
vote
1answer
268 views
Jquery Galleria Initial Load Problem
I have set up galleria using full screen theme. I am having this problem that it displays a Blank Screen on the first time the galleria is loaded. When I reload the page is works but only when ...
1
vote
1answer
334 views
Galleria image limit?
I know I read somewhere that Galleria has a limit of only 100 images per slideshow, I just can't seem to find where I read that... Got a client who wants 108 images per slideshow. any idea how to ...
1
vote
2answers
82 views
First time user of Galleria and i just can't get it to work?
First time user of Galleria and i just can't get it to work? its just giving me a list of images?
i have tried what it says in the FAQ's but nothing is working? please can some one help me?
1
vote
1answer
183 views
Multi galleries per page - almost working
This might help someone but its not 100% working.
I've tried to stop the theme not found error with IE by putting the them in the head etc but it still doesn't really help.
Although this all works ...
1
vote
1answer
532 views
jQuery Galleria slideshow, troubleshooting
I am trying to install the jquery slideshow "galleria" found here: Galleria site - How to install it (script)
I already call the jquery library in the "head" of my site like this: <script ...
1
vote
2answers
1k views
Galleria & LightBox IE7 & IE8 css issue
I am using version Galleria 1.2, which I know is a bit out of date, and I am having issues with IE7 and IE8. FireFox works correctly. I tried to upgrade to 1.2.2 but ran into other issues which I will ...
1
vote
2answers
463 views
Galleria plugin: How to add links?
I´m talking about this Galleria plugin. Maybe this is too simple, but I can´t find anything in the documentation page: I have this galleria implementation. I want to add a different link to every ...
1
vote
1answer
987 views
Galleria slideshow api - find the current image's alt text
I'm implementing the Galleria slideshow on a site and I've got it working fine for the most part. I'm working with the api to customize the appearance of my slideshow and I want to get the alt text ...
1
vote
1answer
425 views
How can I make image_crop with the Galleria jQuery plugin different if the image is wider vs taller?
Essentially I want to change a variable for image crop depending on the dimensions of each image in the gallery. If an image's height is greater than the width I want to switch to the height crop, ...
1
vote
3answers
629 views
Several xml errors using Facebook JS SDK with xhtml strict
I'm trying to set up some like buttons to a project. These buttons live inside a jquery slideshow with Aino's Galleria and let you "Like" each different slide. I'm using an xHTML strict document and ...
1
vote
2answers
2k views
jQuery Galleria 'fatal error: no theme found.' in IE
Galleria v 1.2 works fine in FF, SF and Chrome, but it raises this message in all IEs "fatal error: no theme found." Anybody seen it before?
1
vote
1answer
274 views
Thumbnails not maintaining their size in Internet Explorer 6
I'm working with Galleria Classic.
How can I get my thumbnails to all be the same height and width in Internet Explorer? I have adjusted the attributes in the CSS using the (.galleria-thumbnails ...
1
vote
1answer
647 views
WordPress jQuery error: “Uncaught TypeError: Cannot set property 'value' of null”
I've searched through a slew of tangentially related questions to this, but not precisely, so here goes:
I've been working on a site that's (unfortunately) using three different jQuery plugins in ...
1
vote
1answer
106 views
How do I pull the value of an attribute as it's being cached in JavaScript?
I am trying to pass along both the src and the rel tag values. Here's the sample input.
<img class="image" src="example.jpg" title="" rel="value" />
The following is some code that is parsing ...
1
vote
1answer
227 views
Intermittent Problems with Galleria
My Galleria is temperamental, sometimes it works, sometimes it doesnt. I was going to put galleria into my website and I had it up and running but for some strange reason it is very temperamental and ...
1
vote
1answer
967 views
Galleria and JQuery Swipe. Y control?
Trying to run Galleria and Swipe in JQuery.
Example can be found at: http://www.mikelastphoto.com/ipad/
Problem: Everything works, except for the swipe taking over control of the entire page on the ...
1
vote
5answers
1k views
JQuery Get all <alt> tags from an <img> and show them in an <ul><li>
This is my html (im using Galleria Image Gallery - JQuery Based)
<div id="galleria">
<img alt="Productname 1" src="bens_img/1.jpg">
<img alt="Productname 2" ...
1
vote
1answer
647 views
Jquery plugin Galleria won't load in iframe until it's refreshed. Why is this?
I've been having crazy hell with getting Galleria to load in an initially hidden iframe without manually refreshing said iframe.
I am getting an error in Error Console from galleria.js, reporting ...
1
vote
1answer
242 views
Looking for a good Javascript gallery manager
I've been looking around for ages, and have settled on Galleria. It's... useful I suppose. Can anyone suggest anything better? What I'm imagining is a gallery format much like this:
...
1
vote
2answers
402 views
IE7 making Galleria Fullscreen do funny things with dots navigation
My Galleria gallery seems to be working everywhere except in IE7. I have hacked at the code to make it fit the designer's vision, however, I've ended up with a strange space and some dots along the ...
1
vote
4answers
854 views
Galleria + Colorbox working in IE, not in others
I thought I had this worked out, but unfortunately it does not work in FF or Chrome. I have a list of images that I would like displayed as a slideshow with carousel on my page. When the user clicks ...
1
vote
1answer
1k views
Jquery Galleria pause and play on hover
I have implemented the jquery Galleria plugin in a website, but would like for it to pause when I hover my mouse over it and play again, when I remove the mouse.
How can I do this?
Thanks
Vayu
1
vote
3answers
1k views
Issues loading Jquery (Galleria) script from inside an i-frame (beginner javascript?)
the site in question: http://homecapture.ca/testset/index.html
The scenario: I have a tabbed menu generated from an unordered list, when a menu item is clicked it reveals an iframe which links to the ...
1
vote
3answers
4k views
galleria auto play slideshow?
Has anyone found an easy way to get the awesome galleria gallery to auto play?
I'm really stuck on this one.
Any help would be great!
Thx Paul
1
vote
2answers
1k views
Galleria jQuery plugin briefly shows all images in IE 7 & 8
I'm using the galleria jQuery plugin on a site. When the gallery first loads, all of the images appear briefly & vertically in ie 7 & 8. This doesn't happen when i isolate the gallery, only ...
1
vote
3answers
851 views
Jquery galleria - make the first image in the gallery appear automatically
I've added the excellent galleria-plugin to a website I'm working on. However unlike the demo, I've been unable to make the first image display automatically on page-load.
Currently, you have to ...
1
vote
2answers
541 views
jQuery initialization order
I'm building a page where I want to use Galleria script (http://devkick.com/lab/galleria/) and jQuery's Accordion widget to hide away different categories of gallery's thumbnails. In my initialization ...
1
vote
5answers
4k views
Galleria Javascript Gallery in IE7 & IE8
I have implemented the Galleria & SmoothDivScroll plug-ins together but in IE7 & IE8 the image gets distorted [ratio is not kept in scaling] slightly when its orientation is portrait (i.e. ...
1
vote
1answer
1k views
Integrating Galleria with SmoothDivScroll plugin
I have been working on an integration of SmoothScrollDiv with Galleria.. - to scroll the thumbnails.
demo of my code here: http://test.kinkylemon.nl/sym/galleria/demo3.htm
I have a problem that when ...
1
vote
1answer
1k views
Trouble with Galleria image gallery fade and default image
Using Galleria with frogCMS, but am currentl unable to create fading effects and to display a default image on load (currently only displaying an image on clicking a thumb)
$('ul.gallery').galleria(
...