Page 1 of 1

Errors of the version 1.9

PostPosted: 06 Aug 2014, 14:12
by support
Here we describe the errors of the version 1.9.0

Re: Errors of the version 1.9

PostPosted: 11 Aug 2014, 13:48
by support
Error:Google map is not displayed when we edit a listing from the admin panel

Solution:
themes/[theme_name]/css/admin-styles.css file
Instead of:
Code: Select all
#ymap, #gmap, #osmap { /*width: 670px;*/ height: 580px; }    

Write:
Code: Select all
#ymap, #gmap, #osmap, #gmap > #googleMap { /*width: 670px;*/ height: 580px; }    

Re: Errors of the version 1.9

PostPosted: 19 Aug 2014, 19:02
by support

Re: Errors of the version 1.9

PostPosted: 25 Aug 2014, 15:56
by support