- Posts: 4
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- 'Click to open' message not multi language
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
'Click to open' message not multi language
- gtherm
-
Topic Author
- Offline
- New Member
This looks like an english message for me and if I want to put in another language I can do it, but only in one language. My website is available in 7 languages thanks to joomfish. Is there a simple way to to make this message multi-language ?
By the way, I was only interested in the Thickbox method but to make it work on all browsers I had to replace the default Jquery.js file with the latest official one. Maybe this can help some others here... Only drawback the file gets inflated up to +97ko instead of 20...
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
I'm afraid this is the price for all of us to use a js library from others developers!
Off course the jquery is the best js library never made, but need also to update the library any time they update their release!
Thank you for the report!
Please Log in or Create an account to join the conversation.
- gtherm
-
Topic Author
- Offline
- New Member
- Posts: 4
By the way, a simple solution for my 'Click to open' message issue would be to clear the field, thus removing the message. But if I do so the field defaults to the initial message !
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
-
- Offline
- Platinum Member
- Posts: 1188
You can use the "DEFINE" method ( used from Joomla itself )
Open the language files of joomla and insert the new DEFINES
define( '_SIGPRO_CLICK_TO_OPEN', 'Click to open' );
and after that, at sip pro plugin file, you put this define at the plase of the string "Click to open"
$clickopen = $param->get('clickopen', 'Click to open image!');
$clickopen = $param->get('clickopen', _SIGPRO_CLICK_TO_OPEN);
Thank you!
Please Log in or Create an account to join the conversation.
- gtherm
-
Topic Author
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- Andreas Saller
-
- Offline
- New Member
- Posts: 1
using pro version 2.0.5
where can I find:
it is not in the main file jw_sigpro.php$clickopen = $param->get('clickopen', 'Click to open image!');
thanks,
Andy
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- simdimac
-
- Offline
- New Member
- Posts: 1
I edit the En-GB.plg_content_jw_sigpro but nothing happened after upload it seems like the text 'Click to open image!' generated from different file. (En-GB.plg_content_jw_sigpro was not in the folder originaly i moved file manualy because plugin install didnt do it. I just want to delete this line or replace it with ZOOM...
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Oceanwatcher
-
- Offline
- Elite Member
- Posts: 175
Anything that shows up in the site for visitors should logically be under the language folder, not under administrator/language.
To keep the translation of front end and back end in one file is bad usability.
Can we have this fixed in the upcoming version that has (again) been announced by Fotis (on Twitter)? :-)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Please Log in or Create an account to join the conversation.
- Oceanwatcher
-
- Offline
- Elite Member
- Posts: 175
I have several plugins with language files in the normal language folder, but maybe those are special cases?
Any estimate on when we will see the new version? Would be nice to be able to see a big gallery as a horizontal scroll instead of a grid.
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- 'Click to open' message not multi language