-
Notifications
You must be signed in to change notification settings - Fork 10
Description
The India Theme (Version 1.1.1) is having a problem.
After installing and activating the theme, We can assign names to the regions on the Image Map..
But It is not possible to assign a name to the region corresponding to Pondicherry on the Indian Map.
On clicking this region, the Assign Region Name dialogue doesnt appear.. So you cant assign a name to this region and an alert keeps telling that there are unassigned regions on the Map...
I posted this in the support forums only to find that this problem is there since October 2012. No one replied or suggested any solution to this problem.
Later I myself tried to look into the code of the India Theme.
Thank God I found the problem and corrected it...
The for loop in the file map_settings.php (in \oc-content\themes\india\admin) needs a small correction.
Line No: 140.
for($i=1;$i<5;$i++){
should be corrected as
for($i=1;$i<=5;$i++){
This will correct this issue and all regions can be assigned with names..
The full details are in the post
http://forums.osclass.org/themes-26/india-theme-still-the-problem-is-not-resolved-unable-to-a-assign-region/
Please rectify this in future versions. Thank You...