Ethan Shaw
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest Importer] Unable to get me’s user datasLooks like this plugin is no longer actively developed.
Thank you!
Forum: Plugins
In reply to: [CW Image Optimizer] [Plugin: CW Image Optimizer] Script times outI was able to determine that it stops working because it causes a memory error. I’m on a good VPS so to be out of memory is pretty noteable.
Fatal error: Out of memory (allocated 16515072) (tried to allocate 1881 bytes) in /hpublic_html/wp-includes/meta.php on line 141
I’m having the same bug.
I’m having the same issue. If I install a fresh copy it works for one login and then goes back to redirecting all logins to the registration page.
If anyone is interested in hunting down the bug I will pay you. PM me. I really love this plugin otherwise.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] How to count number of connections?Thank you for considering programming it in!
Forum: Plugins
In reply to: [Admin Bar Theme Switcher] Breaks admin barTwo questions:
– What version of WP and what theme are you using?
– Did try deactivating all of the active plugins first?I have installed this successfully on multiple blogs running WP3.1.2 and WP 3.2 beta so it does work…
Forum: Plugins
In reply to: [Bit.ly Shortlinks] [Plugin: Bit.ly Shortlinks] Error in header@blogologist Thanks for the fix!
Forum: Hacks
In reply to: Increase Number of Columns on Edit Post screenWow thanks Marcus!
Forum: Plugins
In reply to: [WPBook] [Plugin: WPBook] Cannot check permission, stuck in an endless loopI did that already. 🙂
I’m not even getting to the “You should now see an image that looks like this:” part of the process.
I forgot to ask I’m getting this error when I comment out the other stuff, I feel that I’m missing something obvious though. Can you help me once more?
error: Fatal error: Call to undefined function is_post_type() in xxx
// if(is_archive()): /* figure out what kind of page it is and set the title /* taxonomy, category and tags archives. if(is_tax() || is_category() || is_tag()): $term = $wp_query->get_queried_object(); $title = "Archive: ".$term->name; endif; /* Author archives. if(is_author()) $title = "Author Archive: ".get_the_author_meta( 'display_name', get_query_var( 'author' ) ); /* Minutely and hourly archives. if ( get_query_var( 'minute' ) && get_query_var( 'hour' ) ) : $title = "Archive: ". get_the_time('g:i a') ; /* Minutely archives. elseif ( get_query_var( 'minute' ) ) : $title = "Archive: ". sprintf( 'Minute %1$s', get_the_time( 'i' ) ); /* Hourly archives. elseif ( get_query_var( 'hour' ) ) : $title = "Archive: ". get_the_time( 'g a' ); /* Daily archives. elseif ( is_day() ) : $title = "Archive: ". get_the_time( 'Y/m/j' ) ; /* Weekly archives. elseif ( get_query_var( 'w' ) ) : $title = "Archive: ". sprintf( 'Week %1$s' , get_the_time( 'W') ); /* Monthly archives. elseif ( is_month() ) : $title = "Archive: ". get_the_time( 'Y F' ) ; /* Yearly archives. elseif ( is_year() ) : $title = "Archive: ". get_the_time( 'Y' ) ; endif; endif; /* 404 Page. if(is_404()) $title = "Page Not Found"; /* Search Page. if(is_search()) $title = "Search: ". esc_attr( get_search_query() ); /* Home Page. if(is_home()) $title = "Home"; /* Single, attachment and just a regular old page. if(is_page() || is_single() || is_attachment()) $title = $post->post_title; /* custom post type */ if(is_post_type('inventory')) $title = $post->post_title;Thanks so much Enej!
Can I make a small donation somewhere?
Thanks John!
If anyone is interested in writing me a simple exclude all images with “this class” script let me know. Pls include your rate. I don’t have the time to write it myself.
~Ethan
ethan /at/ shawrepublic [dot] comForum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] Problems@swordstone – Thank you letting us know your fix! I have been trying to figure this out for over an hour.
I think that the concept behind WPeCom is great but man is it buggy. I have gone from issue to another. Hopefully Instinct will put more capital into the code….