Code Monkey home page Code Monkey logo

Comments (12)

captaincourageous avatar captaincourageous commented on September 5, 2024 1

Sorry didn't feel like making it public. Sent you a message via your website.

from simple-lightbox-extensions.

donaldG avatar donaldG commented on September 5, 2024

I'm pretty stoked to see this working. Just ran into a case where it'd be great if this worked on the acf_the_content filter!

from simple-lightbox-extensions.

captaincourageous avatar captaincourageous commented on September 5, 2024

Is this active? i see that it was opened 4 years ago. I would love for it to be possible.

from simple-lightbox-extensions.

archetyped avatar archetyped commented on September 5, 2024

@captaincourageous as noted in the first post, development is prioritized based on demand, so adding your vote and sharing any feedback/feature requests you have as highly recommended if you would like to see this extension released.

Thanks.

from simple-lightbox-extensions.

SRD75 avatar SRD75 commented on September 5, 2024

Hi @archetyped ,

Should the following code work with the current lightbox plugin?

          <?php
            $content = the_sub_field('wysiwyg');
            if ( function_exists('slb_activate') ) {
              $content = slb_activate($content);
            }
            echo $content;
          ?>

the_sub_field('wysiwyg'); fetches my ACF content.

Currently, the code block above doesn't add lightbox functionality to any galleries in the $content.

Help appreciated.

from simple-lightbox-extensions.

archetyped avatar archetyped commented on September 5, 2024

@SRD75 it looks like the same question you asked in WordPress' support forum was already answered some time ago.

Please refer to that existing post to keep all future discussion in one place.

Thanks.

from simple-lightbox-extensions.

utopsie avatar utopsie commented on September 5, 2024

Sorry of this is not in the right place, but it matches what I’m looking for.

I’m working with Vimeo files, and they come in with their own metadata, which includes Title and Description.
I would like to use WordPress Title and ACF Description, because the info needs to be different for the website context. I’m already using the title=“” attribute in the link to override Vimeo’s title, but being able to add description=“” (or something similar) would be what I’m dreaming of.

I find myself needing to display custom info in Lightboxes below the media files, and I would be totally stoked if this ACF add-on was released. The rest of your plugin is awesome, and it would become the last Lightbox plugin I ever use. Add my vote for this!

And in the meantime, if I was to muck around on my own, in what direction would you point me in order to fetch local ACF info to display in the Description field?

Thanks!

from simple-lightbox-extensions.

iamsmae avatar iamsmae commented on September 5, 2024

Any timeline for this being implemented? I am creating a site for an artist and I need to be able to display artwork details (year, medium, ect.) from acf fields in the lightbox pop-up. Thank you!

from simple-lightbox-extensions.

captaincourageous avatar captaincourageous commented on September 5, 2024

Hey @iamsmae I can send you what i did if you like. I am also using it to display artwork with the same fields including variable feilds like if the work is available or if there are prints. I have some javascript that adds the slb snippet to any WP gallery image. Then the gallery link opens a WP attachment page in a modal window which is super pared down to display only the image + content. It looks really nice and clean. ALso, i don't use attachment pages for anything else (never really have) so this solution made sense to me. I don't know that there's a way to message me or anything but I can share that.

from simple-lightbox-extensions.

iamsmae avatar iamsmae commented on September 5, 2024

Hello @captaincourageous! That would be really helpful, please! Do you have a Git repository, or what would be the best way to share?

from simple-lightbox-extensions.

captaincourageous avatar captaincourageous commented on September 5, 2024

@iamsmae - Try this out https://github.com/captaincourageous/WP-Lighbox-Gallery

from simple-lightbox-extensions.

iamsmae avatar iamsmae commented on September 5, 2024

Thank you, @captaincourageous I get a 404 error?

from simple-lightbox-extensions.

Related Issues (20)

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.