richardcurry
Forum Replies Created
-
the update fixed it for me, I just received an update message. Thank you for your time!!
Forum: Fixing WordPress
In reply to: transparent floating boxes on pageIt looks as if it’s an iframe trying to add facebook stuff.
Search through your code for #fb_xdm_frame_http and #fb_xdm_frame_https. I’m guessing these are put there by a plugin. So first thing you may want to test is disable 1 at a time any facebook plugins you have.just an update, I downloaded the version off the wp site and compared the code to what i have, it’s the same. I think the 1.0 in the DB is just something that wasn’t changed
(pulled from most recent code)
protected static $options_field_ver = “sc_wpun_settings_ver”;
protected static $options_field_current_ver = “1.0”;So since the DB says 1.0 and the version is 1.3, if this was working would i be getting notifications that this plugin needs updated? ??
cron-view shows:
Apr 16, 2012 @ 18:24 (1334600673) Twice Daily sc_wpun_update_check
sc_wpun_settings in DB:
a:7:{s:9:”frequency”;s:10:”twicedaily”;s:9:”notify_to”;s:16:”***@gmail.com”;s:11:”notify_from”;s:16:”***@gmail.com”;s:14:”notify_plugins”;i:1;s:13:”notify_themes”;i:1;s:12:”hide_updates”;i:1;s:8:”notified”;a:3:{s:4:”core”;s:0:””;s:6:”plugin”;a:0:{}s:5:”theme”;a:0:{}}}
(I edited my email address but it was correct, oh and i did check my spam filter)
I also noticed my sc_wpun_settings_ver said 1.0, while WP says i have 1.3 and shows i have the most updated. This was a new install not an update for WP Updates Notifier.
Thanks for the help!
I installed the newest version (1.3) 2 weeks ago and also ran the test email, I received the test email but for the last 5 days I’ve had 2 plugins that needed updated and I haven’t receive an email. Is there anything else I should be checking?
Forum: Themes and Templates
In reply to: Sidebar item floating off the templatesave your sidebar code somewhere and then look at this
In your code above the word archive it looks like this:</td><td align=\\"right\\" valign=\\"top\\" width=\\"50%\\"> <table cellpadding=\\"5\\" cellspacing=\\"0\\" width=\\"160\\"><tbody><tr> <td style=\\"border: 1px dashed rgb(204, 204, 204);\\" bgcolor=\\"#ffffff\\"> <b>Archives</b><br>
it looks like the fist line there was left over by something else, try getting rid of the
</td><td align=\\"right\\" valign=\\"top\\" width=\\"50%\\">
listed above and see if it fixes it. It did when I tested it but if it doesn’t on the live site than put back your saved code.
there are a couple other places it looks a bit messy, but I think that will fix it for now (I didn’t check it in IE, just Firefox)
Forum: Fixing WordPress
In reply to: Missing Sidebarlooking at your html, it doesn’t look like the sidebar is ever called up. I would check the code again, make sure you don’t have an open tag < > somewhere or that sidebar is being called correctly.
Did you create this page, I do notice even though it is the Category page, Archive is highlighted on the top menu.Forum: Plugins
In reply to: Recent Comments pluginWhich plugin is this? Was it for the side bar? Are you saying none of your comments show when they are created or just that the plugin doesn’t show any of the recent comments?