Alex Rollin

Forum Replies Created

Viewing 15 posts - 4,336 through 4,350 (of 23,809 total)
  • Author
    Posts
  • in reply to: Create Directory of "People Listing" in ~20K Companies #519079

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    in reply to: Create Directory of "People Listing" in ~20K Companies #519077

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    in reply to: Add Listing Page width #519076

    Alex Rollin
    Moderator
    Post count: 27815

    I am unable to login with those credentials. Please validate them and repost so we can take a look.

    in reply to: I need to add fields to my CPT #519068

    Alex Rollin
    Moderator
    Post count: 27815

    A general guideline is 60 fields, but you can contact your host and ask them about increasing the max size of your db tables.

    If you are unable to create any fields, please share all your connection information here in a private reply so we can check that out, but also ping your host about your db settings.

    WordPress Credentials
    WP Admin Login URL:
    WP Admin Username:
    WP Admin Password:

    FTP Credentials
    FTP Host:
    FTP Port:
    FTP User:
    FTP Password:

    DB Credentials
    DB PHPMyAdmin URL:
    DB Name:
    DB User:
    DB Password:

    If you don’t have DB credentials please share CPanel login.

    Make sure to click private reply

    in reply to: Confusing about several issues #519067

    Alex Rollin
    Moderator
    Post count: 27815

    Have you network activated GD or addons? If so, activate them only on the subsite.

    If we need to check the settings please write back with WP Admin credentials and login url in a private reply.

    in reply to: Feature request: Sort and Maps by IP #519066

    Alex Rollin
    Moderator
    Post count: 27815

    GD with the Location Manager has the Near Me button, which will load the Location page centered on a lat lon with a radius search applied to show listings using the location page template. There is not a way to change that to make it happen on a different page.

    I checked your site but I don’t see a search page. Please share a link to where you see the issue, and wp admin credentials if we need to check the settings.

    in reply to: Plugins Not Updating #519065

    Alex Rollin
    Moderator
    Post count: 27815

    Try deleting the plugin and reinstalling from the extensions panel.

    We have some changes planned, but for now the extensions panel is not retroactive, meaning, it will work with a membership key for addons installed with that key from the panel.

    in reply to: Google Maps Conflict #519064

    Alex Rollin
    Moderator
    Post count: 27815

    Please try removing the key from the other plugin. GD will serve other plugins with the key if necessary (and the plugin is using WP best practices for loading Google maps).

    If we need to check, please share a link to the page of the other plugin where you add the key.

    in reply to: Geocoding issue invalid_request #519063

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Can you say more about where you are seeing the error?

    Did you already check our docs about setup of the geocoding key?

    https://wpgeodirectory.com/docs-v2/integrations/google/#key-2

    If we need to check the site to see the google api error please share wp admin credentials and login URL in a private reply.

    in reply to: Update latest version failed #519062

    Alex Rollin
    Moderator
    Post count: 27815

    Excellent, thanks for letting us know.

    in reply to: Error 503 on index page #519061

    Alex Rollin
    Moderator
    Post count: 27815

    The Location page should not be set as the Front page, it will not function correctly.

    in reply to: Is there a way to dequeue scripts #519059

    Alex Rollin
    Moderator
    Post count: 27815
    in reply to: Listing autopost to Facebook even it is disabled. #519058

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    thanks for reporting that. Please share WP Admin credentials so we can see the issue on your site and fix that up.

    in reply to: How to Style Lists #518993

    Alex Rollin
    Moderator
    Post count: 27815

    I will ask the developers to take a look at your question

    in reply to: Create Directory of "People Listing" in ~20K Companies #518986

    Alex Rollin
    Moderator
    Post count: 27815

    Are you using WP All import?
    You cannot update listings if you do not include the post ID in your import sheet. To get the post ID you would need to export the listings using the GD Export functionality.

    You can use the screen options to set paging on Places -> All to 200 and delete 200 at a time.

    Or you can use an action like this:

    
    
    
    function delete_all_posts_from_custom_post_type($cpt ){
        if($cpt){
            global $wpdb;
            $posts = $wpdb->get_results($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type = %s",$cpt));
            if(!empty($posts)){
                foreach($posts as $post){
                    wp_delete_post($post->ID,true);
                }
            }else{
                echo "done";
            }
        }
    }
    delete_all_posts_from_custom_post_type('gd_place');
    
Viewing 15 posts - 4,336 through 4,350 (of 23,809 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount