Kiran
Forum Replies Created
-
AuthorPosts
-
August 23, 2017 at 5:12 am in reply to: Add Listing page text getting truncated on 1 CPT only #392430
Hi There,
I have checked with my test sites and it worked fine there. I found you are using older version of Payment Manager v1.4.4 and not recent one which is v2.0.2.
I see problem on my test site when tested with Payment Manager v1.4.4. That means this problem already fixed in recent versions of Payment Manager.You should always use most recent plugin, otherwise you will face such type of problem.
Let us know.
Thanks,
KiranThanks for letting us know 🙂
Thanks for letting us know
Hi Juan,
The problem has been fixed and it is updated on your site too.
Please check and let us know.
Thanks,
KiranThere is one option “For admin use only?” in Place Settings > Custom Fields > “Book Now” custom field setting. By enabling this option you can hide that field from non admin users during add listing from front end.
I checked it and it worked.Kiran
Hi Denuwan,
WordPress request filter does not allows script tags in request for security purpose. Because using scripts tags in POST is unsafe.
That’s why it does not allows to submit data with script tags in front end add listing.Thanks,
KiranHi Juan,
Let me know which plan was assigned to listing before downgrade? Is is auto downgraded or you done it via GD Tools > Run Expire?
Let me know so i can look into more.
thanks,
KiranThis reply has been marked as private.Hi Dipe,
Check now, i have added following code snippet to your child theme function.php
// Set reset passeword link function gd_custom_set_reset_password_link( $login_url, $args, $gd_page_id ) { if ( !empty( $args['forgot'] ) && function_exists( 'um_get_core_page' ) ) { $login_url = um_get_core_page( 'password-reset' ); } return $login_url; } add_filter( 'geodir_login_url', 'gd_custom_set_reset_password_link', 100, 3 );
Let us know.
Thanks,
KiranHi Pierre,
Please check now. On your site WPML settings for custom post type slug translation is not active and you have translated post type slug “places” to “endroits”.
So it results in 404 error. I have re-saved it to “places” from WPML > String Translation and now it works fine.
You need to translate post type slug only if you have custom post type slug translation setting is enabled.Let us know.
Thanks,
KiranDon’t worry i have updated patch to fix on your site, and it will be included in next releases too.
Kiran
Thanks for letting us know 🙂
Thanks for letting us know 🙂
Hi There,
> is there a way to provide forms in two languages when the listing is submitted? So customer can input categories, tags, description in two languages?
<
No, it is not possible to search and show result listings from multiple languages.> is it possible to display just default language listings but searched via second language taxonomy or tag?
<
No you can search/display taxonomy or tag for the current language only.Kiran
Hi Dipe,
> The second one just keeps showing ALL the listings.
< FixedFYI post_author=”current_author” OR post_author=”current” only works if you are using shortcode on detail blog post(post_type = post) or detail listing(post_type = gd_place, gd_event etc…) page pages.
Standard pages normally added by admin and those pages has post_author = admin user ID. So use post_author=”current_user” if you are using shortcode on standard pages (post_type = page).As you have applied users roles limitation for all three shortcodes, shortcode will display results for related user role only.
Let us know.
Thanks,
Kiran -
AuthorPosts