brankoads
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus] {:it}{:}{:en}{:} and the single flagHi Alex Gor, I have find serbian language.. But still have problems with translate some theme plugins. I am using this theme: http://preview.byaviators.com/theme/realocation/
and have problem with translate filter plugin (for rent, for sale, property title, location…). Please help me how to do that. If need to by some plugin more or donate, please tell. Thanks in advance!Forum: Plugins
In reply to: [WPGlobus] {:it}{:}{:en}{:} and the single flagSorry, but not work for me. I have try this:
if ( WPGlobus::Config()->language == 'en' ) { echo __( 'Baths', 'realocation' ); } else if ( WPGlobus::Config()->language == 'sr' ) { echo __( 'Kupatila', 'realocation' ); }and this working fine. But is too long code… Must be something shorter 🙂
I have one more qu. Can you add Serbian (Srpski jezik) flag. Here you are Serbian flag: https://sr.wikipedia.org/wiki/Srbija
ThanksForum: Plugins
In reply to: [WPGlobus] {:it}{:}{:en}{:} and the single flagHi, how to add translate directly on .php page. I have some new templates and plugins, where I have this coede:
<?php echo __( 'Area', 'location' ); ?>
How to get translate for “Area”? Try this:
<?php echo __( '{:sr}Oblast{:}{:en}Area{:}', 'location' ); ?>
But not work.
Please help.
Thanks!- This reply was modified 9 years ago by brankoads.
Anyone can help??
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] order auto coupons ASCHi Josk79,
Great, thanks!
Is there a hook that can help me to display one coupon value on product page? I want that customer can be seen immediately on a detailed product page value of coupon (discount).
Thanks in advance!
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] order auto coupons ASCIf anyone can help??