- Posts: 6
- Thank you received: 0
Unable to open zeditor / cannot add/delete slides in modal editor
-
peda
Inactive member - Topic Author
- New Member
Less
More
2 years 7 months ago - 2 years 7 months ago #49170
by peda
Hi all,
I experience that I am no longer able to edit my sliders. I investigated into it and found an Uncaught Type exception in the method ShowZoomerCurrent (zeditor.php), approx. at line 450. This prevented the Editor to open as modal dialog.
Not sure about the exact Zoomer-module version, but I downloaded it today (it indicates it's compatible with Joomla 3 & 4). I'm currently running Joomla 3.10.8.
This causes the issue:
Substituting it with
allows me to open the modal dialog. I can add/edit/remove sliders, however I cannot save them. I.e. when leaving the dialog by clicking 'OK' it 'forgets' about my changes.
I also changed the close mehtod call for every button in
at approx line 300.
I had to change it to
to avoid JS complaining that the method cannot be created prior to its creation.
Please find attached the zeditor.php file with my modifications.
Any help appreciated!
Thanks!
I experience that I am no longer able to edit my sliders. I investigated into it and found an Uncaught Type exception in the method ShowZoomerCurrent (zeditor.php), approx. at line 450. This prevented the Editor to open as modal dialog.
Not sure about the exact Zoomer-module version, but I downloaded it today (it indicates it's compatible with Joomla 3 & 4). I'm currently running Joomla 3.10.8.
This causes the issue:
Code:
zQuery(this).val(zQuery("#zoomerEditorList .current").attr(zQuery(this).attr("id")));
Substituting it with
Code:
var attr = false;
try {
attr = zQuery(this).val(zQuery("#zoomerEditorList .current").attr(zQuery(this).attr("id")));
} catch(error) {
console.error(error);
}
if (typeof attr=== "undefined" && attr === false) {
return;
}
allows me to open the modal dialog. I can add/edit/remove sliders, however I cannot save them. I.e. when leaving the dialog by clicking 'OK' it 'forgets' about my changes.
I also changed the close mehtod call for every button in
Code:
zQuery("#zoomerEditorDialog").dialog({ ... })
at approx line 300.
I had to change it to
Code:
zQuery("#zoomerEditorDialog").dialog("close");
to avoid JS complaining that the method cannot be created prior to its creation.
Please find attached the zeditor.php file with my modifications.
Any help appreciated!
Thanks!
Last edit: 2 years 7 months ago by peda. Reason: Adding zeditor.php as text file
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 7 months ago #49177
by milos
Replied by milos on topic Unable to open zeditor / cannot add/delete slides in modal editor
Hello,
I spent several hours trying to fix this but had no luck. This module has been broken since the release of Joomla 3.10 and 4.0. It's an old module that uses some old libraries. Above all, it's not too popular, so we will not invest more time in it. We will remove this module from our website.
If you purchased it recently, we can change your order for something else (for example, any other module or template) or refund you.
Sorry for the inconvenience.
Regards,
Milos
I spent several hours trying to fix this but had no luck. This module has been broken since the release of Joomla 3.10 and 4.0. It's an old module that uses some old libraries. Above all, it's not too popular, so we will not invest more time in it. We will remove this module from our website.
If you purchased it recently, we can change your order for something else (for example, any other module or template) or refund you.
Sorry for the inconvenience.
Regards,
Milos
The following user(s) said Thank You: peda
Please Log in to join the conversation.
-
peda
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
2 years 7 months ago #49183
by peda
Replied by peda on topic Unable to open zeditor / cannot add/delete slides in modal editor
Hi Milos,
thanks for trying to fix this issue. I initially purchased this module along with the template years back and just found recently that I cannot update the images assigned.
So I tried to fix it by re-purchasing it recently as I saw it says J3.X and 4.X is supported.
Do you offer any similar module which I could use for visualizing images as sliders or carousel? That would help me a lot!
Thanks,
Peter
thanks for trying to fix this issue. I initially purchased this module along with the template years back and just found recently that I cannot update the images assigned.
So I tried to fix it by re-purchasing it recently as I saw it says J3.X and 4.X is supported.
Do you offer any similar module which I could use for visualizing images as sliders or carousel? That would help me a lot!
Thanks,
Peter
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
2 years 7 months ago #49185
by milos
Replied by milos on topic Unable to open zeditor / cannot add/delete slides in modal editor
Hi Peter,
I recommend the Hot Swipe Carousel. It has endless possibilities for making slideshows and carousels. Almost all our template demos have this module on the home page, so you can check it there.
www.hotjoomlatemplates.com/joomla-extens...ch-friendly-carousel
and
demo.hotjoomlatemplates.com
Regards,
Milos
I recommend the Hot Swipe Carousel. It has endless possibilities for making slideshows and carousels. Almost all our template demos have this module on the home page, so you can check it there.
www.hotjoomlatemplates.com/joomla-extens...ch-friendly-carousel
and
demo.hotjoomlatemplates.com
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.158 seconds