Giri

Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 2,661 total)
  • Author
    Posts
  • in reply to: problems with GD home popular categories widget #327493

    Giri
    Expired Member
    Post count: 3155

    Hi Ding,

    Please use code snippets plugin to add custom codes.

    https://wordpress.org/plugins/code-snippets/

    Just add the post types in this array.

    
    
    
    $excluded_post_types =  array('gd_place', 'gd_job');

    I have used gd_place and gd_job as an example.

    You can get the post type names in this page.

    wp-admin/admin.php?page=geodirectory&tab=geodir_manage_custom_posts

    Thanks

    in reply to: Compatibility Issues with Themler Theme #327112

    Giri
    Expired Member
    Post count: 3155

    Don’t worry.

    I’ll explain everything.

    Thanks

    in reply to: Compatibility Issues with Themler Theme #327109

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Social Importer #327106

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Error Message #327104

    Giri
    Expired Member
    Post count: 3155

    Ok Ron,

    So everything ok now?

    in reply to: Recurring Events #327102

    Giri
    Expired Member
    Post count: 3155

    Hi Mark,

    I’m facing the same problem when I use /wp-admin

    But I have used /gd-login and it works with the creds you provided earlier

    in reply to: Theme compatibility #327100

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Compatibility Issues with Themler Theme #327095

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Recurring Events #327086

    Giri
    Expired Member
    Post count: 3155

    Yes

    Our team is a distributed team. Each member is from different country. If you use any GeoIP block plugin, allow login only from US and block other countries, then only the US person can login with your credentials.

    Thanks

    in reply to: Recurring Events #327080

    Giri
    Expired Member
    Post count: 3155

    Still not working.

    Make sure you are not using any GeoIP block plugins.

    in reply to: How to change homepage size? #327078

    Giri
    Expired Member
    Post count: 3155

    You are welcome.

    in reply to: Recurring Events #327076

    Giri
    Expired Member
    Post count: 3155

    Unable to login.

    in reply to: Recurring Events #327074

    Giri
    Expired Member
    Post count: 3155

    Checking..

    in reply to: problems with GD home popular categories widget #326993

    Giri
    Expired Member
    Post count: 3155

    Hi Ding,

    I have added a filter in GD core to modify the output of that dropdown. It will be avilable in next release.

    In the meantime follow these steps

    You need to add this line

    $taxonomy = apply_filters('geodir_pp_category_taxonomy', $taxonomy);

    in

    wp-content/plugins/geodirectory/geodirectory-functions/general_functions.php

    Around line number 2770

    AFTER this code

    
    
           $taxonomy = array();
    	if ( ! empty( $gd_post_type ) ) {
    		$taxonomy[] = $gd_post_type . "category";
    	} else {
    		$taxonomy = geodir_get_taxonomies( $gd_post_type );
    	}
    

    Once you are done with that edit your child theme functions.php file and then add this code

    
    
    function exclude_gd_taxonomies($taxonomies) {
        $excluded_post_types =  array('gd_place', 'gd_job');
        foreach ($excluded_post_types as $ptype) {
            $cat = $ptype . "category";
            if(($key = array_search($cat, $taxonomies)) !== false) {
                unset($taxonomies[$key]);
            }
        }
        return $taxonomies;
    }
    add_filter('geodir_pp_category_taxonomy', 'exclude_gd_taxonomies');

    You can also provide me admin credentials. So I can apply them.

    Thanks

    in reply to: Post Meta Table Crashed #326153

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

Viewing 15 posts - 1,186 through 1,200 (of 2,661 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount