Matiss.Jekabsons
Forum Replies Created
-
yes its all working now! thx
PHP 5.6.11
Still the same.
What else can i take a look?…ok.
Will try to set up latest PHP
ThxPHP 5.3.10-1ubuntu3.21 with Suhosin-Patch (cli) (built: Oct 28 2015 01:43:56)
btw: CURL is active, too.
Sorry… i used
Ultimate Social Media Icons PLUS
so the wrong sectionForum: Themes and Templates
In reply to: Menu thumbnales problemsolved
<?php if ( has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); echo '<a href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0') . '">'; the_post_thumbnail('thumbnail'); echo '</a>'; } ?>
Forum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceI did it… made my own template… made to work with 3.1WP and latvian language… but … stupid bug – when i push a button to send invoice thru email, it gets me an default style not my template… wtf? :/ Is it known issue?
Forum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceAre you allready developing your plugin? Mabey i can help to you with developing somehow?
Forum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceAfter enabling lv_LV i can create invoices, but when i whant to preview it shows that link is broken. When delete my language files all again is ok.
Ir there some solution too?
Forum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceRemaded po file and all working!
Thx for your advice!Forum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceRealy strange… but even with that its not working… ??
bad that the plugin developer is not answering anything.
Can you please give me your DE stranslating to try with my wpi3 to find out where is the problem?Forum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceWell… none of variants what i have tryed doesnt work for me.
It could be realy great if you could give some advice.
Best regards
MatissForum: Plugins
In reply to: Problems with translating WordPress 3 InvoiceI am a bit confused…
I have edited load_plugin_textdomain line, i have file with my translation lv_LV.po …or i need to put apendix wp3i befor file name to get it work?