Kiran
Forum Replies Created
-
AuthorPosts
-
Thanks for letting us know 🙂
Hi Katie,
I have checked and can’t able to re-create problem from my side.
Please provide step by step detail, how to re-create problem from our side, good if you provide video or screen captures.Thanks,
KiranHi kairei,
Thank you for providing staging site details. I checked in back-end and found all settings fine.
Now we have to look into database entries in locations table & listing table. So please provide FTP details & Database access for the staging site.Thanks,
Kiran@pedstone
We have fixed map bubble placement problem. It will be reflected in next version of GeoDirectory plugin.
Let us provide FTP details if you want to update patch on your site before next release.
Thanks,
KiranHi Atilla,
As far i understand, you are asking to make description field optional for some specific categories.
Please check this thread: https://wpgeodirectory.com/support/topic/make-listing-description-optional/#post-55624
It is related to your requirement. This makes description optional for all the categories.To make description optional for certain categories, it requires some custom code customization.
Thanks,
KiranHi,
We have added validation to CPT slug, so it checking CPT slug for some characters during CPT add/edit. Because some non-technical users may insert incorrect characters in slugs and this may results in 404 errors.
I accept your suggestion, and will discuss with our team. If it not required much code changes then we will implement it.
Thanks,
KiranHi,
> Is there some technical limitation here or just something that hasn’t been implemented yet?
<
There are technical limitation, so regions & cities are not translatable. It explained here https://wpgeodirectory.com/support/topic/country-state-abbreviations-in-url/#post-246282> Is it possible to use the duplicator package? If not, I can set up a copy of the site (I can’t give out the production credentials).
<
This problem can be your site specific, because we can’t recreate this problem in our test site. Wo we have to look into your site, to find what causing this problem. If you don’t want to provide production site details, then you can setup dev or test site and provide admin/FTP details for that site.Let us know.
Thanks,
KiranMay 15, 2017 at 6:22 am in reply to: importing listings R-T-L language to related English listings #378328This reply has been marked as private.May 15, 2017 at 6:22 am in reply to: importing listings R-T-L language to related English listings #378327Hi Yosef,
I can see invalid characters in CSV you attached. Please check attachments.
gd_flowers_hebrew-utf8-1.png – screenshot from your CSV file
gd_flowers_hebrew-utf8-1-KIRAN.png – screenshot taken after unicode fixI have attached CSV file with fixed unicode, try it to importing that CSV file as it is directly in GD Import/Export.
Attachments are in next private reply.
Let us know.
Thanks,
KiranHi kairei,
This custom post type slug should be translated via WPML custom post type slug translation. WPML provides feature to translate custom post type slug for each language.
I think you have translated custom post type slug in past. See example: https://wpgeodirectory.com/support/topic/wpml-compatibility-2/#post-370514
Let us know.
Kiran
Hi kairei,
Country, region & city slugs can’t be translated for each language. Because these slugs must be same for all languages. Country, region & city slugs are only allowed to translated to any one language and that slugs used within other languages.
> Can the country be in English in the breadcrumbs?
<
We need look into your site. Let us provide admin & FTP credentials.Let us know.
Thanks,
KiranHi Katie,
Looked into your site, there are two types of JS errors on the page.
One is about “You have included the Google Maps API multiple times on this page. This may cause unexpected errors.”. This error is coming because you have also included Google MAP API via WP Google Maps plugins. But this JS error not breaking any things on pages.
Second JS error is coming from “Popups – WordPress Popup” plugin, and this error breaks things on Add Listing page. To fix this i have excluded Add Listing page from Popups > All Popups > Subscribe Edit > Popup Display Rules. (see last third condition).
Now seems add listing page works fine. Please check i have added 2 test listings.If you still find any problem, then let us provide FTP details.
Let us know.
Thanks,
KiranYou can use same snippet code for all the widget. Try like this
function gd_custom_ppv_sc_widget_title( $title ) { /*** Match 1 ***/ $match_title = 'Offers'; // Your current title. $icon_element = '<i class="fa fa-hand-o-right" aria-hidden="true"></i>'; // Icon element for Offers. if ( $title == __( $match_title, 'geodirectory' ) ) { $title = $icon_element . ' ' . $title; } /*** Match 2 ***/ $match_title = 'My Offers'; $icon_element = '<i class="fa fa-hand-o-left" aria-hidden="true"></i>'; // Icon element for My Offers. if ( $title == __( $match_title, 'geodirectory' ) ) { $title = $icon_element . ' ' . $title; } /*** Match 3 ***/ $match_title = 'Another Offers'; $icon_element = '<i class="fa fa-check-square-o" aria-hidden="true"></i>'; // Icon element for Another Offers. if ( $title == __( $match_title, 'geodirectory' ) ) { $title = $icon_element . ' ' . $title; } return $title; } add_filter( 'widget_title', 'gd_custom_ppv_sc_widget_title', 10, 1 );
Thanks
Hi James,
Sorry! but still it showing me “550 Rename style.css-: Permission denied”.
I need access to edit files /themes/GeoDirectory_whoop/style.css & /themes/GeoDirectory_whoop/functions/events.phpWill the fix you are going to apply also help with Whoop Options not effecting Multi Sites? I have a subdomain site using the Whoop theme, but any changes made in the Whoop Options setting (for that site, not on the parent site) seem to have no effect at all.
<
This changes will affected to all the sites which are using this theme within multisite network.To clarify, I do not expect the Whoop Options settings of the parent site to effect the child sites. But I should be able to make changes using the settings in Whoop Options on the child site, no?
<
This changes will be updated in core file of GeoDirectory_whoop, so it will be reflected on all the sites within multi-site network.Let us know.
Thanks,
Kiran@nardoniweb Create your own topic with details and post your site admin credentials there in private reply as you are not owner of this topic.
Kiran
-
AuthorPosts