Hi, I have an issue with the custom field "media jce", which I think you provide as an extension to the media field type of Joomla core.
I am using a subform with an image field (media jce) in it, so the client can create a collection of images that should be loaded dynamically into a YOOtheme gallery element. This worked fine until recently, but now, when an article is changed, the images are not shown any more even though in the edit form they are still visible.
I am using joomla 4.4.2 and JCE 2.9.61 and YOOtheme in it's latest version, but mainly what has changed is the structure of the field value, which I think is probably the reason why YOOtheme cannot find the image path any more.
This is the difference I've spotted in the field value structure (column "value" in table #__fields_values):
old (working) structure:
{"row0":{"field21":"images\/image.jpg"},...}
new (NOT working) structure:
{"row0":{"field21":{"media_src":"images\/image0.jpg","media_text":""}},...}
Can you help somehow or do I need to hope that YOOtheme will somehow adapt to that? I've informed them as well...
Any help is much appreciated!
I am using a subform with an image field (media jce) in it, so the client can create a collection of images that should be loaded dynamically into a YOOtheme gallery element. This worked fine until recently, but now, when an article is changed, the images are not shown any more even though in the edit form they are still visible.
I am using joomla 4.4.2 and JCE 2.9.61 and YOOtheme in it's latest version, but mainly what has changed is the structure of the field value, which I think is probably the reason why YOOtheme cannot find the image path any more.
This is the difference I've spotted in the field value structure (column "value" in table #__fields_values):
old (working) structure:
{"row0":{"field21":"images\/image.jpg"},...}
new (NOT working) structure:
{"row0":{"field21":{"media_src":"images\/image0.jpg","media_text":""}},...}
Can you help somehow or do I need to hope that YOOtheme will somehow adapt to that? I've informed them as well...
Any help is much appreciated!