Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Ria,
Supreme Directory theme does not have sidebar widget section for main blog index page. It has sidebar widget section for blog posts pages.
Thanks,
KiranJanuary 22, 2019 at 1:55 pm in reply to: When Importing from Yelp the form shows deleted images from previous import #464673Hello Scott,
Provide yelp urls that you trying to import?
Please provide excat steps you are following, because i tried but can’t replicate this issue.Kiran
Hello Lise,
Please check now. By default franchises tab show listings within current location(location of viewing listing). I have disabled applying location filter by adding add_location_filter=0 in CPT > Settings > Tabs > Franchises.
Kiran
Hello,
In GeoDirectory v2 if have chosen geodirectory as a page layout then it will show GD widget sections on that page.
Otherwise you have to add GeoDirectory widget to theme widget sections(Ex: primary sidebar etc.)Kiran
Hello Shane,
As you have deleted the old categories and then created new ones, the categories are working now.
Just let us know if you face this again.
Thanks,
KiranJanuary 22, 2019 at 9:46 am in reply to: When Importing from Yelp the form shows deleted images from previous import #464600Hello Scott,
I have updated patch on your site. Please check and let us know how it goes.
Kiran
Hello,
This creates a problem as we are not able to enter the same title for the franchise as it’s ‘already taken’ by the original post.
You have enabled duplicate alert option for post_title from GeoDirectory > Settings > Duplicate Alert.
Untick Fields to check > Post Title to prevent “already taken” message.Kiran
Hello,
Detail page map should be rendered via function only. Shortcode will not work for detail page map.
Still try adding enable_map_direction = 1 in shortcode in case it work.
Kiran
Hello,
Please check now.
Those fields has value is_default = 1 in custom fields table and package exclude fields setting skipping fields with is_default = 1.
I have changed is_default = 0 for those fields, now those fields are visible in package exclude fields.Let us know.
Kiran
January 22, 2019 at 7:05 am in reply to: Targeting Specific Sub-categories per CPT with Widget Logic #464592Hello David,
Use following logic to do stuff on specific category.
CHANGE 57 to YOUR CATEGORY ID.global $gd_post; if ( ( geodir_is_page( 'listing' ) && is_tax() ) && ! empty( $gd_post ) && ! empty( $gd_post->default_category ) && (int) $gd_post->default_category == 57 ) { // Do stuff }Kiran
Hello Benjamin,
By default [gd_listings] shows listings for the current location. Ex: on page distributors/china/shanghai-shi/shanghai/jm-vistec-co-ltd-shanghai/ short code will list all the listings related to tag and falls within location china/shanghai-shi/shanghai.
This is the reason that it not showing any related listing, because in shanghai there is no other related listing with tag “jm-vistec”.If you want to disable location filter then use
add_location_filter="0"in [gd_listings].
Additionally, is there any way to make it so tags in the spot under info on the details screen doesn’t take you do a specific location with the tag link?
There is an setting available to manage this. Go GeoDirectory > Settings > Locations > Show Advanced > URL Settings > Archive urls on details page > Tick “Disable” > Save.
Thanks,
KiranHello,
It is strange! I am using Google tool https://search.google.com/structured-data/testing-tool to debug structured data, but it not showing this missing field error.
May be those events are loading from cached data. Please try clearing cache if cached. Because from my side only possible way to check is Google Tool and it not showing that error.
Thanks,
KiranJanuary 21, 2019 at 2:05 pm in reply to: Imported listing now showing default image, but default CPT image #464461Hello Kai,
Where did you screen capture this. As categories showing are for automotive CPT.
I have taken this capture from WordPress Admin > Widgets > GD Listings Widget.
After importing csv, try to run GD Tool from GeoDirectory > Settings > Status > Tools > Terms Count.
Let us know.
Kiran
Hello Fabian,
YOu have not enabled translation for gd_place post type & taxonomies at WPML > Settings > Post Types Translation & Taxonomies Translation.
I have enabled both and now gd_place post type, taxonomies is available for translation.
Thanks,
KiranHello Shane,
It seems something conflict on your site. Do you have any customization for GeoDirectory v1?
Please provide FTP credentials to find what causing conflict there.
Kiran
-
AuthorPosts