Elxis CMS Forum
Extensions => Components => Topic started by: amirgobran on May 30, 2023, 10:49:35
-
Im using elxis 5.4 and IOS reservation 5.4 with Hotel ext 2.6.
after upgrade to elxis 5.4 , the hotelier can't save or apply any changed to hotels or room .
the two buttons are not working at all .
moreover, all the tabs' content show in one page not as tabs
https://www.awesomescreenshot.com/image/40286801?key=2e435629b8514c749d83614a7dce201c
any idea to solve please
thanks
-
This is an old extension built for Elxis 4.x. To make it usable with Elxis 5.x you need to load jQuery and lightbox in administration template by following the instructions below.
open file: templates/admin/onyx/index.php
Add somewhere at the top:
$eDoc->loadLightbox();
Save the file, done!
For more read this:
https://forum.elxis.org/index.php?topic=9139 (https://forum.elxis.org/index.php?topic=9139)
Note that if you ever update Elxis (updates are highly recommended) your changes will be lost and you will have to re-do them.
-
i have read that forum post before creating a post for the problem .
it worked with the admin side to use the button "add" to create a new hotel but it 's not working with the Hotelier side
the buttons "save"and apply" are not responding at all either when you create a new hotel or edit an existing hotel .
the same with "rooms" the buttons "save"and apply" are not responding at all
-
It is an old software and I don't remember this case. 99,9% the buttons cannot be pressed because of a javascript error (missing old js library maybe). I see that tabs also dont get loaded properly so it is surely a javascript issue.
Send me access details for IOS Hotels v2 control panel and your site's FTP (or a file manager) and I will fix it for you.
-
i have sent the details needed to your inbox
thanks
-
Problem fixed! I also loaded jQuery and lightbox in your frontend template's inner.php file (template Aurora).
-
thank you very much . your help is appreciated .