Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
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.

Small bug (and feature request)

  • LearningByDoing
  • LearningByDoing's Avatar Topic Author
  • Offline
  • New Member
More
9 years 9 months ago - 9 years 9 months ago #56027 by LearningByDoing
Small bug (and feature request) was created by LearningByDoing
A backslash is missing In file "plugins/content/jw_sigpro/jw_sigpro/includes/js/jquery_fancybox/popup.php", line 42, in the closing </b> tag. At least Firefox does not recognize the closing tag, making the (bold) caption stick to the "Image x of y".
this.title = \'<b class="fancyboxCounter">Image \' + (this.index + 1) + \' of \' + this.group.length + \'</b>\' + (this.title ? this.title : \'\');
should read
this.title = \'<b class="fancyboxCounter">Image \' + (this.index + 1) + \' of \' + this.group.length + \'<\/b>\' + (this.title ? this.title : \'\');

I am usually creating non-English websites. So I actually need the phrase "Image x of y" translated to the site language. Hacking the core file is no preferred solution. So please consider using a language ini file to customize that.

Edit: This translating problem also applies to buttons saying "Next", "Start slideshow" etc., although it is probably more difficult to customize this, since these texts are hard-coded in the javascript files.
Last edit: 9 years 9 months ago by LearningByDoing.

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #56028 by Lefteris
Replied by Lefteris on topic Small bug (and feature request)
We will take your thoughts under consideration. Thank you very much for the great feedback.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum