• Resolved SRD75

    (@srd75)


    Hi Folks,

    We’re using Advanced Custom Fields to create custom content blocks, and our page.php is calling _wysiwyg-block.php which contains:

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

    However, the gallery (under “Our Bathroom Portfolio”) is not popping up into a lightbox.

    Help appreciated,
    Steve

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SLB not working with ACF’ is closed to new replies.