Elegant Builder Plugin
-
Hi Stefan,
Quick question. I am using Elegant Builder from Elegant Themes, and when I add in a filter in theme functions for this image, it works on some pages but not others? Could I send you a link to the test site? This was my filter:
function add_filters( $filters ) { $filters[] = 'et_lb_image'; return $filters; ) } add_filter( 'rwp_add_filters', 'add_filters' );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Elegant Builder Plugin’ is closed to new replies.