Nativum
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb on the category page!Hello John,
thanks for your reply.
I have tried to place wp_reset_query() before calling bcn_display() in the header.php like this:
<?php if(function_exists('bcn_display')) { wp_reset_query(); bcn_display(); }?>
But it dosen’t work. Hmmm, I am really confused, please could you help me out.
Thanks a lot,
regards
Forum: Plugins
In reply to: [qTranslate X] How to translate text in the product description!thanks @ Gunu
Forum: Plugins
In reply to: [qTranslate X] How to translate text in the product description!Hello @gunu,
the support team of Wpmu dev marketpress ecommerce ( the plugin which I am using) asked me to ask you what the name of function that translate the string in q translate x is?
I need it to pass the description within that function:
$desc = '<p>'. CUSTOM_FUNCTION( $tax->description ). '</p>';
Thanks for your help,
best regards,
Edina
Forum: Plugins
In reply to: [qTranslate X] How to translate text in the product description!I use this code
<?php if( is_tax( 'product_category' ) ){ $tax = $wp_query->get_queried_object(); $desc = '<p>'.$tax->description.'</p>'; } ?> <script type="text/javascript"> jQuery(function($) { $('.tax-product_category .entry-summary').append('<?php echo $desc; ?>'); }); </script>
to show the description on the category page.
Maybe is there something wrong?
Forum: Plugins
In reply to: [qTranslate X] How to translate text in the product description!On the front-end it is so:
[:en]halo[:hr]Hrvatski[:de]Deutsch[:]
Forum: Plugins
In reply to: [qTranslate X] How to translate text in the product description!Hello @ gunu,
I installed the new version , but it is the same ??
When I switch between the languages nothing chenges it takes the other language with
like so:
[:en]English Text[:de]Deutsch
Forum: Plugins
In reply to: [qTranslate X] How to translate text in the product description!@ Gunu,
thanks for your quick reply.
Yes I have checked the Compatibility Functions.
But nothing changed ??
Is this beta version the same as the x-translate-x?
Forum: Plugins
In reply to: [qTranslate X] Translate script type text/javascriptHello,
I got it ??
I have just add following code:
<?php if(qtrans_getLanguage() == “de”) : ?>
Text
<?php endif ?>Best regards,
Edina
Forum: Plugins
In reply to: [qTranslate X] Translate script type text/javascriptMhmmm, but where I have to put this code? Or how I use it.
I am not familiar so well with javascript from….
Forum: Plugins
In reply to: [qTranslate X] Translate script type text/javascriptHello @ Gunu,
thanks for your quick reply,
I have tried with[:en] but it doesn’t change. I have put it before the text like <label><input type=”checkbox” id=”tos” />[:en]I agree with the terms and conditions[:de]Hiermit best?tige ich, die AGB zur Kenntnis genommen zu haben und akzeptiere diese)</label>
But it doesn’t work ??
Forum: Plugins
In reply to: [qTranslate X] Language switching methods at back end@ Gunu,
everything is done ?? Thanks
Forum: Plugins
In reply to: [qTranslate X] Language switching methods at back endHello @gunu,
now it works :). They was a plugin conflict between qtranslate x and qtranslate META.
Thanks for your help,
best regards,
Edina
Forum: Plugins
In reply to: [qTranslate X] Language switching methods at back endNow I figured that when I want to add a new page at the back end site it shows me a black screen.
But when I deactive the qtranslate x plugin, it works. Hmmm, maybe there is a plugin conflict between qtranslate x and WordPress.
I use WordPress 4.1.1 with the Radiant child theme.
Forum: Plugins
In reply to: [qTranslate X] Language switching methods at back endYes in pages and postes at the back end site.
At the front site it works perfect ??
Forum: Plugins
In reply to: [qTranslate X] Language switching methods at back endYes, I have done it like it’s written there.
I have Import settings from mqTranslate plugin.
The Language Switching Buttons work with the plugins but there are not showing on the back end page site …