Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
Use following snippet to disable social importer fields from add listing form for the non-admin users.
/** * Disable social importer for non-admin users. */ function gd_snippet_20190117_after_setup_theme() { if ( ! current_user_can( 'manage_options' ) ) { remove_action( 'geodir_before_detail_fields', 'gd_add_listing_top_code', 3 ); remove_action( 'geodir_after_main_form_fields', 'gd_add_listing_bottom_code', 10 ); } } add_action( 'after_setup_theme', 'gd_snippet_20190117_after_setup_theme', 20 );Thanks,
KiranHello Lindsey,
– For free listings the template file is geodirectory\geodirectory-templates\preview-success.php. You can manage message from GeoDirectory > Notifications > Messages > “Post submitted success” to show after listing submitted.
– For paid listings the template file is \geodir_payment_manager\geodir-payment-templates\success.php. You can manage message via translation. You can translate “Thank you, your information has been successfully…..” from file geodir_payments-en_US.po. Or you can define message via POSTED_SUCCESS_MSG. Ex:
if (!defined('POSTED_SUCCESS_MSG')) define('POSTED_SUCCESS_MSG', __('<p>Thank you, your information has been successfully received.</p><p><a href="[#submited_information_link#]" >View your submitted information »</a></p><p>Thank you for visiting us at [#site_name#].</p>','geodir_payments') );Let us know.
Thanks,
KiranThis reply has been marked as private.Thanks for letting us know 🙂
This reply has been marked as private.January 16, 2019 at 1:09 pm in reply to: FlexSlider on single listing page not working in Chrome. Works in Safari and IE. #463502Hello Joe,
I have applied same compatibility to your live site, please check after clearing your browser cache.
Let us know.
Thanks,
KiranHello Scott,
I have updated some code please check and let us know from your side after clearing your browser cache. I can’t replicate from my timezone.
Let us know.
Kiran
This reply has been marked as private.Hello,
I checked via admin and it seems you have updated in listing-listview.php file only. You need to do same for widget-listing-listview.php file also.
Kiran
Hello,
Try following shortcode to display listing image.
[gd_post_images type="image" slideshow="0" show_title="1" animation="slide" controlnav="0" link_to="post" image_size="thumbnail"]Kiran
January 16, 2019 at 10:17 am in reply to: Imported listing now showing default image, but default CPT image #463476Hello Kai,
Issue has been fixed, now GeoDirectory > Settings > Status > Tools > Terms Count will update counts.
Now categories also visible for automotive in widget settings.Kiran
This reply has been marked as private.Hello STEPHANIE,
In GeoDirectory v2 we have some changes in fields & sorting structure. In v2 you still can set custom field in sorting but it needs new snippet to update priority value for the custom field.
Currently we have some important to-do task, we will update this for GeoDirectory v2 as well in near time.
Thanks,
KiranHello Ellory,
Please provide us the listings urls and webmaster tool url(where you tested your site pages). If possible provide screenshot as well.
Kiran
Hello Spanu,
Those navbar coming from Youzer plugin. Those tabs managed from Panel > Profile Settings.
Please ask Youzer support team how that “Events” menu added and how to remove it from menu.
Or provide us FTP credentials so we can debug from where it adding that menu in navbar.Kiran
-
AuthorPosts