Kangarooo
Forum Replies Created
-
Only 1.9.13 works with all Transposh
I made bug report to that pageYES THEY BOTH DONT WORK TOGETHER>!
Forum: Plugins
In reply to: [Transposh WordPress Translation] Compatibility with Next Gen GalleryYep. Transposh not working now with NextGen.
Only if one is disabled then other works.
So im gonna put some older versions.Can i have some contact to arrange on some messeging network when well be online so i can show website with non-working plugin turned on for time you`ll be watching it.
With /en/ i ment that im using transposh plugin and it makes /en/ for english and when nextgen latest is on then its not working so problem is from nextgen.Ah in plugin words of tabs “Translations” & “Settings” shows me “Tekstu tulko??ana” & “Uzst??d??jumi”
Instead it should be “Tekstu tulko?ana” & “Uzstādījumi”.
Other words also are gibberish.
1.) Need screenshot ?
or
2.) you will try lv.mo file in languages and IN config.php put lv in define(‘WPLANG’, ‘lv’);Forum: Plugins
In reply to: [Polylang] Polylang stops p2Where do i put that? Im searching for string ‘save_post’ and only found it in themes\p2\js\p2.js but still there dont know where to change what.
Forum: Themes and Templates
In reply to: [P2] P2 theme multilanguage? How?Ok heres test place.. https://tls2.us.lt
while im making original work at least in 1 lang.
So problem is i allway change language and then post in it BUT it post allways in main language witch is in PolyLange plugin selected by me.Posts ive made in backend for each lang shows correct comments in correct languages ive posted in front so comments or replies are ok. BUt not making new posts.
Forum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?I put to 3.7.1 and not working in config.php
Warning: Cannot modify header information – headers already sent by (output started at /home/kangarooo/domains/tls2.us.lt/public_html/blog/wp-content/plugins/qtranslate/qtranslate.php:1) in /home/kangarooo/domains/tls2.us.lt/public_html/blog/wp-content/plugins/qtranslate/qtranslate_core.php on line 71Warning: Cannot modify header information – headers already sent by (output started at /home/kangarooo/domains/tls2.us.lt/public_html/blog/wp-content/plugins/qtranslate/qtranslate.php:1) in /home/kangarooo/domains/tls2.us.lt/public_html/blog/wp-includes/option.php on line 563
Warning: Cannot modify header information – headers already sent by (output started at /home/kangarooo/domains/tls2.us.lt/public_html/blog/wp-content/plugins/qtranslate/qtranslate.php:1) in /home/kangarooo/domains/tls2.us.lt/public_html/blog/wp-includes/option.php on line 564
Forum: Fixing WordPress
In reply to: 3.7 Search for Plugins in CP gives "unexpected error…"I just put https://www.ads-software.com/nightly-builds/wordpress-3.7-latest.zip WordPress 3.7.1-RC1 and all works..
When will be 3.7.1 published?
Forum: Fixing WordPress
In reply to: 3.7 Search for Plugins in CP gives "unexpected error…"Where to put that debugger? In wordpress/ folder?
And then what? I put and opened and got this.
Fatal error: Call to undefined function is_multisite() in /home/kangarooo/domains/latubanka.lv/public_html/blog/https-debugger.php on line 16Try upload picture with this name like ā??? and post gallery
Ping? ?? Maybe not jet pong ready. ??
Forum: Plugins
In reply to: BJ Lazy Load animate instead of fade inYes i like i would want that too. I found theese examples also. Very cool https://www.pagelines.com/ or in https://luis-almeida.github.io/jPages/cssanimation.html
Forum: Plugins
In reply to: [Lazy Load for Videos] IDEA: Make it responsive also.https://hub.tutsplus.com/tutorials/creating-a-shortcode-for-responsive-video–wp-32469
https://nextgenthemes.com/
https://www.google.lv/search?q=Responsive+Video&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&channel=rcs&gws_rd=cr#bav=on.2,or.r_cp.r_qf.&channel=rcs&fp=12fd1cfb2e17a1de&q=Responsive+Video+wordpress&rls=org.mozilla:en-US%3Aofficial&safe=offForum: Plugins
In reply to: [Transposh WordPress Translation] Custom CSS file for translations…I think this www.ads-software.com server has problems now. I refresh and it shows sometimes 3 my posts sometimes just 1.
And Ofer Wald sorry ??
Now i didnt see that it worked for me in screenshot also already couse lang code was just before http just didtn saw. Thx now this is great that we can get lang code and different files to be shown for each lang. We ask couse we cant resolve but when resolved others find answer.
THX ??Thaiso you needed echo in whole php function like starting with
echo bloginfo
Ofer Wald previous messege has answer for you.
Both works:<?php echo get_bloginfo( 'stylesheet_url'). '-' . transposh_get_current_language(); ?> <?php echo bloginfo( 'stylesheet_url' ).'-'. transposh_get_current_language(); ?>
This now is solved and can be added to transposh FAQ and some function can be made for transposh css name generating like if exist style(langcode).css else style.css.
Well if its good method to divide in different csses.
Otherwise theres some function coding needed or hardcoding like i did:Heres then example how it works for me:
This gives lang code <?php echo transposh_get_current_language(); ?>
ir your current lang in website is English then en if German then de if French then frSo i have language lv en ru so i made jpg`s:
m2_par_mums_lv.jpg
m2_par_mums_en.jpg
m2_par_mums_ru.jpg
m2_par_mums_lv_over.jpg
m2_par_mums_en_over.jpg
m2_par_mums_ru_over.jpgand code
<a href="<?php echo home_url(); ?>/par-mums/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('parmums','','<?php bloginfo('template_directory'); ?>/images/m2_par_mums_<?php echo transposh_get_current_language(); ?>_over.jpg',1)"> <img src="<?php bloginfo('template_directory'); ?>/images/m2_par_mums_<?php echo transposh_get_current_language(); ?>.jpg" alt="Par Mums" name="parmums" width="194" height="43" border="0"></a>