Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 2,401 through 2,415 (of 13,774 total)
  • Author
    Posts
  • in reply to: Results resorting on each sub page #420638

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It looks like you have it set to random sort, which makes all queries “random”…

    Stiofan

    in reply to: Cog, vegan search and adding filter to main search #420637

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    We restricted the term search from searching multiple terms , it was sometimes giving false positives and could slow down search times when searching multiple words.
    We are currently working on the best way to handle this. (do we match all, or just one word etc, yelp for example must match all words)

    Stiofan

    in reply to: Places Admin Bar missing after site move #420633

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    When you first moved the site did u do a text search and replace of the site url? I am guessing you did as this would be the exact result..
    Copy the DB again and this time only change the option values home_url and site_url then you will have access to thebackend, there u can use better search replace to replace the url everywhere else.

    in reply to: Location manager import locations #420545

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    If you are asking then i guess you have not, it is usually done with hooks.

    Have u looked at the source code of the page to confirm its not loading all locations?

    Stiofan

    in reply to: ZERO_RESULTS after Location Manager add-on activated #420495

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I made a slight change to the code but i also noticed your address seesm to be the whole address, it shoudl just be the street as the region and city are already filled in.
    if i enter “대한민국 성산로 31” then it works.

    Stiofan

    in reply to: Location manager import locations #420492

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The ajax switcher should ajax load anyway, it only loads a few by default unless you set itt o load more.

    Stiofan

    in reply to: import issue #420414

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for letting us know! 🙂

    in reply to: listing description not visible after saving #420413

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the info, the problem seems to be a conflict between GD and the AviaBuilder, i added the snippet below to fix it.

    
    
    add_action( 'add_meta_boxes', '_my_remove_actions',0 );
    function _my_remove_actions(){
      global $post;
      if(isset($post->post_type) && in_array($post->post_type, geodir_get_posttypes())){
    remove_action('dbx_post_sidebar', array( Avia_Builder(), 'handler_wp_dbx_post_sidebar'), 10);
      }
    }

    Stiofan

    in reply to: Hook: Click the Update Button #420411

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Not tested but something like below:

    
    
    add_filter('geodir_action_get_request_info','_my_edit_save_request');
    function _my_edit_save_request($request_info){
    
        //print_r($request_info);exit; // for testing
    
        // anything changed here will change the post info
        $request_info['post_title' = 'zzzzz';
    
        return $request_info;
    }
    in reply to: Diffuse Pins #420360

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    As i stated here: https://wpgeodirectory.com/support/topic/diffuse-pins/#post-419602
    There was problems with the Google implementation the last time i tried to implement this.

    It is on our list of things to look at again but there are many things to be done first.
    It is not possible at the moment.

    Stiofan

    in reply to: ZERO_RESULTS after Location Manager add-on activated #420357

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please provide FTP details and i will look further.

    Thanks,

    Stiofan

    in reply to: Home Page menu #420349

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    @guust, yes that will work in GDv2.

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Most servers won’t send email from a random email address, hence why they are sent from the website address. are u sure this applies if the action is initiated by a friend?

    GDv2 will change this up a bit, i’m interested to hear others views.

    Stiofan

    in reply to: Hook: Click the Update Button #420344

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Tom,

    Things will be changing in GDv2 but for now i think the hook u want is

    $request_info = apply_filters('geodir_action_get_request_info', $request_info);

    This filters the save listing request info.

    Thanks,

    Stiofan

    in reply to: import issue #420341

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Yelp changed the API system again, i have released a new ver of social importer, please update and then enter your new api key in the setting.

    Thanks,

    Stiofan

Viewing 15 posts - 2,401 through 2,415 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount