pcvip
Forum Replies Created
-
Forum: Plugins
In reply to: [AssetsMinify] Assets Minify breaks sliderI don’t understand how that’s possible, Alessandro. See Picture
You don’t have them? AND the images aren’t auto-scrolling? I’ve never seen (except when I had AM active) nor heard that!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] pingbacks broke …Hi Jeremy.
It’s POSSIBLE I’m confusing the “earlier version” issue with the same problem cropping up in two quickly-released versions of Akismet, but in the present tense, here’s what I know.
Since the latest Jetpack update, Pingbacks I write are not going through. This statement applies to both internal pingbacks and external ones.
If I deactivate Jetpack and edit a page that has outbound URLs, the pingbacks flow. If I deactivate Jetpack before hitting publish the pingbacks flow (and then I reactivate Jetpack). But with Jetpack enabled … nothing.
I understand the ever-popular “maybe it’s an incompatibility with some other plug-in” conversation, and I accept that’s possible, but since the issue started right after the update and since I can address it as I do … I kinda thing it’s a Jetpack “thing”, you know?
BTW: I have only the following Jetpack modules active:
Enhanced Distribution
Extra Sidebar Widgets
Related Posts
Sharing
Subscriptions
StatsALSO: I’ve got the related posts widget configured to show six posts instead of the default 3, using this code in my child theme’s functions.php:
<strong>} function jetpackme_more_related_posts( $options ) { $options['size'] = 6; return $options; } add_filter( 'jetpack_relatedposts_filter_options', 'jetpackme_more_related_posts' );</strong>Thanks for looking!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] pingbacks broke …OK MORE: Latest Jetpack has broken pingbacks. Have tested by deactivating/posting/reactivating. Behavior consistent and broken as described.
Same thing happened two versions ago, the JP team released a fix almost immediately. Not so far on latest version.
Any plans to address?
Forum: Plugins
In reply to: [AssetsMinify] Assets Minify breaks sliderAlessandro: I agree with what you say, but we’re pretty sure it isn’t a pre-existing JS error.
As I said, there’s a rationale for why your plug-in would have trouble with the idea of flexible content like an image/post slider. I was hoping you could confirm or deny that problem and perhaps tell me what the fix might me.
BTW: thank the admins here for redacting my URL. I presume they believe I was shooting for promotion, but I was not; I figured if you were to help you’d need to know where to look. And the instructions below actually say that I’m supposed to give you one.
Allesandro, here it is again, in an officially WordPress-authorized manner. Hopefully the admins will do their job correctly this time: http://wordpress.answerguy.com/blog
Forum: Themes and Templates
In reply to: changing footer of themeGee, Jan, thanks. I always thought “credit where it’s due and perhaps provides context” was useful, but … your game, your rules.
Forum: Themes and Templates
In reply to: changing footer of themeAron: If you’re still interested in the Child Theme issue you can get a template for what you need at this article: [redacted]
Understand that editing (adding in your child, in this case) footer.php may not be the way to go; it depends on whether the theme designer has left the code exposed.
Forum: Themes and Templates
In reply to: Trying to locate this WordPress TemplateIt doesn’t look like it’s actually part of wordpress.com, which is odd, but … it seems to be from/sold by themeforest
Forum: Fixing WordPress
In reply to: Site Totally DeletedEgad.
WP Gurus is correct in that if the XML file is “a WordPRess XML” it will import. It will not include your background “stuff”, though (the content of your wp-content folder … images, plug-ins, etc.) Also: anything that’s a theme-specific setting (setting for widgets, for example), MAY be there, but if it is you’re unlikely to be able to retrieve it.
So the site ITSELF is intact in the XML. The “actual site”, though … is not.
Forum: Reviews
In reply to: [Guerrilla's Redacted Text] But … it's not actually redacted, right?you’re welcome, Mike. And yeah, under the circumstances I guess that’s the best choice, eh?
Forum: Reviews
In reply to: [Guerrilla's Redacted Text] But … it's not actually redacted, right?@jan dembowski : thanks for the documentation. trademark is a scary beast and I appreciate the feedback!
Forum: Reviews
In reply to: [Guerrilla's Redacted Text] But … it's not actually redacted, right?@clifford paulick:
I failed to mention that article, and actually had intended to, so thank you. Problem is, at the end of the day it isn’t the blogosphere’s job to write the documentation. AND: (let’s be frank, OK?) I don’t believe the software author saying “hey listen; this software doesn’t actually do what it appears/pretends to do” changes anything.
My point was that I’m genuinely concerned about that disparity between seeming function and actual function.
And may I add, these guys are responsive; Nelio is responding to my posts here in the aftermath almost faster than I’m typing them.
Exactly right. The all-too-clever theme developer (who by the way I’ve TOLD is all too clever), tripped me up with a sloppy bit of code on this. And the support folks at Nelio took it on themselves to fix it. Truly amazing. Thanks, guys.
And may I add, these guys are responsive; Nelio is responding to my posts here in the aftermath almost faster than I’m typing them.
[ Signature redacted ]Helps me understand, sure 😉 . Thank you for trying!
The CSS code did in fact constrain the image, in the post. Sadly, though, the element that I’m trying to target isn’t seeing the nelio-injected image AS a “featured image”, so I’m still left with no result I can use.
Plays for me as yet another thing to hate about the library and the whole featured-image system in WP.
I don’t imagine that off the top of your head you can think of a simple way (a functions.php addition, perhaps?) to tell WP to see Nelio insertions AS featured images?
Hi again … my original question notwithstanding (and I presume unsolvable), can you possible give me a solution to your plug-in grabbing the image I specify, but stretching it out to an indistinguishable and unusable size?
Thanks!