Hi guys,I really love your Charity Hub component. However i encounter a backend issue with image uploader.
I posted a cause and uploaded some images in the cause gallery. I can't select any images as the cause main image.
When i click the designated button to select an image, the uploader popup in a new window and if i click on any of the uploaded images, nothing gets selected.
Hi Internetix,
Thanks for contacting us and choosing our product!
Currently, on my local not see the problem as you describe please send me an account site via message private. I will check it. I think it was conflict or a cause js nothing here.
Hi. Thanks for checking it out ...
Backend seems to be fixed, i can select or upload image for the cause main image.
The default folder for images seems to be joomla /images folder.
However, on the frontend, the script is looking for the uploaded image in a different location as shown below and can't find it:
Hi internetix,
Sorry for the delayed response. present. I am sick, I can not answer all questions immediately. wish you sympathize. Can you send me the link that it does not display the image, I do not see it. Thanks
Hi
I have edited the link on your site. but your site is being "clear cache" when out front-end it does not change. you try to change the account FPT.
I edit default_grid.php file line 51, default_list.php line 51 ( components/com_jux_charity_hub/views/causes/tmpl)
from
$image_url = JURI::base().'media/jux_charity_hub/images/'.$item->image;
to
$image_url = JURI::base().''.$item->image;