Kiran
Forum Replies Created
-
AuthorPosts
-
You can get idea from this https://wpgeodirectory.com/support/topic/one-image-or-video-instead-of-slider/#post-66709
This allows to display video instead of featured image, with same idea you can put shortcode there to display virtual tour iframe.If this not helps then you can find a GD Expert here to help with customization: https://geodirectoryexperts.com
Kiran
Hello,
To update expire date during insert/update event you can use hook https://wpgeodirectory.com/codex/codex/geodirectory_actions/geodir_after_save_listing/
Kiran
This reply has been marked as private.Hi Kathy,
The custom style added by you is causing this problem.
The style that causing problem isdiv.gmnoprint {display: none !important;}Please remove this line if not need or use parent class so it does not affect map.
FYI in css there is a minor bug, correct as well. There are double semicolon(;) at the end of property in
.single-gd_place ul.geodir-tabs-content>li hr { display: none !important;; }Please correct this and let us know how it goes.
Thanks,
KiranHi Pablo,
I am not sure that you want control over “add rating html” or “display rating html”.
You can use hooks to filter html for add/display rating, but not sure it may affect rating functionality or not, because the ratings are rendered via input and attrs added in the tags.
Here are the hooks that you can use:
For add rating html:
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/comments_functions.php#L121
usage: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/template_functions.php#L610For display rating html
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/comments_functions.php#L957
usage: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory_hooks_actions.php#L2771Thanks,
KiranHi Mark,
Please provide us more details which shortcode not working. Also send us admin credentials for the both sites so we can take a look.
Kiran
Import/export functionality is in the file \plugins\geodirectory\geodirectory-admin\admin_functions.php
Kiran
Hi Mark,
At one time you can pay for invoice only with one listing. In checkout page there already details that shows for listing going to pay.
See screenshot attached.
Here “One Year Listing @1000 USD” is item title (package title) & “The Green Gardens” is a listing title.Let us know.
Thanks,
KiranHi Jose,
1) When I try to add an event and select “yes” for “recurring event?” it doesnt show me the recurring options it did before I upgraded
There is a JavaScript error from plugin Page Speed that breaks show/hide recurring fields. Putting event schedule box under the Event Information now it working fine.
It seems another event plugin conflicts here.We will check and let you know.
2) On the footer I have the featured events widget. The issue is that many times one event shows up more than once. I guess because its a repeat event. How would I set it up for it not to show the same event more than once?
This is not possible at the moment without customization. Did you tried Popular Post Widget?
Thanks,
KiranHi Katie,
Please check now, not sure what was the issue, but i re-save default price package and fields displayed back again.
Please try to re-save event april-holiday-fun-at-hunter-valley-gardens with details.
Let us know how it goes.
Thanks,
KiranHi Ron,
This is already fixed and the fix will be in the next update.
If you want to update patch on your site before next update then please provide us admin & FTP credentials in a private reply.Kiran
This reply has been marked as private.There was a minor bug in saving event with draft status. We have fix in plugin also, so don’t worry about future updates. 🙂
Kiran
Hi Katie,
I have fixed issue on your site, this was happening for event with draft status. but now all working fine.
Please check and let us know.
Thanks,
KiranHi Katie,
I looked into your site and seems something conflicts with saving event schedules from front end.
Please provide FTP credentials, so we can look into more.
Thanks,
Kiran -
AuthorPosts