BenM
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] Search filter by custom post types not workingYes, same problem for me. I would like to search only in my CPT but post_types=”my_cpt” display results on all post types.
Hey ! Me again 🙂
Are you intentionally limit trad to trunk ?
In your header, you have
Stable tag: trunk. If you want traduction to be possible in current version, you had to specify version number after Stable tag.So, Stable tag: 20160811 for the current.
Thanks.
Great, thanks !
So, why it works with other image optimisation plugins (I try yours because it takes PDF) ?
For ShortPixel, I’ve autorized for outgoing traffic :
136.243.106.37
136.243.106.38
138.201.33.23
136.243.176.16
5.9.88.82
144.76.43.70
144.76.62.77
144.76.202.227
144.76.235.107
144.76.235.110
176.9.106.46It’s a intranet, behind a firewall. How can I do ?
Hi,
Same problem for me on all images and pdf. “There was an error and your request was not processed (File was not downloaded due to access restrictions.)”
/uploads and all folders inside are in 775 with good user (www-data).
Forum: Plugins
In reply to: [Download Monitor] change default options valuesOk, thanks for you answer. It’s radical but it’s ok for me.
PS : all good translation tools have a “translation memory”. Even if you change text domain, we keep our translation.
PS2 : if you make a search&replace on “, ‘sac’)” -> “, ‘simple-ajax-chat’), it should be ok.
PS3 : Yes, I do all my best to convince you 😉
A very very good reason to use the GlotPress system : I (we) don’t need to contact you for updating translations !
Moreover, you don’t need to publish an update to add/correct translation.
Translations updates are made separetly.
Here is a problem on your text : in function sac_time_since(), you declare some arrays for time (year, month, etc.) and you decide to add a ‘s’ on plural. It’s ok in english and it’s sometimes ok in french, but not all the time and not for all languages.
For example, month in french is “mois” in singular AND plural. So, we have “Il y a 2 moiss”.
I see you made some works on your plugin last weeks, it’s cool, thanks.
Could you just think to change Text Domain to simple-ajax-chat please ?
PS : And, yes, I know I don’t have to use Glotpress as I use POEdit but, generally, GlotPress translations are better because there are supervisors who check translations before validating it.
GlotPress is the official way to translate plugins ! It’s very handy, ok, but it’s the official way. So, everybody could easily traduct your plugin in all languages.
Check the sidebar on your wordpress.org plugin home : The “Translate Simple Ajax Chat” button lead to your Glotpress page.
April 24th, there is the GTD, Global Translation Day, an opportunity for you to be translate in many languages. If your plugin is not translation ready for WP, you’ll miss the boat.
Bye.
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] refresh frequencySimply open firefox devtool.
screenshotForum: Plugins
In reply to: [Simple Twitter Tweets] textdomain missing on 2 stringsLine 190 :
_e( 'Make widget title link' );should be_e( 'Make widget title link', 'simple-twitter-tweets' );Line 571 :
printf(__('%1$s%2$s'), $timeDisplay, $displayAgo);should beprintf(__( '%1$s%2$s', 'simple-twitter-tweets' ), $timeDisplay, $displayAgo);Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Please remove span wrapping !The problem is not CSS, the problem is your span wrapping !
Re-read my message. It’s impossible, for now, to style label when input is focused because you wrap input in span.
<span><input></span><label>In CSS3, you can’t reach <label> when <input> is focused.
I’m stupid : just forgot to add global.