Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Andrew,
That snippet code already added by me in comments_functions.php file. Check my comment about first snippet code here https://wpgeodirectory.com/support/topic/rate-reviews-gt-gd-images-issues/#post-396387
You don’t have to add that code via snippet plugin.Kiran
This reply has been marked as private.Hi Joy,
I have added following snippet.
@media (max-width: 668px) { .sd .sd-detail-author, #simplemodal-container { z-index:999999999!important; } }Please check and let us know.
Kiran
Hi There,
Actually bulk edit action should not be there for GD listings. Bulk action causing problem and breaks the listing status.
From next release bulk action will be disabled for GD listings.Kiran
Hi Andrew,
1-How do I edit the comment to add a picture there? I Deleted one of the picture before I add your custom code, then I need to fix that user comment because he added a picture at his comment.
At the moment there is no way in backend to upload images to existing reviews, you can only remove images from review from backend.
But it is possible do it manually via database. To add images to existing reviews:
Access database via phpMyAdmin > Browse table “DB_PREFIX_geodir_post_review” > Edit review that you want to add image > Add image url in “comment_images” column > Save.
To add more then one images use comma separated image urls.2-I notice that the word “photo” and “people like this.more” are too close from each other, how can we make a little bit space in between to make that looks better
Add following snippet at GeoDirectory > Design > Scripts
#comments .comment .gdreview_section .like_count, #comments .comment .gdreview_section .overall-more-rating { margin-left: 10px !important; }Kiran
Hi There,
At the moment there is no API endpoint available to filter reviews by country, region, city.
I have added task to implement in future. https://github.com/GeoDirectory/geodir_api/issues/24
Kiran
Hi Katie,
You have set status to “Publish” for the expired listing at GeoDirectory > Prices & Payments > General > Enable expiry process?.
To drop listing to draft:
The price package should have downgrade plan to “Expire” at GeoDirectory > Prices & Payments > Prices > Package > Expire, Downgrade to.
Expire listing status should be “Draft” at GeoDirectory > Prices & Payments > General > Enable expiry process?.Please check this both settings and let us know how it goes.
Kiran
Hi Katie,
Please check now and let us know.
Kiran
This reply has been marked as private.Hi Katie,
Please provide us FTP credentials & phpMyAdmin database access, we have to look into more.
Kiran
This reply has been marked as private.Hi,
I looked into more and found that plugin “Wired Impact Volunteer Management” is overwriting jQuery datepicker date format on backend pages.
That plugin should not overwrite date format on other pages then Wired Impact Volunteer Management.Let us know.
Kiran
September 26, 2017 at 5:13 am in reply to: Function and Script Which Handles Input from Form Submit #397334Hi Nithi,
Here is hook to handle search function: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/listing_filters.php#L608
Here is search function that adding clause to filter: https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/listing_filters.php#L743Kiran
Hi Moez,
You are using old version of GeoDirectory & GeoDirectory Plugins, please update them and let us know if it not solve the problem.
Kiran
Hi There,
I seems you have not enabled WPML translation for place categories.
Make sure you have enabled WPML translation for Places & Place Taxonomies at WPML > Translate Management > Multilingual Content Setup > Custom posts > Places & WPML > Translate Management > Multilingual Content Setup > Custom taxonomies > Place Categories (gd_placecategory).Let us provide admin credentials if still have a problem.
Kiran
-
AuthorPosts