Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TigreTwoTwoTwo

    (@rickahontas)

    nevermind, just found this. thanks! http://archetyped.com/lab/slb-2-3-0/

    tested the code you provided in my template, but doesn’t seem like it’s applying itself to the ACF sub_field

    <div class="portfolio-copy test">
      <?php $portfolio_slb = the_sub_field('portfolio_copy');
        if ( function_exists('slb_activate') )
          $portfolio_slb = slb_activate($portfolio_slb);
        echo $portfolio_slb; ?>
    </div>

    Any suggestions on how to get that content to work with Simple Lightbox?

    Thanks

    Plugin Author Archetyped

    (@archetyped)

    Hi,

    Glad to hear you were able to figure it out. For anyone else interested, see rickahontas’ solution in the other thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can we hook into the plugin to extend its functionality beyond…’ is closed to new replies.