Kiran

Forum Replies Created

Viewing 15 posts - 6,001 through 6,015 (of 6,022 total)
  • Author
    Posts
  • in reply to: Franchise payment #231136

    Kiran
    Moderator
    Post count: 7069

    Hi Silks,

    I am sorry, at the moment not.
    Because we have many other to do things with higher priorities. But we may implement this custom feature if it will be requested by large number of customers. 🙂

    Thanks,

    in reply to: Blank non selectable field drop down #231133

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Google maps "Get Direction" error #231128

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know. 🙂

    in reply to: Google maps "Get Direction" error #231124

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Google maps "Get Direction" error #231120

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Please can you tell us how to recreate problem. Because i have checked on your site it worked fine for same address “Ameerpet, Hyderabad, Telangana, India” without error.

    Currently your site has OpenStreetMap is enabled so to check Google Map Direction i have enabled Google Map from Map Settings.
    Also seems your google map key not correctly configured in Google API settings, because it gives console error “Google Maps API error: RefererNotAllowedMapError”. So i have created new Google API Key with your domain to test it on your site.

    Let us know.

    Thanks,
    Kiran

    in reply to: Blank non selectable field drop down #230673

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Blank non selectable field drop down #230554

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Franchise Funcitionality not showing up #230537

    Kiran
    Moderator
    Post count: 7069

    You can add NEW franchise listing to existing listing, but you can’t apply existing listing as a franchise to any main listing.

    To add new franchise listing under existing listing, first you need to make existing listing as a “Main Listing” by enabling Franchise for that listing (Follow step-2).

    For Ex:
    You have existing listing XYZ and you want to add new franchise ABC under XYZ.
    Then you need to make XYZ as a main listing by enabling Is Franchise as in step-2. After that you can add franchise “ABC” under XYZ using step-4.

    Thanks,
    Kiran

    in reply to: Blank non selectable field drop down #230530

    Kiran
    Moderator
    Post count: 7069

    Hi Dotty,

    For the first question just add “Please select a month/” in Admin -> GeoDirectory -> CPT(Place) Settings -> Custom Fields -> Your Field option values.
    So if you have already option values like “Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec” then new option value with placeholder will be “Please select a month/,Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec”

    For the second question you can use the following hook function code.

    
    
    // Function to be executed when a CPT(custom post type) is published.
    function geodirectory_publish_gd_place( $post_ID, $post = array() ) {
        // do stuff here.
    }
    add_action( 'publish_gd_place', 'geodirectory_publish_gd_place', 10, 2 ); // Replace "gd_place" with your CPT(custom post type) name.

    Let us know.
    Thanks,
    Kiran

    in reply to: Franchise Funcitionality not showing up #230527

    Kiran
    Moderator
    Post count: 7069

    Hi Brian,

    To create listing with franchise feature from BACK-END
    1) First create Main Listing from Admin -> CPT -> Add New
    2) Tick “Is Franchise” => Yes from right side meta box “CPT Franchise Settings” and choose “Lock franchise fields:” as per your lock fields requirements.
    3) Fill up entire listing form and Save
    4) You can add “Franchise Listing” under the Main Lisitng you will see link “Add Franchise” at two places
    4.1) Admin -> CPT Lists (hover Main Lisitng title to see row actions links) – see back-end-add-franchise-from-listings.png
    4.2) Admin -> CPT Lists -> Edit Main Lisitng page – see back-end-add-franchise-from-edit-main-listing.png

    Thanks

    in reply to: Missing fields from REST API call #230483

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Missing fields from REST API call #230481

    Kiran
    Moderator
    Post count: 7069

    Hi Marc,
    Actually site is running under deprecated version of WP REST API. The plugin url https://wordpress.org/plugins/json-rest-api/ shows notice on top description says “This is the deprecated Version 1 of the WP REST API. It’s no longer supported beyond security fixes. Please consider WP REST API v2 for your website.”
    So i have deactivated older plugin and activated recent plugin https://wordpress.org/plugins/rest-api/.

    Now all rest api endpoints working fine.

    Let us know.
    Thanks

    in reply to: Franchise Funcitionality not showing up #230471

    Kiran
    Moderator
    Post count: 7069

    Hi Brian,

    I have just deactivate Franchise plugin and not uninstalled. After testing done plugin was deactivated, because when testing started there is no Franchise plugin installed on site. So first plugin was installed, done some testing and then deactivated plugin.

    To start with Franchise functionally just activate plugin from plugin manager.

    Thanks,
    Kiran

    in reply to: Franchise Funcitionality not showing up #230434

    Kiran
    Moderator
    Post count: 7069

    Hi Brian,

    We checked on your site and found all franchise functionality working fine there. Checked by creating few test listings on your site.
    First created one “Main Place” as a main listing and “Sub Place A” & “Sub Place B” as a franchise listings of “Main Place”.
    You can see also these listings here WordPress Admin -> Places with column “Main Listing”.

    Please follow this franchise documentation https://wpgeodirectory.com/docs/franchise-manager-add-on/ and let us know if you need further help.

    Thanks,
    Kiran

    in reply to: Event link broken #229198

    Kiran
    Moderator
    Post count: 7069

    You are welcome Gorge!

    No worries, actually it happened due to last patch update for social updater problem.

    Thank You 🙂

Viewing 15 posts - 6,001 through 6,015 (of 6,022 total)