Few issues, close to launch
This topic contains 33 replies, has 3 voices, and was last updated by Stiofan O’Connor 9 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 6, 2016 at 4:04 pm #242044
Gentleman, we are very close to launch and have run into a few issues with GD. We need your help to bring this project home.
We have setup the project on a production server so you have the ability to log in and advise of issues. Here they are one by one:
August 6, 2016 at 4:06 pm #242045This reply has been marked as private.August 7, 2016 at 12:06 am #2421351. You need to allow comments at WP > Settings > Discussion
See also https://wpgeodirectory.com/docs/faqs/how-do-i-disable-reviews/2. The only way would be to add the custom field, wrapped in a do_shortcode funtion, directly in the template where you want to show it.
3. Changing to multi-select works, so I changed it to that for now.
It seems there is some error with another plugin. I’ll get the developers to have a closer look.4. I restored all trashed GD pages.
5.I changed permalinks: https://wpgeodirectory.com/docs/basic-installation/#postnames
6. You should not use multi-countries and multi-regions if you are only adding cities to the URL at GD Permalinks. Or vice versa.
August 7, 2016 at 12:07 am #242136This reply has been marked as private.August 7, 2016 at 1:51 am #242144This reply has been marked as private.August 7, 2016 at 1:59 am #242146This reply has been marked as private.August 7, 2016 at 2:07 am #2421471. For listings already in your database you have to enable comments for each listing, or with a bulk quick edit.
3. GD > Place settings > Custom Fields > category field > category display type
4. If you are happy to do everything in the backend, then you don’t need them.
5. You used “Custom Structure” instead of Post name
August 7, 2016 at 2:19 am #2421835. What is the result of using Custom Structure? What breaks when we do that?
We’d like our posts to live within certain sections (ie. category-section/post-name/) .. what breaks if we leave it Custom?
August 7, 2016 at 12:30 pm #2424087. One of these changes, I’m guessing the changes to Regions and/or Countries, caused the breadcrumb to add country and state which we don’t want .. how do we remove?
August 8, 2016 at 12:50 pm #243066Can you provide FTP details and i will debug #3
Thanks,
Stiofan
August 8, 2016 at 12:57 pm #243071This reply has been marked as private.August 8, 2016 at 1:02 pm #243073#2 its a bad idea to let shortcodes be used by users, is there a way you can set it as an admin only field? If so i can give you and example of how to make it work.
#5 This is the only structure we have fully tested with, url’s will likely break otherwise.
Stiofan
August 8, 2016 at 1:30 pm #243082This reply has been marked as private.August 8, 2016 at 1:33 pm #243083#3 This seems to be server related when the field “exclude” is posted it is removed from the post value by the server, this might be some sort of security addon for the server like suhosin, please ask your server admin to fix this.
#7 If you hide the url part from this settings page it will hide it from the breadcrumbs: http://www.myheathrowfl.com/wp-admin/admin.php?page=geodirectory&tab=managelocation_fields&subtab=geodir_location_setting
August 8, 2016 at 2:00 pm #243096#1 i have added some code to your theme functions to make those two fields work:
add_filter('geodir_show_geodir_testing_html','my_enable_shortcodes_on_field',10,2); add_filter('geodir_show_geodir_special_offers','my_enable_shortcodes_on_field',10,2); function my_enable_shortcodes_on_field($html, $variables_array){ return apply_filters('the_content', $html); }#5 At the moment this is how our setup works.
Stiofan
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket