Can I use it?
]]>Tried using [wpml__ context=wpmlshortcodes]Title[/wpml__] in meta slider and wp photo album plus, but the strings aren’t appearing in WPML’s string translation. Using latest version of WP and all plugins.
]]>Hi!
When you have a little time, you could change the next line (98)?
function wpml_translate_backward__shortcode( $atts, $content = null ){
...
$lang = ''; // default
...
}
for:
function wpml_translate_backward__shortcode( $atts, $content = null ){
...
$lang = $atts['lang']; // default
...
}
This allows compatibility with “wpml_translate”, works
Great plugin.
Thanks!
]]>Hi, I’ve updated two website that used to have WPML Translate Shortcode, and in both case I had to go in and change all the wpml_translate shortcodes for wpml_if manually.
Isn’t your plugin supposed to be backward compatible? Am I missing something?
Tx
Dear. Thx for awesome plugin.
I have i one problem.
I want inside wmpl shortcode (in page template) insert one more php function, e.g.
<?php wpml_e__if_language( ‘<?php echo date(‘Y’); ?>’, ‘en’ ); wpml_e__if_language( ‘<?php echo date(‘Y,’); ?>’, ‘hr’ );
Some country behind yearh have . (dot)
How can i do that? Thx
]]>Welcome to the new WPML Shortcode. This plugin is the new WPML Translate Shortcode, became a full-translation suite.
Of course we still supporto WPML Translate Shortcode, with a new shortcode (1.2.4+):
[wpml_if lang='en']Text[/wpml_if][wpml_if lang='it']Testo[/wpml_if]
Also, we provide full backward compatibility (yes, you can still use wpml_translate or wpml_language shortcodes) on 1.2.6+.
]]>Welcome to the new WPML Shortcode. This plugin is the new WPML Translate Shortcode, became a full-translation suite.
Of course we still supporto WPML Translate Shortcode, with a new shortcode (1.2.4+):
[wpml_if lang='en']Text[/wpml_if][wpml_if lang='it']Testo[/wpml_if]
Also, we provide full backward compatibility (yes, you can still use wpml_translate or wpml_language shortcodes) on 1.2.6+.
]]>