Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
November 28, 2018 at 12:15 pm in reply to: Location Manager problem No maps on add listing & Cant display map probmen fixed #456180
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
GD is not active on this site.
Stiofan
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
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
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
This reply has been marked as private.This reply has been marked as private.Hi Gerlad,
How do i recreate this issue (what page do i visit and what to i have to click?)
Stiofan
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
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
Hi Daniel,
I have a task to recreate the v1 layout, i’ll update you here once i have done that.
Thanks,
Stiofan
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
November 26, 2018 at 11:22 am in reply to: Gutenberg – Where are shortcode advanced settings #455932Hi 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
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
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
-
AuthorPosts