Marketing IOG

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
Sep 16, 2018 at 8:41 pm
#87164
Member
Marketing IOG
OP

Great, thank you!

Sep 13, 2018 at 8:57 pm
#87109
Member
Marketing IOG
OP

http://www.iogroup.co.nz/download/mtmte-gif-9/

The button should be blue, not green. Thanks!

Sep 6, 2018 at 10:34 pm
#86923
Member
Marketing IOG
OP

How did you do it?! Amazing, thank you so much!

Would be great to post here though so others can find out in the future.

Sep 6, 2018 at 10:31 pm
#86922
Member
Marketing IOG
OP

How did you do it?!

Sep 6, 2018 at 10:27 pm
#86920
Member
Marketing IOG
OP

<?php

class Error_Action extends Red_Action {
function process_before( $code, $target ) {
$this->code = $code;

wp_reset_query();
set_query_var( ‘is_404’, true );

add_filter( ‘template_include’, array( $this, ‘template_include’ ) );
add_filter( ‘pre_handle_404’, array( $this, ‘pre_handle_404’ ) );
add_action( ‘wp’, array( $this, ‘wp’ ) );

return false;
}

public function wp() {
status_header( $this->code );
nocache_headers();
}

public function pre_handle_404() {
global $wp_query;

// Page comments plugin interferes with this
$wp_query->posts = false;
return false;
}

public function template_include() {
return get_404_template();
}

Sep 6, 2018 at 10:26 pm
#86919
Member
Marketing IOG
OP

Trying again.

Sep 6, 2018 at 10:25 pm
#86918
Member
Marketing IOG
OP

See attached.

Sep 6, 2018 at 9:59 pm
#86916
Sep 6, 2018 at 9:30 pm
#86914
Member
Marketing IOG
OP
This reply has been marked as private.
Sep 6, 2018 at 9:29 pm
#86913
Member
Marketing IOG
OP
This reply has been marked as private.
Sep 6, 2018 at 8:49 pm
#86907
Member
Marketing IOG
OP

Done, you should be able to get in now.

Sep 6, 2018 at 12:12 am
#86856
Member
Marketing IOG
OP

Hi there, any update? 🙂

Sep 5, 2018 at 8:00 am
#86823
Member
Marketing IOG
OP
This reply has been marked as private.
Sep 5, 2018 at 4:52 am
#86802
Member
Marketing IOG
OP

Anything further to add here? I had a deadline of today which I am now missing…

Please can you help me with this issue ASAP.

Thanks 🙂

Sep 3, 2018 at 9:38 pm
#86754
Member
Marketing IOG
OP
This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)