Guust

Forum Replies Created

Viewing 15 posts - 7,651 through 7,665 (of 27,116 total)
  • Author
    Posts
  • in reply to: No Listing Found Even When Listing Added #427244

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂
    Just open a new ticket if you need more help.

    in reply to: No Listing Found Even When Listing Added #427182

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    in reply to: No Listing Found Even When Listing Added #427180

    Guust
    Moderator
    Post count: 29970

    From https://wpgeodirectory.com/docs/layout

    When you activate GD on your site, GD will create some extra pages. These are listed below.

    From https://wpgeodirectory.com/docs/troubleshooting-guide/

    Adding these shortcodes to any WP page will give you a good overview of what GD pages have been created and their correct URL:
    [gd_advanced_search]
    [gd_login_box]
    [gd_cpt_categories]
    [gd_location_switcher]

    Thanks

    in reply to: Email Behaviour #427084

    Guust
    Moderator
    Post count: 29970

    It is a GoDaddy issue, everyone that hosted by GoDaddy has the problem because of their settings.

    Thanks

    in reply to: can't claim listing #427083

    Guust
    Moderator
    Post count: 29970

    What is the problem with the Add Listing pages links?
    URLs are like this
    domain/add-listing/?listing_type=gd_CPTNAME&package_id=#

    For example
    …/add-listing/?listing_type=gd_service&package_id=11
    …/add-listing/?listing_type=gd_food&package_id=3
    etc

    in reply to: can't claim listing #427082

    Guust
    Moderator
    Post count: 29970
    This reply has been marked as private.
    in reply to: cannot appear events #427081

    Guust
    Moderator
    Post count: 29970

    1. A listing in one CPT can be linked to a listing in another CPT, as long the listings belong to the same user. It does not matter what category the listings are in.

    2. You can create a WP page that links to all the different Add Listing pages if you like, or add links in the top of the Add Listing page, by editing the Add Listing page.

    Thanks

    in reply to: Provide event to business linking for paid listings only #427068

    Guust
    Moderator
    Post count: 29970

    The simplest way would be to hide the events tab for the one package (adjust for the package ID):

    
    
    .gd-package-id-1 dl.geodir-tab-head [data-tab="#link_business"]{
        display:none!important;
    }

    To add the package ID as a body class for the detail page, add this PHP code to a snippet or your functions.php

    
    
    // add the package id to the body
    add_filter( 'body_class', 'my_add_package_class',10,1 );
    function my_add_package_class($class){
        global $post;
        if (geodir_is_page('detail') && isset($post->package_id)) {
            $class[] = "gd-package-id-".$post->package_id;
        }
        return $class;
    }

    Thanks

    in reply to: can't claim listing #426992

    Guust
    Moderator
    Post count: 29970

    Or give us cPanel credentials. Thanks


    Guust
    Moderator
    Post count: 29970

    Recurring packages only work if the user has agreed and entered into a contract with PayPal for money to be taken out on a regular basis. Just changing a non-recurring to a recurring cannot force people into an ongoing contract, and will only work properly for new listings created on that package.

    You only need to create a recurring and non-recurring package once, there should be no administration.

    in reply to: GD Search for single CPT. #426902

    Guust
    Moderator
    Post count: 29970

    1. Get the Widget logic plugin: https://wordpress.org/plugins/widget-logic/ and activate
    2. In a widget that you only want to show for the gd_place CPT you would add

    geodir_get_current_posttype()=='gd_place'

    2. In a widget that you only want to show for the gd_event CPT you would add

    geodir_get_current_posttype()=='gd_event'

    Thanks

    in reply to: Enable Comments on Places #426869

    Guust
    Moderator
    Post count: 29970

    I am guessing you changed the WordPress Settings > Discussions settings after you imported the listings.
    There are 2 options then:
    GO through each listing to change the “Allow comments” box, or
    export all listings, delete all of them, and re-import without post numbers [not tested, but this should work, try with a few first to check maybe].

    Thanks

    in reply to: Register for Events #426867

    Guust
    Moderator
    Post count: 29970

    The event plugin does not come with the possibility for users to register.
    You can use the “Are you interested” widget: https://wpgeodirectory.com/docs/events-addon-widgets/#interested
    Or add instructions as how to register as part of the listing.

    Thanks

    in reply to: Multiplue Location for Events #426866

    Guust
    Moderator
    Post count: 29970

    Have you activated the plugin? Then it should allow listings anywhere.
    Please post your WP admin details and URL if you want us to check your settings.

    Thanks

    in reply to: instagram feed for premium pricing level #426865

    Guust
    Moderator
    Post count: 29970

    How are you adding the instagram feed? Is that not with a GD custom field? Then you can exclude/include it in a pricing package.

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