sdaveCL
Forum Replies Created
-
Forum: Plugins
In reply to: [All In One Favicon] Version 4.2 displays warning messagesThanks Arne! No more error messages.
Forum: Plugins
In reply to: [All In One Favicon] Version 4.2 displays warning messagesOld versions of the plugin are stored in the Developers tab in the WordPress Plugins Directory:
http://wordpress.org/extend/plugins/all-in-one-favicon/developers/
This plugin has so few settings that I just deleted and re-installed from scratch. Keep in mind the location of the icon file.
I’ve turned on debug mode (with displaying of messages off) and am using the Debug Bar plugin to monitor.
If/when the problem pops up again I’ll post the ensuing error messages.
All I see right now are several “Undefined index” errors from other plugins, which I can only assume are unrelated because when I disable all plugins except WordPress SEO it still does not allow me to update titles and descriptions.
Forum: Plugins
In reply to: [Widget Logic Visual] Stops working on 3.5I’m able to edit limitations just fine with that fix.
Double check you’ve done it properly then clear your browser cache and see if it works.
Forum: Plugins
In reply to: [Widget Logic Visual] Stops working on 3.5This fix works for me. I found it in the Support forum for the Widget Logic plugin, which Widget Logic Visual is built upon.
WP3.5 uses jQuery 1.8… and in this version of jQuery it seems that %i% throws an error.
To fix this open widget_logic.php go to line 132
and change
if ($number==-1) {$number=”%i%”; $value=””;}
for this
if ($number==-1) {$number=”XXX”; $value=””;}…. And finally open
wp-content/plugins/widget-logic-visual/js/jquery.nyromodal.js
and search and replace this:
$.curCSS(elm,name,true));
for this:
$.css(elm,name,true));Originally posted here.
Forum: Plugins
In reply to: [Social Sharing Toolkit] G Button dissapeardUpdate:
G+ button reappears after disabling W3 Total Cache plugin.
Forum: Plugins
In reply to: [Social Sharing Toolkit] G Button dissapeardI’m having the same problem. No G+ button.
The div .g-plusone is created but there is nothing in it.
Forum: Themes and Templates
In reply to: [Blaskan] (Theme: Blaskan) Post Order: Oldest Post FirstCorrection: I just tried switching back to TwentyEleven theme AND deactivating all plugins. Didn’t work and probably not theme specific. I’ll return with more info if I figure it out.
Timestamp issue with new installation. Please ignore!
I see this still hasn’t been addressed.
Example:
WordPress directory: example.com/wordpress
Actual blog web address: example.comPlugin redirects 404s to install folder, not blog address.
I realize not everybody installs WordPress in a sub-directory, but could you please mention how to fix this in the FAQ?
Perhaps it is better to change ‘wpurl’ to ‘siteurl’ in the code rather than just ‘url’ as I suggested above.
Oops. Never mind. Misunderstood your problem.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Post/Page Editor does not loadYes, indeed. It works now (1.1.0.3) even with the visual editor disabled. Thanks very much for all your help.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Post/Page Editor does not loadI figured it out!
I had my profile set to “Disable visual editor when writing.”
If I turn that off, the numbering and syntax highlighting works just fine. The button bar also loads.
It’s just when the visual editor is disabled in the WordPress profile settings that the HTML editor doesn’t load properly on this site.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Post/Page Editor does not loadNo luck with 1.1.0.2. Thanks though.
Even tried re-installing WordPress. Something strange going on with my setup on this client’s site.
The plugin also works fine on my personal website, so I don’t suspect there is anything wrong with your plugin.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Post/Page Editor does not loadUnderstandable. Thanks for all your help. I’ll report back if I figure out what the problem is.
Forum: Plugins
In reply to: [WP Editor] [Plugin: WP Editor] Post/Page Editor does not loadNope, the missing jquery-custom.js file wasn’t the culprit.
I went back and installed WP Editor on the development site and it just works. Same plugins, same theme. Works on the development site, but not on the live site. They’re even hosted by the same web host, albeit on different servers.
Tried switching back to TwentyEleven theme, deactivating all the plugins on the live site. Didn’t work. Tried deleting and reinstalling WP Editor. Nope.
Thanks very much for the suggestions.