Page 1 of 1

issue in slider and others

PostPosted: 07 Aug 2015, 14:25
by sam
I have install Open Real Estate CMS in my domain

domain name: http://investorhomez.com

Problem 1) Slider in homepage is not working

Problem 2) I can't redirect (301 permanent redirection) for "www" version as in .htaccess file contain the testing domain name where I tested the cms first.

Problem 3) Also the QR Code shows my testing domain path not the "investorhomez.com"


Kindly Help me out

Re: issue in slider and others

PostPosted: 07 Aug 2015, 14:39
by Xpycm
1) JavaScript error:
Code: Select all
TypeError: jQuery(...).rating is not a function
jQuery
('#rating_39 > input').rating({'readOnly':true}); 


To solve the issue please address specialists who integrated the design and made changes in the files.

The file protected/views/layouts/main.php should contain the following lines:
Code: Select all
...
$cs->registerCoreScript('jquery');
$cs->registerCoreScript('jquery.ui');
$cs->registerCoreScript('rating');
$cs->registerCssFile($cs->getCoreScriptUrl().'/rating/jquery.rating.css');
...
 


2) https://www.google.com/search?q=htaccess+301+redirect

3) You should delete all files in "uploads/qrcodes" folder