Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Martin,
Add following shortcode in search page template to show searched parameters with label (ex: Category: xxxx).
[gd_loop_actions]
Thanks,
KiranHi Colleen,
We have released new version of GeoDirectory core, please update and check.
Kiran
Hi Barbara,
Can you provide more details on which page you seen this error? How to replicate issue from our side?
Kiran
Hi Vivek,
I recommend to don’t change package settings if there are active listings running under it. Changing package settings may results in unexpected results.
Expiry feature works differently for recurring listings & non-recurring listings.
For recurring listings expire/downgrade triggered only when it receives notification about cancel/complete subscription from gateway site. So here expire date does not have any effect when expire check function triggered.
For non-recurring listings expire check function immediately expire/downgrade listings if it founds expire date older then today.If you mark PACK 1 to non-recurring then expire check function may expire/downgrade listings running with PACK 1 & has older expire date.
If you want to mark PACK 1 to non-recurring then make sure all listings active under this package has correct expire date set.Let us know.
Thanks,
KiranHi Jorge,
I checked invoice & listing, but could not find any wrong thing there.
– I see you have disabled “Expire Date” field in custom fields settings. This field must be active to work expire date feature correctly.
– Listing successfully renewed on 01.01.2020 but it receives notification about downgrade on 02.01.2020 means expire date was not updated on renewal of listing (may be because of expire date is disabled).
– Do you have any other emails related to this listing/invoice received on 01.01.2020 & 02.01.2020 dates?Site is running with old version of plugins, please update those plugins.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Hi Carole,
Please check and let us know.
Kiran
Hi Patrick,
Import issue has been fixed.
There is a column gd_services in csv that causes issue. This field is created via link posts fields and currently this field is disabled in Directory Listings > Settings > Custom Fields > Link Service Providers.
I have applied patch on your site, so now delete existing posts which has issue on Unknown locations and re-import CSV. Let us know if you see issue.
Thanks for your patience.
Regards,
KiranYou can hide title via css.
Example:
.geodir-page.search article.page > .entry-title { display: none; }
Kiran
Hi Martin,
Could you now look at why the Search results page – partner-directory-search displays my Custom sidebar but the Tags result page doesn’t? They both have same setup in the edit pages.
FIXED
Those sidebars are dynamically generated via Simple Page Sidebars plugins. I have added Simple Page Sidebars plugin compatibility to work Simple Page Sidebars on GeoDirectory pages.why the search results are not in alphabetical order to the title. They are on the main search page https://focustravel.uk/partner-directory/ but as soon as they display on /directory and any search page thereafter they are not.
On search page best match posts are listed on top of the results. Archive page & search page has different sorting orders.
I’ve added the php code to my childs functions as instructed, but I can’t see any results in my list of widgets to take me to the next step of adding to a widget and then into the sidebar eg: “Booking system is %%category%%”
I have checked code you added in child theme functions.php
– There was a bug in code, there was illegal single quote used in code. I have corrected it.
– Code you used is to filter location titles like %%city%%, %%region%%, %%country%% etc.
– You have used Booking system is %%category%% for category description widget which shown on archive pages where results are filtered by category. Ex: /directory/category/online-booking-system/
– If category have description empty then widget will not be shows on page.Let us know.
Thanks,
KiranThis reply has been marked as private.Please try after clearing your browser cache.
Kiran
Hi Karin,
I have added filter to customize map marker animation. It will be in next release.
You can apply patch available at here: https://github.com/AyeCode/geodirectory/commit/d868f33f724a1996667e28452571f755a67fc401
You can try this filter after next release or after applying patch: https://github.com/AyeCode/geodirectory/commit/d868f33f724a1996667e28452571f755a67fc401#diff-1761fb2bc58919b030f187b51718a0b4R358
Kiran
March 3, 2020 at 1:39 pm in reply to: Accessing 2nd level information with API Results (For Post Method) #533283Hi Derek,
Taxonomy(category or tag) details can be retrieved via own endpoint or endpoint within single post(just scroll to bottom there is attribute “_links” in your screenshot Ex: /wp-json/geodir/v2/places/categories?post=POST_ID)
Kiran
-
AuthorPosts