Vikas
Forum Replies Created
-
AuthorPosts
-
Thanks for spotting this.
I will check and get back to u.
Yes, tag name can be dynamic. Its very powerful.
Good to know.
Hi,
Plz let me know ur site url in private reply. I might need admin access too.
Thanks
geodir_map_options_detail_page_map_canvas in this ‘detail_page_map_canvas’ is map canvas name, so lets say u have a map with canvas name ‘my_map_canvas’ then filter name will be ‘geodir_map_options_my_map_canvas’.
Please advise ?
sorry use this one please
add_filter('geodir_map_options_detail_page_map_canvas' , 'geodir_edit_map_options_detail_page_map_canvas'); function geodir_edit_map_options_detail_page_map_canvas($map_option) { //print_r($map_option) ; $map_option['width'] = '330px' ;// change it as per ur wish; $map_option['height'] = '200px'; // change it as per ur wish; $map_option['scrollwheel'] = 0; return $map_option ; }
Plz write this in ur theme’s functions.php file
add_filter('geodir_map_options_detail_page_map_canvas' , 'geodir_edit_map_options_detail_page_map_canvas'); function geodir_edit_map_options_detail_page_map_canvas($map_option) { //print_r($map_option) ; $map_option['width'] = '330px' // change it as per ur wish; $map_option['height'] = '200px'; // change it as per ur wish; $map_option['scrollwheel'] = 0; return $map_option ; }
Yes i have fixed payment options there, not sure what u were doing wrong.
July 17, 2014 at 1:27 pm in reply to: Can you edit geodirectory_hooks_actions.php in your child theme? #8834Hi,
No there is no such way to do it right now.
What u can do is, remove those actions, filters by writing appropriate code in your theme’s functions.php, refer these.
http://codex.wordpress.org/Function_Reference/remove_actionhttp://codex.wordpress.org/Function_Reference/remove_filter
and add your own actions and filters on available hooks.Thanks
If unable to share cpanel then plz send me FTP and database access.
Thanks
This reply has been marked as private.This reply has been marked as private.Hi,
I didnt understand what do u mean by ‘ it is not asking for permition to use location’.
Please advise ?Plz deactivate duplicate alert ad-on and check it again.
Thanks
Hi,
Let me know server ftp in private reply too.
Thanks
-
AuthorPosts