Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 1,111 through 1,125 (of 13,774 total)
  • Author
    Posts

  • Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Riki,

    It was wise to remove that snippet from your child theme, many WP scripts need params, i would never recommend this method on a WP site.

    Thanks,

    Stiofan

    in reply to: sample data #456179

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    GD is not active on this site.

    Stiofan

    in reply to: Archive Map + Random sorting Problems #456178

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You had not added the param to show all posts to the shortcode, i added it, i have also added the patch to make it show all listings on the root CPT page, i also added a default image to help with layouts, you can change/remove it from GD>Design settings.

    Thanks,

    Stiofan

    in reply to: GD Plugin Conflict with Avada Theme #456071

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    As explained in the blog post posted above the issue is not ours to fix, it s WP + Font Awesome thing, if any plugin/theme you have active is using FA5 JS then you will have the same issue, the only real solution is to also use FA5 JS which we do and AVADA will eventually have to do no matter how much they resist.

    Stiofan

    in reply to: Archive Map + Random sorting Problems #456061

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Benjamin,

    1. That should not be the case and i just tested on my site, i did find that the root CPT page like /places/ did not work but cat and tags did. If you can provide wp-admin details in a private reply i will take a look at ur site.

    2. I have added a 24 hour seed that will keep the random sort for that time to allow paging, this will be in the next release.

    Thanks,

    Stiofan

    in reply to: Need to stop the publishing of empty pages #456056

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Problems since v2 is installed #455950

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Problems since v2 is installed #455941

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Gerlad,

    How do i recreate this issue (what page do i visit and what to i have to click?)

    Stiofan

    in reply to: Cannot download add-ons after subscribing #455939

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Jonathan,

    Please give it a try now, there was a failed payment that looks like it was causing problems, let me know if you have any problems.

    Thanks,

    Stiofan

    in reply to: Address format per CPT #455938

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Daniel,

    You can simply wrap them in conditions

    
    
    add_filter('geodir_cf_address_template','_my_new_address_format');
    function _my_new_address_format($format){
    global $post;
    
    if($post->post_type=='gd_place'){
    $format = "%%city_br%% %%region_br%% %%zip_br%% %%country%%";
    }else{
    $format = "%%street_br%% %%neighbourhood_br%% %%city_br%% %%region_br%% %%zip_br%% %%country%%";
    }
    
    return $format;
    }

    You can also use the geodir_is_page($page_type); function

    Stiofan

    in reply to: Map Icons on Detail Page #455937

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Daniel,

    I have a task to recreate the v1 layout, i’ll update you here once i have done that.

    Thanks,

    Stiofan

    in reply to: V2 timeline #455933

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Carin,

    Claim manager will be out in the next few days, its almost ready, we are just changing the way the pay to claim works slightly.

    Thanks,

    Stiofan

    in reply to: Gutenberg – Where are shortcode advanced settings #455932

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Riki,

    This is a bug due to some variable name changes in Gutenberg, it is already fixed and we will be releasing a new ver very soon.

    Thanks,

    Stiofan

    in reply to: Linked types do not migrate #455762

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I’ll flag this for kiran to look at on Monday, as far as i know the conversion was done and that should work.

    Thanks,

    Stiofan

    in reply to: Example API calls #455761

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    the url to the v2 api is /wp-json/geodir/v2/
    All routes are listed there, most things can be figured out from there but we will be doing more specific examples soon.

    Stiofan

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