Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Elena,
Please send your site url and admin credentials in private reply, so i can look into.
Kiran
October 18, 2017 at 1:56 pm in reply to: Details Page Sidebar – How to remove unwanted Empty space? #401335Hi Alphonso,
Please check.
I have added following scripts at GeoDirectory > Design > Scripts > CSS Script.
.geodir-company_info.geodir-details-sidebar-listing-info { height: auto; min-height: auto; } .geodir-company_info.geodir-details-sidebar-listing-info .geodir_more_info.geodir_facebook { float: none; }Kiran
October 18, 2017 at 12:13 pm in reply to: For No Review Listings how can we hide the "No Reviews" link #401318Hi
Add following code snippet via any snippet plugin.
function _gd_custom_hide_no_review_text( $class ) { global $post; if ( empty( $post->rating_count ) ) { $class .= 'gd-custom-no-review'; } return $class; } add_filter( 'geodir_post_view_article_extra_class', '_gd_custom_hide_no_review_text', 10, 1 );Then add following css to GeoDirectory > Design > Scripts > CSS scripts
.gd-custom-no-review .geodir-entry-meta a.geodir-pcomments { display: none !important; }Kiran
Thanks for letting us know.
Update of plugin does not lost any settings saved. But you can still save this script some where for backup.
Kiran
Thanks for letting us know 🙂
This reply has been marked as private.Hi Abel,
I have added snippet code at GeoDirectory > Design > Scripts > CSS Scripts.
Please check and let us know.
Kiran
October 18, 2017 at 5:22 am in reply to: WP Invoicing Issue with BuddyPress Navigation and Search Bar #401264Hi Nigel,
Please check i have added few more css. There is conflict between theme style & invoicing style.
Let us know.
Kiran
It is existing feature just we have some updates in function. See https://wpgeodirectory.com/support/topic/api-endpoint/#post-377513
Kiran
Thanks for letting us know 🙂
@Lwin check now.
Please see also https://wpgeodirectory.com/support/topic/claim-listing-process/#post-401113
@Lwin check now.
You are not owner of this topic, that’s why you can’t read that reply.
Please whenever you have any issue or question, always open your own topic :).Kiran
Hi Matthew,
What error it shows on the page?
FYI: We have already included function kleo_title() in our plugin via theme compatibility, so you do not need to include again.
Thanks,
KiranHi Kris,
I have fixed the problem and updated on your site too.
Please check and let us know.
Kiran
Hi Javier,
The problem has been fixed, so now send to friend will be visible based on price package settings.
Here is patch https://github.com/GeoDirectory/supreme-directory/pull/34/commits/6a8befb49e32b9fb76874b8b7836cf0e1d87329b
Please update changes in to theme files or provide us FTP credentials so we can apply patch from our side.
Let us know.
Thanks,
Kiran -
AuthorPosts