Kiran
Forum Replies Created
-
AuthorPosts
-
April 10, 2017 at 6:29 am in reply to: Conversion seemed to work but front page shows no listings #372760
Hi Broski,
You can add new snippet from Snippets -> Add New to add this code. Check, i have added this code under Snippets -> reorder listing tabs.
Now Video tab moved to top and then Profile tab.Thanks,
KiranHi Sebastien,
Please post your site admin & FTP credentials we have to look into your site.
Thanks,
KiranPlease check know.
Kiran
Hi Tim,
Please check now, post_date import issue has been fixed.
We have post_date in format Y-m-d H:i:s when exporting the listings, so we had expected same format during import. Because sometime PHP date function does not converts convert date from d/m/Y or m/d/Y to Y-m-d format.You can still use d/m/Y date format during import for post_date column, but we recommends date in Y-m-d format during import.
Thanks,
KiranHi,
In Invoicing + Payment Manager this has been fixed. So listing will auto published once payment done and invoice get published.
Kiran
April 6, 2017 at 11:52 am in reply to: Conversion seemed to work but front page shows no listings #372226Hello,
> I do not want the place categories to show in both the sidebar and the content page
<
To remove categories from right sidebar go to Admin -> GeoDirecotry -> Place Settings -> Custom Fields -> Category -> Remove “Ditails page sidebar” from “Show in what locations?”
To remove categories & tags from under the slide show use follwong code snippet.function gddev_plugins_loaded() { remove_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40); } add_action( 'plugins_loaded', 'gddev_plugins_loaded' );
> I also want to change the order of the tabs
< See documentation here to re-order listing detail page tabs – https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/Thanks,
KiranHi Frank,
We have implemented Free Trial feature in Invoicing, but yet final testing is remain for renewal payments.
If you want to use the you can download development version: https://github.com/kprajapatii/invoicing.
Resave price packages from payment manager to update items at Invoicing.Please test on your development site and let us know how it goes for you.
Thanks,
KiranHi Jennifer,
Please check now and let us know.
Thanks,
KiranHi Csaba,
Please check and let us know.
Thanks,
Kiran@guillaume You are not owner of this topic, so create a new topic and post admin & FTP details there in private reply. We have to check on your site.
Thanks,
KiranHi Guy,
WPML already provides bulk duplicates option. You can do it from WPML -> Translate Management.
Thanks
Hi Guy,
a)
< After running GD tool “Location category counts” from GeoDirectory -> GD Tools fixed the problem. This tool refresh the cache of category + location count which is used to speedup the loading records on map.b)
< This is not a bug. In front end for duplicate listings, the user allowed to edit main listing only. Duplicate listings are not allowed to edit in front end. That’s why editing duplicate listing redirects you to edit main listing.Thanks,
KiranHi Brent,
Yes in my test site the slug is translated in breadcrumb links.
You can create test site from your current site and use there our development version of GeoDirectory plugin https://github.com/GeoDirectory/geodirectory.
OR
Let us provide FTP details, we will try from our side.Kiran
Hi Danielle,
Please check now.
Problem was there is a shortcode [gd_add_listing] added in add listing page content.
If the page selected under GD -> Permalinks -> Add Listing Page then no require to add shortcode [gd_add_listing] in same page.Thanks,
Kiran -
AuthorPosts