Elxis CMS Forum
		Extensions => Components => Topic started by: bledi 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
			 
			
			- 
				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.
			 
			
			- 
				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... 
			 
			
			- 
				Strange... Can you show me a link to that page?
			
 
			
			- 
				Yes, 
https://www.mtitravel.al/reservations/hotels/al/korce/bujtina-sidheri.html
			 
			
			- 
				You haven't changed http://www.jscache.com/ to https://www.jscache.com/ 
Please do it again and make sure you update the file.
			 
			
			- 
				Yes, you are right, fixed
thanks a lot.