Few issues, close to launch

This topic contains 33 replies, has 3 voices, and was last updated by  Stiofan O’Connor 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #242044

    lminternet
    Full Member
    Post count: 70

    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:

    #242045

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #242135

    Guust
    Moderator
    Post count: 29970

    1. 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.

    #242136

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    #242144

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #242146

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #242147

    Guust
    Moderator
    Post count: 29970

    1. 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

    #242183

    lminternet
    Full Member
    Post count: 70

    5. 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?

    #242408

    lminternet
    Full Member
    Post count: 70

    7. 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?

    http://screencast.com/t/k1NNiRkN6Oc

    #243066

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Can you provide FTP details and i will debug #3

    Thanks,

    Stiofan

    #243071

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #243073

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #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

    #243082

    lminternet
    Full Member
    Post count: 70
    This reply has been marked as private.
    #243083

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #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

    #243096

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #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

Viewing 15 posts - 1 through 15 (of 34 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket