Marenek
Member
Posted 6 months ago #
Change language domain isn't good idea :-(
You forgot to rename your language definition files.
You define $skin_change_note in __construct() with __() function, but in this time language domain isn't set yet and text isn't translated.
I try assign a plain text to $skin_change_note and __() use until during filling $ret. (load_plugin_textdomain placed in __construct() doesn't cooperate with native dashboard plugin)
I thing i cannot add skin by copying via ftp. Or do?
http://wordpress.org/extend/plugins/len-slider/
Igor Sazonov
Member
Plugin Author
Posted 6 months ago #
Hi, Marenek! Thanks!
About changing language domain: when I programmed the plugin - the name was "lenslider", but when I upload it to repository I named as "Len Slider" with white space and automaticly it was renamed as len-slider and this make much of problems =)
It seems You're right about $skin_change_note in __construct() =) Thanks!
> I thing i cannot add skin by copying via ftp. Or do?
Do you mean custom skin?
Marenek
Member
Posted 6 months ago #
Yes, custom skin. I can't use upload.
Igor Sazonov
Member
Plugin Author
Posted 6 months ago #
LenSlider makes a folder wp-content/lenslider-custom-skins. You can upload your custom skin there =)
Marenek
Member
Posted 6 months ago #
realy? it seems not working :-(
Igor Sazonov
Member
Plugin Author
Posted 6 months ago #
no, it works. edit xml-file, rename lib class file and php-class
Marenek
Member
Posted 6 months ago #
Igor Sazonov
Member
Plugin Author
Posted 6 months ago #