Custom URL
This topic contains 37 replies, has 4 voices, and was last updated by Srikanth Ramidi 9 years, 7 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
June 24, 2016 at 8:12 am #215057
Did you guys removed Near Me option in Search?
Did you remove login option in Mobile Version?June 24, 2016 at 11:37 am #215099Hello srikanth,
If you talking about that popup login box, the answer is yes. We have disabled that in mobile view.
And no we did not remove Near me option from search.
Thanks
June 24, 2016 at 11:45 am #215101PFA. After Update Compass icon for Near Me is not showing in Search
June 24, 2016 at 12:03 pm #215119Unless you fix your font awesome issues, you are gonna keep having these kind of problems. Near me icon is coming from font awesome
June 24, 2016 at 12:07 pm #215121Thanks You for your fast response. I got these issues after updating.
1. Is it possible for you to tell us which style css has issues with Supreme Theme font Awesome.
2. Is their any option for login in mobile version
3. We wanted to develop android app for the site. Does it has any api or plugin?June 24, 2016 at 1:14 pm #215164Hello srikanth,
You can try this code.
function load_gd_font_awesome() { wp_register_style('geodirectory-font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css', array(), GEODIRECTORY_VERSION); wp_enqueue_style('geodirectory-font-awesome'); wp_register_script('geodirectory-admin', geodir_plugin_url() . '/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION); wp_enqueue_script('geodirectory-admin'); } remove_action('admin_enqueue_scripts', 'geodir_admin_styles_req'); add_action('admin_enqueue_scripts', 'load_gd_font_awesome');If that code doesn’t work for, then you should know usernoise plugin uses very outdated version of font awesome, and we cannot give support to third party outdated plugins.
If that usernoise plugin is mandatory for your site, then you should either contact usernoise developer to make the plugin upto date or hire someone to improve that plugin.
June 24, 2016 at 1:23 pm #2151672. Is their any option for login in mobile version
You are missing my account icons in mobile because of font awesome conflict.
3. We wanted to develop android app for the site. Does it has any api or plugin?
Alpha stage API here https://github.com/GeoDirectory/geodir_api
June 25, 2016 at 7:44 am #215686When i have added the code you have sent. I am getting this error message:
Parse error: syntax error, unexpected ‘wp_register_script’ (T_STRING) in /home/qualert/public_html/yepschools.com/wp-content/themes/directory-starter/functions.php on line 50Code added in functions.php:
function load_gd_font_awesome()
{
wp_register_style(‘geodirectory-font-awesome’, ‘//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css’, array(), GEODIRECTORY_VERSION);
wp_enqueue_style(‘geodirectory-font-awesome’);
wp_register_script(‘geodirectory-admin’, geodir_plugin_url() . ‘/geodirectory-assets/js/admin-req.min.js’, array(‘jquery’), GEODIRECTORY_VERSION);
wp_enqueue_script(‘geodirectory-admin’);
}
remove_action(‘admin_enqueue_scripts’, ‘geodir_admin_styles_req’);
add_action(‘admin_enqueue_scripts’, ‘load_gd_font_awesome’); -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket