John Stringfellow
Forum Replies Created
-
Forum: Reviews
In reply to: [The Events Calendar] Shame On youZach,
Thank you for your response. I fully understand and it is a shame that your intentions were misunderstood. Bless you.Forum: Networking WordPress
In reply to: Domain MappingKalico, Did you ever resolve this issue? I am having a similar problem.
Forum: Plugins
In reply to: WP Directory ProJ,
I am glad that I was able to help someone else save their money.
John
I found it. I just have to figure out the formatting issues now. Here is the block of code where the CPT is registered:
// register the new post type register_post_type( APP_POST_TYPE, array( 'labels' => array( 'name' => __( 'Ads', 'appthemes' ), 'singular_name' => __( 'Ad', 'appthemes' ), 'add_new' => __( 'Add New', 'appthemes' ), 'add_new_item' => __( 'Create New Ad', 'appthemes' ), 'edit' => __( 'Edit', 'appthemes' ), 'edit_item' => __( 'Edit Ad', 'appthemes' ), 'new_item' => __( 'New Ad', 'appthemes' ), 'view' => __( 'View Ads', 'appthemes' ), 'view_item' => __( 'View Ad', 'appthemes' ), 'search_items' => __( 'Search Ads', 'appthemes' ), 'not_found' => __( 'No ads found', 'appthemes' ), 'not_found_in_trash' => __( 'No ads found in trash', 'appthemes' ), 'parent' => __( 'Parent Ad', 'appthemes' ), ),
So far, I have not been able to get anything to work.
I don’t understand the components of the piece of code that I am working with. This did not work:
function my_swt_post_type_filter( $Ad ) { $Ad['Ads', 'appthemes'] = true; return $Ad; }
and this did not either:
function my_swt_post_type_filter( $Ad ) { $Ad['Ads'] = true; return $Ad; }
Ron, where do I look for that registration. It is not in includes/post.php and I cannot find a post.php file in the theme/includes folder.
I am going to head over to the Classipress forum and ask the question there.
The CPT came as part of the theme. It is from Classipress. I am not sure how it is registered but it works perfectly. I guess it already registered in the includes/post.php file?
No, I don’t know how to do that. Where do I put it?
Ron, I have that code running on the sub site, in functions.php.
Ron,
I have been trying to get this to work all day, with no luck. Here is the code that I thought I had right:
function my_swt_post_type_filter( $ad_listing ) { $ad_listing['ad_listings'] = true; return $ad_listing; } add_filter( 'sitewide_tags_allowed_post_types', 'my_swt_post_type_filter' );
I also tried formatting the code into a plugin and that didn’t work either.
John
Forum: Plugins
In reply to: WP Directory ProDear Phil,
I was one of the people that went ahead and bought this plugin because there was a refund policy. The owner will not respond back to any of my emails, 2co and PayPal have denied my refund request and I guess I am just out the 39.00.
I am posting here to tell anyone and everyone that is considering buying this plugin to avoid it and not buy it! I hope I can save some of you the money and the hassle of trying to get your money back.
Peace.
Forum: Fixing WordPress
In reply to: Webhost hacked – anyone else using webhostinghub?Here too. It’s my client’s site that is on their server.
Chris,
I noticed that you did a big upgrade. The app is working perfectly for me now. Thank you!
John
Chris,
I wrote you an email earlier, but I wanted to note my problems with the upgrade specifically here.
When I add a new map on the add or edit post screen in Internet Explorer, the map is not showing at all when I put in the location. Also once the map has been saved, the edit map link does not work. The delete link works.
In Firefox, the map shows, but the address does not take and shows some default location in New York State. The edit map link on the add or edit post pages also does not work in Firefox.
Thanks for your time.
Contact Form 7 simply lets you ask the user a question that they must answer correctly.
John
It seems to me that Si Captcha and ReCaptcha have been broken. I am going to have to make it much harder to join my site. I am going back to a Contact Form 7 set up.
Since I set up BuddyPress my site has become one giant Spambot target. I haven’t gotten any anti spam trick to work. This is very discouraging.
John