Andrew Rothman
Forum Replies Created
-
Forum: Hacks
In reply to: Removing anchor tag from shortcode input?Found a workaround. Rather than having the user put a full URL in the shortcode, we’re just having them enter the latter half of the URL. If there’s no “http” in it, we assume the domain is ours (which it almost always is) and tack it on for them. That will get us around the issues for most implementations.
Forum: Hacks
In reply to: Removing anchor tag from shortcode input?Yep. The incorrect quotes are exactly what I’m seeing. They’re wrapping a full anchor tag with double-quotes in it around the URL in the shortcode. I’ll look into that preg_match() option and see if that gets me anywhere. I mean, I can easily fix it by just telling the user to un-link the text, but if I can avoid the whole issue, that’ll help!
Thanks!
Forum: Fixing WordPress
In reply to: WordPress stripping query params?I’m not actually able to get into his site myself, but I can suggest that as a step for him. I just didn’t know if there was anything in the permalinks or other base-level WP stuff that might cause an issue like this before I tell him to start shutting off plugins.
Forum: Fixing WordPress
In reply to: WordPress stripping query params?Hi Matt 🙂 It’s actually not my site, so I don’t have much more info. I’m providing code to a third-party who is trying to put it into his WP site, which is http://www.directrecruiters.com/for-candidates/view-opportunities. I should be able to pass a query string through to that iframe on the page (we do this on other sites), but his WP is dumping anything that’s tacked onto the URL. I wasn’t sure what to tell him to look for, and he’s not particularly WP-savvy.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Undefined Index?Ah! I very likely do have the debugger enabled. Glad to help with the reporting and I’ll keep an eye out for the update whenever it should come.
Thanks for the great plugin!
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Undefined Index?Hi Diana,
The error appears when I click “Save Menu” on any menu. I don’t believe manual values for count or skip have been set, but I’m not sure – where would I look?
Forum: Plugins
In reply to: [Use Google Libraries] Am I missing a step?Ah – thanks. I didn’t know what “UGL” was so I hadn’t been paying attention to that.
Forum: Plugins
In reply to: [HubSpot for WordPress] HubSpot Plugin: Error connecting to API – 404Confirmed. The error is gone. Thanks, HubSpot!
Forum: Plugins
In reply to: [HubSpot for WordPress] HubSpot Plugin: Error connecting to API – 404Hubspot support says:
Thanks for getting in touch. We’ve had a few reports of this so our team is investigating it now. I can confirm that our tracking code is still installed and firing, so this should not affect HubSpot capturing visit data to your pages.
My apologies for any concern, and I will update you as soon as I have more detail from our development team. Please let me know if you have any questions in the interim!
Forum: Plugins
In reply to: [HubSpot for WordPress] HubSpot Plugin: Error connecting to API – 404I am also having this issue as of this morning.
Forum: Plugins
In reply to: [qTranslate X] Language Switcher only shows currentIgnore that question. Using the widget rather than the menu seems to have squared it up.
I had this same problem. I discovered that the empty spots always were after an image I’d fixed the thumbnail for. Turns out that the thumbnails I edited were one pixel shorter than the defaults, thereby screwing up the floats. The auto-thumbs were 100×75, but the edited ones were 100×74. Just make sure the thumbs are all the same size and your rows should line up again.
Forum: Installing WordPress
In reply to: ‘PHP Deprecated’ warnings on every screenOtto, you magnificent bastard!
Much obliged…
Forum: Installing WordPress
In reply to: ‘PHP Deprecated’ warnings on every screenWell, when I added it to the wp-config.php I still had about half of the errors… as I added it to the others, the errors went away… except for that last one, which is still showing up. 🙂
Forum: Installing WordPress
In reply to: ‘PHP Deprecated’ warnings on every screenYou, sir, are a gentleman and a scholar. Been looking for that answer all day!
I have added the new line to query, cache, theme, and settings.php, but I am still getting this one last message:
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\Inetpub\wwwroot\wordpress\wp-includes\cache.php on line 105
I know that the error reporting (0) is working in the cache.php because when I remove it I get even more errors, but that one line 105 message is still popping. Any idea how to kill that last one?
Thanks!