frentzc
Forum Replies Created
-
thanks that’s great. Appreciate the quick response!
thanks – tested and narrowed it down to a function that was added – in the desire to have ONE gallery of logos link to urls in external windwows
that one is: http://tavria.omniproof.net/about-us/sponsors/
the function is:
//* Envira Gallery links to open in new window
add_filter( ‘envira_gallery_output_link_attr’, ‘tgm_envira_link_new_window’ );
function tgm_envira_link_new_window( $attrs ) {
return $attrs . ‘ target=”_blank”‘;
}Can you modify for me so that one gallery opens urls in new windows but all others just open lightbox?
Forum: Plugins
In reply to: [Background Manager] Full bg not working – only normalPlease disregard.
Found the error – my own doing – calling a function that was undefined in functions file. Sorry.Forum: Plugins
In reply to: [Simply Poll] Polls not returning resultsNevermind – the lack of support has pushed me to try another Poll plugin – WP-Polls which is working great.