Excellent
-
Excellent plugin, no trouble at all … You might need to write a function to add the dropdown into a custom position, e.g.:
add_action( ‘storefront_header’, ‘my_show_gt_translate_button’ ); function my_show_gt_translate_button() { if ( class_exists( ‘GTranslate’ ) ) { echo ‘<div>’.do_shortcode(‘[gtranslate]’).'</div>’; } }
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Excellent’ is closed to new replies.