Problem to assign url to marker and option for open current window
-
Hello, I see a problem in your current version of plugin which is free. When I need to assign url to marker than i am not seeing any option to whether that url need to open in new window or current window. I analyze your plugin and see the options is there but due to wrong css class name assigned there, that option with select box not appear when i select Redirect radio button.
To solve this problem i have solution in your plugin modules/location/views/from.php on line number 160 following class is defined'class' => 'wpgmp_location_onclick_redirect wpgmp_location_onclick form-control',
which need to change as following
'class' => 'wpgmp_location_onclick_custom_link wpgmp_location_onclick form-control',
This will enable the option when redirect radio button selected. So please make this change in your latest free release so that people not find any problem with it. And also with updates my change will not lost…
Thank you
- The topic ‘Problem to assign url to marker and option for open current window’ is closed to new replies.