kwoodall
Forum Replies Created
-
BTW, I wanted to share a link to show you the page but no matter what I do it only wants to show the widget if you’re logged in.
Kermit Woodall
[ Signature moderated. ]Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Can't get slideshow to 1040pxNope. This is the uploaded image in the media library.
However I tried uploading new images (this time as 1040×165) from the Media library and they worked.
Kermit Woodall
File name: Slide-1.jpg File type: image/jpeg Upload date: October 20, 2011 Dimensions: 1040 × 161
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Can't get slideshow to 1040px<img width="940" height="161" title="Slide-1" class="attachment-featured-slide wp-post-image" alt="Slide-1" src="https://dev.beckerusa.com/wp-content/uploads/2011/10/Slide-1-940x161.jpg" />
That’s the code output in the HTML by the slideshow.
Kermit Woodall
Fixed it myself. Here’s the code.
Kermit Woodall
[ Signature moderated. ]` private function getImage() {
global $post;
$thumb =”;
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘large’ );
return $thumb[‘0’];
}
else if (is_single() || is_page()) {
$imgs = get_children(‘post_type=attachment&post_mime_type=image&post_parent=’.$post->ID);
if (is_array($imgs) && !empty($imgs)) {
return wp_get_attachment_thumb_url(current($imgs)->ID);
} else if ($img = $this->getFirstImage()) {
return $img;
}
}
return $this->openGraphImage;
}Forum: Plugins
In reply to: [Multi-Column Taxonomy List] Extra UL output on second callBTW, just a suggestion, you might want to put some \n’s in your output so everything doesn’t come out as one huge line. Just for readability if nothing else.
Thanks!
K
Forum: Fixing WordPress
In reply to: Wrong page started coming up for the home pageI killed the Redirection plugin and that solved the problem. Apparently it has a bug that at some point it grabs the most recently added page and redirects calls to the home page to the new page. It doesn’t add anything to it’s menu so the only way to stop the bug is to kill the plugin.
Kermit Woodall
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Send never completes or gives errorI found out y’day that this is because of the host. GoDaddy. (not my choice of host…my clients and I’m stuck with it) I think what’s going on is that they’re not supporting outgoing emails – but there’s a workaround I’m going to implement.
Oops. User Error. Disregard.
Thanks!
Kermit Woodall
It’s not working for me. I’ll use Widget Logic for now since that’s already there for the other widgets. If I find a cause I’ll let you know.
BTW. Thanks for the quick support today!
Kermit Woodall
See if you can confirm this… on my site it’s no longer paying attention to the options to show only on given pages.
Well… I found the bug again. When I paste the following text in and save it comes back with some of the special quote characters replaced with odd stuff. Then a refresh of the page shows all widgets erased.
Kermit
<div style="margin-left: 15px;">"I was intrigued by the idea of an objective intermediary helping us with our search, but I was still skeptical that someone could make such a daunting task manageable. Once I spoke to the consultants in Glen Allen - and saw the results they sent to me - I knew that I didn’t have to look any further.” <br /><br /> “The only bad part about our search was the fact we came up with four great agencies from which to choose. Unfortunately, we could only hire one of them.” <br /><br /> “Now, almost two months into our agency relationship, we are getting great work that I would have never dreamed we could afford.” <br /><br /> Daniel J. Barr<br /> Barr Family Developers<br /> <!-- new button --> <div class="special-title"><span class="special-title-left"><a href='advertiser-agency-testimonials'>MORE CLIENT TESTIMONIALS</a></span><span class="special-title-right"> </span></div> <!-- original div end --> </div><br />
Max. Seems like I can add them back. I don’t know what happened beyond that. I know for sure I wasn’t running the ‘Widget Eating Plugin’ that everyone is rating so highly. ??
Well crisis past for me. Thanks for trying to figure it out.
BTW…suppress is still misspelled though. ATW 1.1.1
Kermit Woodall
There appears to be a bug in the new release. When I edited one of the Advanced Text widgets in one of my sidebars and hit save – when the screen refreshed all the other Advanced Text Widgets had vanished.
This might be a bug report. I was trying to use in the widget but while they’ll go in, once you refresh they’re actually stripped/or displayed a spaces and then go away on the next save.
Can you fix this?
Also…what about replicating the “Automatically add paragraphs” option of the regular text widget?
Kermit Woodall