Darrell Schauss
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Changing background color of cellsYou will need to reference the classes in CSS.
.yellow{background-color:yellow;}Forum: Fixing WordPress
In reply to: Dynamic Sidebar Question(s)You can install Widget Logic
http://wordpress.org/extend/plugins/widget-logic/
I will give every widget another box to define what pages it should show on using wordpress conditions. Like: is_single() is_front_page()
This way you have one sidebar in your template.You can read on how to create widgets and put code in it to list all subpages of parent based on the ID of the current viewed page.
Forum: Fixing WordPress
In reply to: How to get the Plug In menu on my dashboardDo a forgotten password on “admin” see if you get any emails.
Forum: Fixing WordPress
In reply to: Too many navigation buttonsTry the Exclude Pages plugin to hide pages from menus
http://wordpress.org/extend/plugins/exclude-pages/Forum: Fixing WordPress
In reply to: Site slow to respond (already using WP Super Cache)This might help out some more. It modified the default wordpress htaccess to reduce the amount of disk reads per page load by half.
http://www.canonicalseo.com/wordpress-performance-improvement/
Forum: Fixing WordPress
In reply to: Exclude pages plugin: Notice: Trying to get property of non-objectThe just released v1.8.1 has fixed this.
Forum: Plugins
In reply to: WP_DEBUG throws lots of warnings with Widget LogicAlso get undefined index for widget_logic-options-filter and widget_logic-options-wp_reset_query in my sidebar. By default install of widget logic these options do not exist in the database record. For now I turn these on and then turn them back off so the index is there and set to off.