tjmcd1963
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] Warning implode() invalid argumentsQuick fix?
Replace
`$ewww_debug .= “folders to optimize:” . implode( “”, $aux_paths ) . “<br>”;with
if(@$aux_paths) $ewww_debug .= "folders to optimize:" . implode( "<br />", $aux_paths ) . "";
NOTE: post editor changes br tag to br />
Forum: Plugins
In reply to: [EWWW Image Optimizer] Warning implode() invalid argumentsSame here… 2.4.4 on 06/19/15
Clearly NOT [resolved]Forum: Plugins
In reply to: [Yoast SEO] Structered data – WebSite errorSame here, just updated Yoast SEO to 2.2.1 this AM.
Please advise.Forum: Plugins
In reply to: Contact Form 7 / Really Simple Captcha – No Messages – Loading StuckApparently this is a windows/linux platform issue for those running on a windows server.
Seems the solution (posted elsewhere in support forum) is to edit
really-simple-captcha.php and change trailingslashit function calls to untrailingslashitFWIW, no time to roll-my-own, I found WP User Frontend which (with a little tweeking) I managed to utilize to the desired effect. I also added Right Now Reloaded to facilitate dashboard notification of pending (new) user posts. Eventually plan incorporating both into my e-commerce plugin but for now… this works.
ThanksForum: Plugins
In reply to: [Theme My Login] Remove the "Dashboard" widget link for NON-Admins.FWIW
Looking for a means of prohibiting dashboard access for NON-ADMIN USERS, I found this thread. A long time TML User I’ve resisted updating my TML (customized for use with another plugin) SINCE 6.2.3 (pretty old I know), but I bit the bullet and updated to TML 6.3.8.I find the updated TML UI vastly improved, but while the “Custom User Links” module will remove the Dashboard link from the Login page on the front end, it DOES NOT remove the Dashboard link from the Admin Menu on the back-end — for those of us choosing to provide access to the User Profile
Doesn’t that kind of defeat the purpose? Or am I missing something?
Forum: Everything else WordPress
In reply to: First Steps with WordPress guideOh that Codex Article is a bit out of date–I keep forgetting to update that.
You are probably using the latest version…
Be nice if it were either updated or DELETED, because it is a source of considerable confusion!!!