GithubHelp home page GithubHelp logo

Slimbox fails about the-wall HOT 13 CLOSED

DanielRuf avatar DanielRuf commented on September 28, 2024
Slimbox fails

from the-wall.

Comments (13)

plasm avatar plasm commented on September 28, 2024

You can not use a lightbox in the traditional way because The Wall
creates elements is required. Not all items are created right away.

You need to create an event related to an item when it is created

Daniel Ruf
[email protected] ha
scritto:

I would like to use the Slimbox script on the images but it fails. I
am redirected to the image but the script doesnt work for the
lightbox.


Reply to this email directly or view it on GitHub:
#7

from the-wall.

DanielRuf avatar DanielRuf commented on September 28, 2024

so can you give me an exact example for slimbox that is working?

from the-wall.

DanielRuf avatar DanielRuf commented on September 28, 2024

Then there should be added a lightbox function because so small images are not so good often.

from the-wall.

plasm avatar plasm commented on September 28, 2024

Unfortunately I do not have an example that uses a lightbox. Here is
an example but it is custom

http://flickrwall.plasm.it/wall/share/natphilosophy/

Daniel Ruf
[email protected] ha
scritto:

so can you give me an exact example for slimbox that is working?


Reply to this email directly or view it on GitHub:
#7 (comment)

from the-wall.

plasm avatar plasm commented on September 28, 2024

is not an image problem, a problem of generation of new elements of
dom you decide to create the callback of the wall

Daniel Ruf
[email protected] ha
scritto:

Then there should be added a lightbox function because so small
images are not so good often.


Reply to this email directly or view it on GitHub:
#7 (comment)

from the-wall.

DanielRuf avatar DanielRuf commented on September 28, 2024

that could be exactly what i want. what do i have to change so i can use this function?

from the-wall.

plasm avatar plasm commented on September 28, 2024

of the wall do not have to change anything, you must add an event add
the item to the Sun and make him open the content you want. you may
also click an item and let him open a video ... depends on what do you
do

Daniel Ruf
[email protected] ha
scritto:

that could be exactly what i want. what do i have to change so i can
use this function?


Reply to this email directly or view it on GitHub:
#7 (comment)

from the-wall.

DanielRuf avatar DanielRuf commented on September 28, 2024

a real example would be great because I dont know how I should do that with your code as there is not so much documented.

from the-wall.

DanielRuf avatar DanielRuf commented on September 28, 2024

Well, currently waiting for an example, should not be so hard to do that for us?

I just need the lightbox effect of your flickr example or at least or also an example for slimbox (mootools) plugin

from the-wall.

james170482 avatar james170482 commented on September 28, 2024

can i just say thanks for an amazing product , i have the wall installed on my site with no problems but would really like the effects you achieve with the flickr wall , i.e tooltip descriptions(which hopefully can be dynamic and i wont need to enter every value in for every pic/video ) and the option for larger picture upon click and maybe video play upon click. also would it be possible that when someone clicked on a picture i.e a cat picture for example , that the image folder could be dynamically changed so that a new array of cat pictures would appear ?? thanks in advance for any help you can give me , i have searched the internet for advice on such subjects but i keep breaking my wall trying to implement them :) thanks ... james

from the-wall.

plasm avatar plasm commented on September 28, 2024

hello james,
everything you want to do is possible but not functionality of the wall. If you look at the site flickrwall.plasm.it see what part you are interested. For tooltips you need to use some plugin or write it yourself, get the information from the bees of FL.

I indicate to you that this site also helps you better understand the code.
http://antisocialstudies.com/

Hello
Marco

ps.
Forgive the delay but I'm not very good at this time

Il giorno 01/mag/2012, alle ore 00:33, james170482 ha scritto:

can i just say thanks for an amazing product , i have the wall installed on my site with no problems but would really like the effects you achieve with the flickr wall , i.e tooltip descriptions(which hopefully can be dynamic and i wont need to enter every value in for every pic/video ) and the option for larger picture upon click and maybe video play upon click. also would it be possible that when someone clicked on a picture i.e a cat picture for example , that the image folder could be dynamically changed so that a new array of cat pictures would appear ?? thanks in advance for any help you can give me , i have searched the internet for advice on such subjects but i keep breaking my wall trying to implement them :) thanks ... james

from the-wall.

james170482 avatar james170482 commented on September 28, 2024

No don't worry about the delay , I'm very grateful for any help , thanks for the info I will follow up on it .

Thank you

..... checked out antisocialstudies and its exactly what i am looking for and i think i can learn alot from the example , thank you very much

take care , all the best.

James

Sent from my HTC

----- Reply message -----
From: "Marco Dell'Anna" [email protected]
To: "james170482" [email protected]
Subject: [the-wall] Slimbox fails (#7)
Date: Wed, May 9, 2012 13:33

hello james,
everything you want to do is possible but not functionality of the wall. If you look at the site flickrwall.plasm.it see what part you are interested. For tooltips you need to use some plugin or write it yourself, get the information from the bees of FL.

I indicate to you that this site also helps you better understand the code.
http://antisocialstudies.com/

Hello
Marco

ps.
Forgive the delay but I'm not very good at this time

Il giorno 01/mag/2012, alle ore 00:33, james170482 ha scritto:

can i just say thanks for an amazing product , i have the wall installed on my site with no problems but would really like the effects you achieve with the flickr wall , i.e tooltip descriptions(which hopefully can be dynamic and i wont need to enter every value in for every pic/video ) and the option for larger picture upon click and maybe video play upon click. also would it be possible that when someone clicked on a picture i.e a cat picture for example , that the image folder could be dynamically changed so that a new array of cat pictures would appear ?? thanks in advance for any help you can give me , i have searched the internet for advice on such subjects but i keep breaking my wall trying to implement them :) thanks ... james


Reply to this email directly or view it on GitHub:
#7 (comment)

from the-wall.

lorenzos avatar lorenzos commented on September 28, 2024

As you said, @plasm, this is an issue related to the fact The Wall dynamically creates image-elements, so you cannot attach events for a lightbox simply on domready. And, as you said, this is not a problem The Wall should solve because its job is different.

In my opinion the best way to solve this is attaching lightbox events at the time you create image-elements implementing the callOnUpdate method. Or, even better, using events delegation.

All this to say that you should close this issue :)

from the-wall.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.