dgraydesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Losing content when moving sitesYes, that’s the script. I would never use the beta in production. I’m using the stable (2.1) version. I compared the database exports using a diff tool. The data appears to be intact in the version I launched but the sidebars were empty after launch. All other site/plugin data migrated successfully.
Forum: Plugins
In reply to: [Global Content Blocks] Remove advertisingThank you – I didn’t intend to cause you any problems. Sorry about that.
Forum: Plugins
In reply to: [Global Content Blocks] Remove advertisingI see where you’re coming from, but it’s a disappointment. Your plugin is nice, but I won’t be able to use it now.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] IE 10 errorJust checked the console and error logs – no errors, and I can’t duplicate the problem. Unfortunately, the client’s location is hours from mine. I thought this might be a known issue, but I guess not. If I find out what caused it, I’ll post here again.
Also waiting for a response to this before installing on a new 3.4.2 installation.
Forum: Plugins
In reply to: [Twitter Widget Pro] [Plugin: Twitter Widget Pro] Hide counterWorked like a charm. Thanks so much, Aaron!
Forum: Fixing WordPress
In reply to: Valid Callback Errors on comment-template.phpbookyeti – glad it worked for you!
Forum: Fixing WordPress
In reply to: Detecting child page and showing parent title and subnavThanks – I went ahead and launched the project with the code the way I had it, but I appreciate your response and I’ll keep it for future reference.
Forum: Plugins
In reply to: [Plugin: BuddyPress Links] Categories Filtering Not WorkingThanks for posting this fix!
Forum: Fixing WordPress
In reply to: Detecting child page and showing parent title and subnavA little more explanation – the 32 is the id of the parent page (that’s the way the is_child function works.
Forum: Fixing WordPress
In reply to: Valid Callback Errors on comment-template.phpJust found this fix on another forum post. It works:
edit this line from comments.php:
wp_list_comments( array( ‘callback’ => ‘twentyten_comment’ ) );
and change ‘tentyten_comment’ to the function name of an existing ‘comments’ function; i.e. the name of the comments function you are working on at the moment in functions.php of the theme.or bring it back to the ’empty’ state:
wp_list_comments();
which should remove the error message.Forum: Fixing WordPress
In reply to: Valid Callback Errors on comment-template.phpI’m experiencing the same thing. If you figured it out, I’d love to know the solution. If not, it would be nice if someone could help out.
Forum: Fixing WordPress
In reply to: Active state on anchorYes, thanks. I was making it so much harder than it was.
Forum: Fixing WordPress
In reply to: Custom field outputGreat – thanks!
Forum: Fixing WordPress
In reply to: Setting up a 3-column static home pageMaybe I didn’t give enough info here. The site I’m working on is here. I initially thought I would just use widgets for the 3 columns in the main content area, but I’d like to be able to edit them from the page editing screen rather than having to go to Appearance > Widgets. What’s the best way to set this up?