Kiran
Forum Replies Created
-
AuthorPosts
-
November 29, 2017 at 5:06 am in reply to: Getting new CPT template to match current gd_place templete #407313
Hi Jeffrey,
You can find patch on GitHub here: https://github.com/GeoDirectory/supreme-directory/pull/37/files
Kiran
This reply has been marked as private.November 28, 2017 at 1:41 pm in reply to: Getting new CPT template to match current gd_place templete #407148Hi Jeffrey,
Patch has been updated on your site. Please check after clearing your browser cache.
Let us know.
Thanks,
KiranHi Alphonso,
Now with Invoicing plugin discounts are managed from Invoicing > Discounts.
You can manage discount options like enable/disable for particular items, coupon start date, coupon expire date, included items, excluded items, first payment or all payments etc.I have tested by creating one test event and in checkout page now it showing discount section.
Let us know.
Thanks,
KiranHi Kristjan,
Both problem has been fixed.
Please check and let us know.
Thanks,
KiranNovember 28, 2017 at 11:05 am in reply to: Event end date not showing in event lising header #407123Hi Stef,
End date showing problem has been fixed.
Please check and let us know.
Thanks,
KiranNovember 28, 2017 at 8:02 am in reply to: Supreme Directory Author page does not show any widgets #407098Hi Guust,
On Supreme Directory author page, listing page, search page displays Google Map. Sidebar widget area disabled for these pages in Supreme Directory theme.
Yes but for location less CPTs sidebar widget area allowed to display. For location less CPTs, we have fixed problem recently on author, listings, search pages.
Thanks,
KiranHi Edwin,
I looked and found that geodirectory .po language file under /wp-content/languages/plugins/ directory is not updated.
I have updated that file, now you have to translate strings which needs translations.Let us know how it goes.
Thanks,
KiranNovember 28, 2017 at 7:06 am in reply to: Supreme Directory Author page does not show any widgets #407091Hi There,
For location less CTP, the sidebar widgets problem on listing, search & author pages has been fixed. This will be in next release.
Kiran
Hi Lise,
The search bar is working now.
The search form template file /plugins/geodirectory/geodirectory-templates/listing-filter-form.php was missing.
I have copied template file listing-filter-form.php and now search bar working fine.Thanks,
KiranHi Jay,
Please check now. There was a minor bug so CPT form could not be submitted if listing order is greater then 1000 (in advanced tab).
In Place CPT you have listing order 1000 so new CPT will auto use 1001 during add new CPT. We have fixed this issue and it will be available in next release.
On your to fix the problem site i have set order for Place CPT to 300, and now you can successfully add the new CPT.Let us know.
Thanks,
KiranHi Joy,
The featured on the WP categories pages is managed by either one of following ways.
– If you have set any page under Settings > Reading > Your homepage displays > Posts page > XYZ & featured image has been set for that XYZ page, then that featured images used to display for category pages.
OR
– If you have not set “Posts page” or have empty featured image for the page “Posts page > XYZ” then you can set featured image by adding following line in wp-config.phpif ( ! defined( 'SD_DEFAULT_FEATURED_IMAGE' ) ) { define( 'SD_DEFAULT_FEATURED_IMAGE', "https://MYSITE.com/uploads/2017/11/featured.jpg" ); }Let us know.
Thanks,
KiranNovember 27, 2017 at 7:22 am in reply to: Getting new CPT template to match current gd_place templete #406920Hi Jeffrey,
We have recently fixed this problem and it will be in next release of Supreme Directory. https://wpgeodirectory.com/support/topic/cpt-list-and-search-page-without-physical-location/#post-404876
Let us provide FTP credentials so we can apply patch on your site.
Kiran
Hi Matthew,
It also happen when saving location settings in backend. so it seems something there conflicts that causing problem here.
Please try to disable one by one non-GD plugin, so if the problem is caused by any plugin then it can help you to find that plugin.
Or provide us FTP credentials & phpMyAdmin database server details so we can look into more.Thanks,
KiranHi Julian,
HTML tags are not supported in dropdown list. You can achieve what you want in displaying field content.
Use following code snippet, it will bold the word “OR” when displaying on front-end.// Filter geodir_food_locality_rank field content. function _gd_custom_customize_food_locality_rank( $html, $location, $cf, $p = 0 ) { if ( ! empty( $html ) && ! empty( $cf['htmlvar_name'] ) && $cf['htmlvar_name'] == 'geodir_food_locality_rank' ) { $html = str_replace( ' OR ', ' <strong>OR</strong> ', $html ); } return $html; } add_filter( 'geodir_custom_field_output_select', '_gd_custom_customize_food_locality_rank', 100, 3 );Thanks,
Kiran -
AuthorPosts