Hi
I'm have been very happy with my gallery until today. I wanted to do some editing and when I opened the gallery, on frontend, I discovered that the image where no longer presented alongside the added text. The text is ok, but instead of the image, there is jost a black square with 3 white dots.
Whats happened?
Dear Ivan,
Thanks for contacting us and choosing our product!
About this problem it just happen when joomla update. You can fix it by following steps:
Step 1: Go to path {root}/modules/mod_jux_gallery/tmpl/ then open file default.php
Step 2: go to line 70 then replace by this code:
data-largesrc="<?php echo Juri::base().$item->large_image; ?>"
The same with component but with path {root}/components/com_jux_gallery/templates/default/items.php
Hope this help!
If you really like our product please write a review and vote 5stars for us at:
extensions.joomla.org/extension/jux-gallery
It will help us very much to develop our product.
Thanks. Now it works again.
The only problem, that I encountered, was that the line numberering in your guidance, didn't fit with the files when I opened them. The coding was in line 60 and line 62 respectively. It might be the program, who is used for opening, that makes the difference.
It may be better if you show the original coding and the new coding, and then an approximate linenumber.