Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
Trip advisor reviews are not shown if https is activated
« previous
next »
Print
Pages: [
1
]
Author
Topic: Trip advisor reviews are not shown if https is activated (Read 7018 times)
bledi
Full Member
Posts: 244
Trip advisor reviews are not shown if https is activated
«
on:
December 07, 2016, 19:34:28 »
Hello
The TripAdvisor reviews in the hotel page are not shown if the https is activated.
Any idea how to fix that.
regards
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Trip advisor reviews are not shown if https is activated
«
Reply #1 on:
December 07, 2016, 21:42:58 »
Open this file:
components/com_reservations/ext/hotels/includes/tripreviews.class.php
and change all instances of (use find and replace)
<script src="
http://www.jscache.com/
....
to
<script src="
https://www.jscache.com/
....
Line 121, 138, 155, 172, ...
This fix applied in IOSR Hotels SVN. Sorry for the trouble.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
bledi
Full Member
Posts: 244
Re: Trip advisor reviews are not shown if https is activated
«
Reply #2 on:
December 08, 2016, 10:56:35 »
Hello datahell! thanks for the answer.
I changed all the
http://www.jscache.com/
to
https://www.jscache.com/
but still not fixed the problem...
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Trip advisor reviews are not shown if https is activated
«
Reply #3 on:
December 08, 2016, 19:50:45 »
Strange... Can you show me a link to that page?
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
bledi
Full Member
Posts: 244
Re: Trip advisor reviews are not shown if https is activated
«
Reply #4 on:
December 08, 2016, 20:34:36 »
Yes,
https://www.mtitravel.al/reservations/hotels/al/korce/bujtina-sidheri.html
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Trip advisor reviews are not shown if https is activated
«
Reply #5 on:
December 08, 2016, 22:53:09 »
You haven't changed
http://www.jscache.com/
to
https://www.jscache.com/
Please do it again and make sure you update the file.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
bledi
Full Member
Posts: 244
Re: Trip advisor reviews are not shown if https is activated
«
Reply #6 on:
December 09, 2016, 00:02:17 »
Yes, you are right, fixed
thanks a lot.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
Trip advisor reviews are not shown if https is activated