Legacy filter
-
I am currently working on the intgration of this pluging with WP photo album plus
Is there a legacy method to filter content to get the links and titles?
Currently i use this code:
// CMTooltipGlossary on board? if ( wppa_switch( 'wppa_use_CMTooltipGlossary' ) && class_exists( 'CMTooltipGlossaryFrontend' ) ) { global $wppa_cmt; if ( empty( $wppa_cmt ) ) { $wppa_cmt = new CMTooltipGlossaryFrontend; } $desc = $wppa_cmt->cmtt_glossary_parse( $desc, true ); }It works, except for the enhanced tooltip, but does not deserve the price of beauty…
Also, is there a way to re-init the js for the enhanced tooltips to be used after a frontend ajax operation?
Sample: http://beta.opajaap.nl/generic-2/wppaspec/oc1/lnen/cv0/ab2/ptHPIM2492 look at Photo at the top, and below the big image.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Legacy filter’ is closed to new replies.