Guust

Forum Replies Created

Viewing 15 posts - 15,826 through 15,840 (of 27,116 total)
  • Author
    Posts
  • in reply to: Change location not working #293458

    Guust
    Moderator
    Post count: 29970

    Hi Al, on ipad and mobile, you type in a few letters in the search box and then you will get 5 suggestions that change.
    For example, open the menu, and “search city” for LO, and you will get 5 cities with LO in the name.

    in reply to: Franchise name for different CPTs #293401

    Guust
    Moderator
    Post count: 29970

    Hi Mark, this will be added to the next update of the Franchise addon.

    If you cannot wait until then, here is what you can do:

    1. Open /wp-content/plugins/geodir_franchise/includes/gdfranchise_functions.php

    2. Go to line 1280:

    <h5><?php _e( 'Manage Franchise', 'geodir-franchise' );?></h5>

    3. Replace with:

    <h5><?php echo apply_filters( 'geodir_franchise_add_listing_header', __( 'Manage Franchise', 'geodir-franchise' ), $post_type, $post );?></h5>

    4. You can then add a filter per CPT, see example:

    
    
    function geodirectory_franchise_add_listing_header( $title, $post_type, $post ) {
        if ( $post_type == 'gd_place' ) {
            $title = __( 'Manage Place Franchise', 'geodir-franchise' );
        } else if ( $post_type == 'gd_event' ) {
            $title = __( 'Manage Event Franchise', 'geodir-franchise' );
        } else if ( $post_type == 'gd_custom' ) {
            $title = __( 'Manage Custom Franchise', 'geodir-franchise' );
        }
        
        return $title;
    }
    add_filter( 'geodir_franchise_add_listing_header', 'geodirectory_franchise_add_listing_header', 10, 3 );
    in reply to: Change location not working #293379

    Guust
    Moderator
    Post count: 29970

    Keep on scrolling 🙂
    Or search …

    in reply to: Change location not working #293362

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    in reply to: Change location not working #293361

    Guust
    Moderator
    Post count: 29970

    You have to scroll down, or search.
    I note that you need to clean your locations a little bit, you have used different spellings for the same region, which creates different regions in the database.
    https://wpgeodirectory.com/docs/manage-location/#edit

    in reply to: Change Address Icon #293212

    Guust
    Moderator
    Post count: 29970

    It works in my test site. You are putting it in the right CPT?
    We need URL WP admin to check it.

    in reply to: Plugin Installation Error #292868

    Guust
    Moderator
    Post count: 29970

    Please give us one of the sites to check that does not work, I am not going to look through all of them.
    I tried one, but that gave an error because W3 Total Cache is installed, please review https://wpgeodirectory.com/docs/faqs/what-caching-plugin-can-i-use/

    in reply to: Plugin Installation Error #292749

    Guust
    Moderator
    Post count: 29970

    Is this on a different site? Can we have URL and WP admin please?

    in reply to: GD Import CSV issues #292741

    Guust
    Moderator
    Post count: 29970

    3. Up the top of the Places screen in the backend, click on “screen options” and change from 20 to 200 or 500. That will make it a lot faster.

    4. You can sort all Places in the backend and the CSV by Title alphabetically? Then you can compare?

    in reply to: Import listing #292716

    Guust
    Moderator
    Post count: 29970

    You should not change the order of the columns: https://wpgeodirectory.com/docs/core-export/#important

    To add a default image: GD > Design > Listings tab > Upload listing no image

    in reply to: Import errors #292713

    Guust
    Moderator
    Post count: 29970

    You seem to have pasted some records from other programs, for example Schr�der Guesthouse
    I suggest you export whatever you have been able to import, so you can work out the ones that did not import. Then you might get a better idea what the error is.

    is_featured should be left empty or 1 for yes

    post_date should be in this format or left empty: 2016-03-10 13:39:31

    All columns with image references should have IMAGE in the header column

    Always the best idea to add a few listings manually and then export them, then you can see the correct formatting required.

    in reply to: Sort Order – View All #292663

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

    in reply to: CPT File Upload #292623

    Guust
    Moderator
    Post count: 29970

    I suggest you create a fieldset with all your separate file upload fields below it, but use an empty title for the fields themselves.

    in reply to: Sort Order – View All #292621

    Guust
    Moderator
    Post count: 29970

    That page is indeed a WP page and not a GD page. this is the GD page : http://rmcc.bwwtest.com/physicians/?sort_by=post_title_asc
    You need to set the sort as a default if you want it to automatically sort alphabetical.

    Thanks

    in reply to: customise my search button #292620

    Guust
    Moderator
    Post count: 29970

    Go to GD > Places settings and remove all options from the Advanced Search tab.
    Alternatively, you can deactivate the Advanced Search addon itself.

Viewing 15 posts - 15,826 through 15,840 (of 27,116 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount