Custom URL

This topic contains 37 replies, has 4 voices, and was last updated by  Srikanth Ramidi 8 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #215057

    Srikanth Ramidi
    Expired Member
    Post count: 163

    Did you guys removed Near Me option in Search?
    Did you remove login option in Mobile Version?

    #215099

    Giri
    Expired Member
    Post count: 3155

    Hello 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

    #215101

    Srikanth Ramidi
    Expired Member
    Post count: 163

    PFA. After Update Compass icon for Near Me is not showing in Search

    #215119

    Giri
    Expired Member
    Post count: 3155

    Unless you fix your font awesome issues, you are gonna keep having these kind of problems. Near me icon is coming from font awesome

    #215121

    Srikanth Ramidi
    Expired Member
    Post count: 163

    Thanks 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?

    #215164

    Giri
    Expired Member
    Post count: 3155

    Hello 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.

    #215167

    Giri
    Expired Member
    Post count: 3155

    2. 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

    #215686

    Srikanth Ramidi
    Expired Member
    Post count: 163

    When 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 50

    Code 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’);

Viewing 8 posts - 31 through 38 (of 38 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket