Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 4,546 through 4,560 (of 13,774 total)
  • Author
    Posts
  • in reply to: Region field is blank after autocomplete #386334

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now, i have updated your site to the latest dev version of core and locations manager.

    Thanks,

    Stiofan

    in reply to: Map locations offshore #386285

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You need to write a function to replace each element in certian circumstances.

    
    
    add_filter('sd_detail_author_name', '_my_change_author_name',10,1);
    function _my_change_author_name($author_name){
    
        if(1==1){
            $author_name = 'new author name';
        }
    
        return $author_name;
    
    }

    We can give you examples like above but we don’t do custom work, you would need to do it yourself or hire someone.

    Thanks,

    Stiofan

    in reply to: GD conflict with Woocommerce3.0 Product Gallery #386282

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great! 🙂

    You are welcome!

    in reply to: Supreme Directory – Listing preview layout problem #386280

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    2. You need to know the package ID, on the preview page this can be in two different ways, before its added and after its added

    
    
    if(geodir_is_page('detail')){
        $package_id = isset($post->package_id) ? $post->package_id : '';
    }elseif(geodir_is_page('preview')){
        $package_id = isset($_POST['package_id']) ? $_POST['package_id'] : '';
        if(!$package_id && isset($_POST['pid']) ){
            $package_id = geodir_get_post_meta($_POST['pid'], 'package_id', true);
        }
    }
    
    if($package_id==1 || $package_id==2){
    // do something
    }else{
    //do something else
    }
    in reply to: GD conflict with Woocommerce3.0 Product Gallery #386277

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now, we actually already made a change for this and it will be in the next version of GD, i have applied it to your site.

    Thanks,

    Stiofan

    in reply to: GD conflict with Woocommerce3.0 Product Gallery #386275

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Please provide wp-admin details and a link to the affected page and we will have a look.

    Thanks,

    Stiofan

    in reply to: Supreme Directory – Listing preview layout problem #386272

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    1. you can do OR ( || ) like

    if ( $post->package_id == 64 ||  $post->package_id == 65 ||  $post->package_id == 66) {}

    2. If it does not work by default you might need to look at the $_POST or $_SESSION values.

    Stiofan

    in reply to: events #386271

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    If you are and admin and u added it then you should not need to claim it, but you could then just delete it from the backend, if u added it and said you were not the owner then yes, you can’t edit or delete it.

    Stiofan

    in reply to: Fields of CPT dissapear when activate Multirating #386269

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The ftp info now does not seem to be working either, please check.

    Stiofan

    in reply to: Add Listing Select Options #386265

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please check now, i added the following code snippet as your theme was adding an old ver of chosen.js

    
    
    function _geowp_dequeue_maps_api() {
       wp_dequeue_script( 'google-maps' );
       wp_deregister_script( 'chosen' );
      if(defined('GEODIRECTORY_VERSION')){
       wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array(), GEODIRECTORY_VERSION);
      }
    }
    add_action( 'wp_print_scripts', '_geowp_dequeue_maps_api', 100 );

    Thanks,

    Stiofan

    in reply to: Boss theme #386263

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I know there are a few using it but i don’t remember the url’s, hopefully one of them will reply.

    Stiofan

    in reply to: events #386262

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please make sure u have events selected under:
    GD>design>Navigation>Show listing link in user dashboard

    Thanks,

    Stiofan

    in reply to: GD Neighborhoods and dashes #386261

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    That is the hood slug, you need to match it against the table wp_geodir_post_neighbourhood to get all the info.

    Stiofan

    in reply to: Database error on MariaDB 10.2.6 #386260

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please provide wp-admin and ftp details and we will take a look.

    Thanks,

    Stiofan

    in reply to: Formatting issues on listing page #386259

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    the css should be:

    
    
    .widget .gd-cptcats-widget ul li:before {
        display: none;
    }

    Thanks,

    Stiofan

Viewing 15 posts - 4,546 through 4,560 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount