Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 541 through 555 (of 13,774 total)
  • Author
    Posts
  • in reply to: When using Open Street Maps API #486123

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    If you can tell me how to recreate step by step i will double check things.

    Stiofan

    in reply to: Problem after wordpress update last version. #486122

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Your version of GDF might be using an old upgrade method which no longer works, if so please update to the latest using the zip file and this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

    Thanks,

    Stiofan

    in reply to: Issues with V2 #485786

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Continuing a listing started earlier #485785

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    A few little notes.

    New posts are by default stored for 7 days.

    Post edits are stored for longer, these are basically revisions, they can be turned off or cleared via plugin at any time but generally 1 revision is stored indefinitely per post per user and removed once fully saved.

    The post is created on visiting the add/edit page, a check runs every 10 seconds and if the form content has changed from the last check it will send a AJAX request which saves the post in the background, so its only runs when needed.

    Thanks,

    Stiofan

    in reply to: unsaved changes endless loop #485782

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jeff,

    The post losing the comment count has been fixed and will be in the next release.

    The preview link i see the issue that is only checking for the “inherit” post status and not the gateway invoice status.

    I could not replicate the post not renewing but i’ll fix the small issue first and then push them to your site on monday and then find out whats going on there.

    Thanks,

    Stiofan

    in reply to: unsaved changes endless loop #485709

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jeff,

    I’m gona go over this in the morning, i’ll update you then.

    Thanks,

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I could not recreate this like i could before, did u fix something recently or am i just not able to replicate it?

    Stiofan

    in reply to: V2 is great! A little help, please… #485697

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    1. Seems unrelated to GD, seems to be a conflicing with a popup plugin you have installed.

    2. You had no search page set, i set one and it works.

    3. I don’t see a 500 error, i do see a map key error, is this what you mean? ( you would need to enable your test domain in the google maps API)

    4. I only seen gd buddypress and social importer.
    Buddypress, you don’t have it installed so no point activating it.
    social importer seems to have a class declared somehwere else? Has some one tried to alter this or maybe another plugin/theme is using the same class without wrapping it?

    Fatal error: Cannot declare class Geodir_Yelp, because the name is already in use in 

    5. Could be theme or could be the plugin “popups”?

    6. The theme is using an older version of select2 which is breaking things.

    Stiofan

    in reply to: Images not sharing to social media since upgrade #485687

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Please try unticking this option:
    GeoDirectory > Settings > Design > Details >
    Disable theme feature image output? (UNTICK).

    Then try the facebook debug and share again.

    (there are a few things on the page trying to set the image url, hopefully that fixes it)

    Stiofan

    in reply to: Location Manager License # on Plugin Page #485642

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    It seems around 6 months after your original purchase you opened a dispute against the payment with your bank and the original transaction + a $15 dispute fee was taken from our account. The system automatically disabled the licence key as a result.

    Stiofan

    in reply to: Fatal Error on V2 Listing Pages #485555

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Ronny,

    I have released an update for this now.

    Thanks,

    Stiofan

    in reply to: Fatal Error on V2 Listing Pages #485382

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Ronny,

    I’ll take a look at this in the morning and if needed i’ll release a v2.

    Thanks,

    Stiofan

    in reply to: Add city slug filter on Search Bar #485381

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Karloz,

    I am not sure i fully understand what you are asking, if you are on a city location page then the search bar should already have the city set, am i missing something? Have u used the location switcher?

    To edit the location page PHP the easiest way would be to create a page template (copy the theme page.php) and add a template name and then set the location page to use that new template in the page settings.
    See https://developer.wordpress.org/themes/template-files-section/page-template-files/

    Thanks,

    Stiofan

    in reply to: Address layout customization #485379

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Firstly thanks for the suggestion, from the next release (2.0.0.59+) %%post_title%% will be supported.

    There are many ways to do what u want let me give you two.

    If you want to change the address format everywhere on your site then you can use the following snippet (it will override widget settings)

    add_filter("geodir_cf_address_template","_my_address_template",10);
    function _my_address_template($address_template){
    // set this to whatever you need
    $address_template = "%%street_br%% %%neighbourhood_br%% %%city_br%% %%region_br%% %%zip_br%% %%country%%";
        return $address_template;
    }

    If you want to alter the map bubble address, you might be best unsetting it to show in the bubble under the custom field address output locations setting and then use this code snippet:

    add_filter("geodir_show_listing_info","_my_map_address_add",10,2);
    function _my_map_address_add($html,$fields_location){
    
    if($fields_location=='mapbubble'){
    $html = do_shortcode('[gd_post_address show="icon-label-value" address_template="%%post_title%% %%post_title_br%% :: %%street_br%% %%neighbourhood_br%% %%city_br%% %%region_br%% %%zip_br%% %%country%%"]').$html;
    }
        return $html;
    }

    Thanks,

    Stiofan

    in reply to: Changing Package Results in Change Bar #485209

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jeff,

    Thanks for reporting.

    @kiran check if this is just a case of the package id changing? maybe we can exclude that.

    Stiofan

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