electrolund
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] broken images FIXED*** UPDATE ***
My statement above is not correct. I tested on a post that has no featured image set, but only two attached images (see test site here). The plugin is infact grabbing that image and using for the slider (see slide #5).Seems to be working fine on my site. Hmm.
Preferred way: drag the widget that this plugin provides into a widget area. Hopefully your theme has a widget area that is on the index page. If not, try looking at the Thematic Theme.
Alternate way: put that code you listed into a page or index template of your theme.
Forum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] broken images FIXEDSo your live site now has four recent posts, only the last of which has an image showing. Is this the only post of those four with a featured image set?
On the dev site, I see that the first two posts have the same image showing as the featured image, though the second post doesn’t have that image in the body of the post.
Just off the cuff, you realize that this plugin only pulls featured images, correct? It’s not designed to pull attached images (i.e., inserted into the body of the post), although that would be cool! Future feature? 😉
Forum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] broken images FIXEDHmm. Thanks for the feedback, Odinkinder. But just so I understand your situation:
1) Were the images not working at all until my fix was applied?
2) Can you send me the outputted source of your live site (Biker’s Garage), with the plugin patched? I’d like to look at the HTML.What you have brought up sounds like other bugs in the plugin. I’m not sure why it would be harvesting the wrong images or only selective images. That’s odd.
Forum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] Images MissingOk, I fixed it, see here:
http://wordpress.org/support/topic/plugin-recent-posts-slider-broken-images-fixed
Forum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] Images Still Not ShowingForum: Plugins
In reply to: [Recent Posts Slider] [Plugin: Recent Posts Slider] Missing Image ThumbnailsOk, a little update. I skipped the variable declaration and just inserted the
$_SERVER['DOCUMENT_ROOT']into the title output. It did return the path, which for me is /home4/<username>/public_html/cbeSo the subdomain does seem to be returning correctly at the end. This has to be a bug in the path structure. I haven’t tried this on a site without a subdomain yet. Have you?
As a way of further testing, I attempted to output as text the value of $_SERVER[‘DOCUMENT_ROOT’] into a test variable. For instance:
$testvar = $_SERVER['DOCUMENT_ROOT'];Then around line 450 in the output of the post title:
$output .= '<div class="col"> <p>'.$testvar.'</p> <p class="post-title"><a href="'.$post_details[$p]['post_permalink'].'"><span>'.$post_details[$p]['post_title'].'</span></a></p>';This doesn’t seem to work either (my PHP newb-ness is showing!).
Darren, I think you’re onto something here. I too am unable to get imagery loading on a subdomain install.
Although I’ve been unsuccessful so far with your proposed modification. What version of the plugin did you try the above on?
Forum: Plugins
In reply to: [Yoast Breadcrumbs] CSS for Yoast Breadcrumbslebcit, thanks for your hints. But I found with Firefox and the Web Dev addon that the class name is
yoastbreadcrumb, notbreadcrumbs.Forum: Plugins
In reply to: [Tabbed Widgets] [Plugin: Tabbed Widgets] Broken in WordPress 3.3Wow, verlierer, nice work. Your fix worked for me too.
Off hand, does anyone know if there’s a method for doing this sort of plugin modification within the child theme function.php file? That way things won’t get messed up if the plugin is updated?
Oh sweet, nice work!
I’m glad to give back to the community, as I’ve taken a bunch from it, so all good.