Kiran
Forum Replies Created
-
AuthorPosts
-
You can not import just one or two table from one site to another. Because each table records are linked with other tables records by ids. So if you import only detail then there will be mis-match between detail table & other tables.
If you still want to import correctly converted data to another site then you have to import all DB tables (like geodir_custom_fields, geodir_gd_place_detail, geodir_gd_event_detail, geodir_event_schedules etc…). Try this and check if it works otherwise you have to do that i told in “NOTE:” in my last reply.
Kiran
Hi Brent,
Q1
<
1). In WPML -> Translation Management -> Multilingual Content Setup -> Custom posts -> Therapists Untick “Translate” & ticked “Do nothing” -> Save
2). In WPML -> String Translation -> Search for: “therapists” exact matched slug and delete strings
3). In WPML -> String Translation -> Search for: “セラピスト” exact matched slug and delete strings
4). In WPML -> Theme and plugins localization -> Scan theme for strings
5). In GeoDirectory -> Custom Post Types -> Edit gd_therapist -> change language to English from top admin language switcher -> Save
6). In WPML -> Translation Management -> Multilingual Content Setup -> Custom posts -> Therapists Tick “Translate” & untick “Do nothing” -> Tick “Use different slugs in different languages for Therapists.” -> Change original language to English -> Add “セラピスト” in Japanese slug -> Save
7). In WPML -> String Translation -> Search for: “therapists” exact matched slug and add “セラピスト” for Japanese -> Tick “Translation is complete” -> Save
8). Settings -> Permalinks -> Update
9). Visit any listing url at front end, check it working or not if it not working then do step 7).Q2
<
I can’t recreate that issue on my test site, not sure why breadcrumb doesn’t have translated slug. We have some fixes in our development version https://github.com/GeoDirectory/geodirectory/commit/6d53d3f6620b550118e47fea67860296fe1066f0
Let us provide FTP details, so we try to update our patch of fix to your site if it can solve problem otherwise we will check more.Q3
<
“URL slug: gd_therapist.” & “URL slug: therapists” translation should be same. gd_therapist is post type name & therapists” is a post type slug. Save same translated slug for both.I used Query Monitor for debugging, now i deleted it.
Thanks,
KiranHi Scott,
WordPress does not allows HTML tags in category & tag descriptions. But you can use code snippet which allows to use HTML tags in category description.
Use this code snippet to allow HTML in category descriotions: https://gist.github.com/kprajapatii/3ed914cd64ad1378f9a70bd9c054f711Kiran
Hi Brent,
Please check now.
I have re-scan post type slug languages and re-save translation for slugs in String Translation. Now seems it working fine.
Let us know.
Thanks,
KiranHi
1.
< The listing url is retrieved by get_permalink() function https://developer.wordpress.org/reference/functions/get_permalink/.
The listing url is build based on which language that post contains. Suppose post ID 567 is created in french then it will retrieve the listing url in french even you use get_parmalink( 567 ) in english language.
In backend admin user has option to set their editing language whether in admin language as editing language or current viewing language.2.
< Not sure how it detects language for event manager url. I can’t see this in my test site.Kiran
Thanks for letting us know 🙂
Hi Guy,
1)
< We had some tests on your site & in our test sites too. We found that there is a delay in receiving IPN response from PayPal. IPN always remained in queued at PayPal site.
At the website end if IPN not received then the invoice does not get processed with PayPal payment. So the invoice remains as Pending until it receive IPN response.
This happens for PayPal sandbox account. We have tested this for live PayPal account and there successfully received IPN response from PayPal without any delay. For live account it successfully handles IPN response and process the invoice as per payment status.So please check with live PayPal account to see if problem still occurs.
2)
< I have tested one upgrade listing and it worked fine for me, i received email about upgrade listing (see attachment). May be upgrade email not sent due to problem explained in 1).The payment manager upgrade emails are remained at GeoDirectory -> Prices and Payments -> Notifications.
Let us know.
Thanks,
KiranThank you for letting us 🙂
Hi Scott,
Let me explain how it should work.
1) If “Category Top Description” Un-Ticked
> http://www.xyz.com/attorney/business-law-attorneys/ will display default description from main “Description” field
> http://www.xyz.com/attorney/california/business-law-attorneys/
IF the description available for “california” then it will display that REGION-category description OTHER WISE it will display default description from main “Description” field
> http://www.xyz.com/attorney/california/san-jose/business-law-attorneys/
IF the description available for “san-jose” then it will display that CITY-category description OTHER WISE it will display default description from main “Description” field2) If “Category Top Description” Ticked
For all type of category pages
> http://www.xyz.com/attorney/business-law-attorneys/
> http://www.xyz.com/attorney/california/business-law-attorneys/
> http://www.xyz.com/attorney/california/san-jose/business-law-attorneys/
It will display the description which is available for field below of “Category Top Description” label, OTHER WISE if that description is empty then it will display default description from main “Description” fieldHope it is clear now. Let me know if category top description not working as explained above.
Thanks,
KiranHi Marc,
I had tested it in front-end. 🙂
In backend this happens due to ordering of listing save and applying language to saved listing. It happens only when you are going to create new listing from backend. The published email sent when listing get published, and that time listing has no language applied by WPML. This happens only for new listing, for existing listings this does not happened when listing moved from draft -> publish.
To overcome this just create new listing with “draft” status (by clicking on Save Draft instead of Publish). Once listing saved as a draft, Publish it.
Let us know.
Thanks,
KiranHi RussM,
It has been fixed and available in next release of GeoDirectory.
Meanwhile you can fix from your side before next release.
In file /plugins/geodirectory/geodirectory_shortcodes.phpFind following line (around line no 1231)
$categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC', 'fields' => 'ids'));
Replace that line with
$categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC', 'fields' => 'ids', 'hide_empty' => 0));
Thanks,
KiranHi Marc,
I have done some tests on your site, and seems it worked for me.
1) In EN language added one Restaurant listing “GD Test EN” and in notification mail got link “https://www.arbolife.com/en/restaurants/switzerland/neuchatel/neuchatel/gd-test-en/”
2) In FR language added one Restaurant listing “GD Test FR” and in notification mail got link “https://www.arbolife.com/fr/restaurants/switzerland/neuchatel/hauterive/gd-test-fr/”
3) In FR language added one Store listing “GD Test FR” and in notification mail got link “https://www.arbolife.com/fr/magasins/switzerland/neuchatel/peseux/gd-test-fr/”In above all three listings i got correct links in email.
Can you provide steps how to re-create from our end?
FYI:
After checking you can delete my listings which i created for test purpose.Thanks,
KiranHello JJJ,
> I forgot the screenshot for display of GPF Page in Back-end.
Here it is. Does it display the same for you?
<
It showing to me correctly. See attachment.> what about the display when GT is working: display of the home page of http://wpgeodirectory.com site?! Have you seen it?
<
See above post by Stiofan for solution.
I have already fixed it on http://www.jjj38.byethost10.com/. Did you checked?Please follow this if you have not: https://wpgeodirectory.com/geotheme-to-geodirectory/
NOTE:
In case you are going for conversion on another site then http://www.jjj38.byethost10.com/.
Please use recent geodir_gt2gd plugin files from your current site /plugins/geodir_gt2gd.Kiran
Let me know which shortcode are you using & on which page are you want to use?
Hi JJJ,
1)See for example “geodir_dg_place_detail” table screenshots (part 1,2,3) : values are replaced with NULL for all listings.
<
Check now, in GT some field values are stored in serialize format, so those values not converted correctly to GD. Now it has been fixed.2) In “geodir_gd_event_detail” : Rating and Prices both display in the same column. Just a display effect?
<
Nothing wrong here it is just a display effect. See screenshot how it looks to me.3) see screeshot in next message for CPF in back-end.
<
Seems you forgot to attach screenshot for this point.4) what about NULL in Ratings column, or Map column. Shouldn’t it display 0 or nothing?
<
These are fields created during creation of table, and it has default set NULL in field data type. So by default it has NULL there for those fields.Thanks,
Kiran -
AuthorPosts