hig116
Forum Replies Created
-
Can anyone help??????
I’m trying to use Gmail smtp and continue to get the message [“ErrorInfo”]=>
string(22) “SMTP connect() failed.”
I have the SMTP port set to 587 and ‘Use TLS encryption’. Any suggestions as to what is going on?
Thank you very much for the response. I’ll dive in and see what I can create.
Keith
Forum: Plugins
In reply to: Nextgen – How to create a templateDone! Actually I intended on doing that and failed to pay attention to where I was when posting. Thanks
Forum: Fixing WordPress
In reply to: List posts from custom post type specific taxonomy with thunbnailsGot it to work using
$args = array( 'post_type' => 'portfolio', 'taxonomy' => 'portfolio_technologies', 'term' => 'residential' );
Thanks for your help.
Forum: Fixing WordPress
In reply to: List posts from custom post type specific taxonomy with thunbnailsSorry, I read past where you said to change that. I made these changes but I’m still getting all taxonomies. Here’s my code:
<?php /* Template Name: Residential template */ get_header();?> <?php $args = array( 'post_type' => 'portfolio', 'portfolio_technologies' => 'residential' ); ?> <?php $my_query = new WP_Query($args); ?> <?php while ($my_query->have_posts()) : $my_query->the_post(); ?> <h1><?php the_title(); ?></h1> <?php if ( has_post_thumbnail() ) { the_post_thumbnail('thumbnail'); } the_content(); ?> <?php endwhile; ?> <?php get_footer();?>
Forum: Fixing WordPress
In reply to: List posts from custom post type specific taxonomy with thunbnailsThis is what I see as a link when I’m in the WP admin and roll over the taxonomy I want to use.
Forum: Fixing WordPress
In reply to: List posts from custom post type specific taxonomy with thunbnailsThanks amduffy. This is almost working, but it’s showing all taxonomy, not just the one I specify. I’m using the BWS Portfolio plugin, which may be creating the problem somehow. Do you happen to have any other suggestions that may clear this up?
Thanks again.
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsThanks for continuing to try and help. I’m still getting this error in the admin area.
Warning: Missing argument 5 for WPCustomerReviews::get_reviews(), called in /home/content/45/10376245/html/wp-content/plugins/wp-customer-reviews/wp-customer-reviews-admin.php on line 957 and defined in /home/content/45/10376245/html/wp-content/plugins/wp-customer-reviews/wp-customer-reviews.php on line 385
Keith
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsNow I’m getting this error when trying going to url:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/45/10376245/html/wp-content/plugins/wp-customer-reviews/wp-customer-reviews.php:1) in /home/content/45/10376245/html/wp-includes/pluggable.php on line 876
???
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsOh, and I meant yes to the ‘notify me’ not the plugin. I’m still getting the same error message with plugin.
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsYes, and I had that checked before. May have ended up in spam.
Keith
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsZurd,
Sorry, I just saw your response. My code is exactly what you have on pastebin, including Line 393. I’m not sure why it’s missing the fifth argument.
Keith
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsYes. I can edit the first, top testimonial but none of the others.
Forum: Plugins
In reply to: [WP Customer Reviews] How to have random testimonialsI appreciate it. I didn’t create a new file and am not experienced with making a diff. Sorry. I did just finish testing and everything thing else seems to be working just fine.