Title: Gene Robinson's Replies | WordPress.org

---

# Gene Robinson

  [  ](https://wordpress.org/support/users/emhr/)

 *   [Profile](https://wordpress.org/support/users/emhr/)
 *   [Topics Started](https://wordpress.org/support/users/emhr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/emhr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/emhr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/emhr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/emhr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/emhr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 86 total)

1 [2](https://wordpress.org/support/users/emhr/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/emhr/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/emhr/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/emhr/replies/page/5/?output_format=md) [6](https://wordpress.org/support/users/emhr/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/emhr/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Username has been changed](https://wordpress.org/support/topic/username-has-been-changed/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/username-has-been-changed/#post-3788899)
 * Hi Kit,
 * I see two lapses in security on your site. You are exposing Apache index directory
   views and displaying errors on the server when an error is encountered. The problem
   with the first is that it exposes the contents of directories that dont have 
   index files. And the second exposes file paths on your server. Both can reveal
   vital information to a bot or hacker.
 * You can fix the first in Apache by make sure the indexes are turned off in the
   Options diective of your .htaccess file. Here is an example of an options directive
   with a no indexes setting:
 * `Options -Indexes`
 * and the second can be resolved by turning error display off in your wp-config
   file. look here for more on the wp-config file:
 * [http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging](http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Logging)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SpeakUp! Email Petitions] How to disable "script-tags" in a input field? – Alert box problem](https://wordpress.org/support/topic/how-to-disable-in-a-input-field-alert-box-problem/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-disable-in-a-input-field-alert-box-problem/#post-3779298)
 * It’s not a good idea to advertise a link to an active xxs vulnerability on your
   own site. I’d suggest not using the plugin until the vulnerability is patched.
 * I realize that you didn’t recognize it at the onset but generally speaking it’s
   better to notify plugin authors privately regarding security vulnerabilities 
   rather than posting about them in a public setting.
 * Hopefully a mod will see this and remove the link (modlook attached)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Thematic] post classes missing after thematic update](https://wordpress.org/support/topic/post-classes-missing-after-thematic-update/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/post-classes-missing-after-thematic-update/#post-3752014)
 * I think this link may help:
 * [http://wordpress.org/support/topic/1031-broke-child-theme](http://wordpress.org/support/topic/1031-broke-child-theme)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove comment block from template](https://wordpress.org/support/topic/remove-comment-block-from-template/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/remove-comment-block-from-template/#post-3716207)
 * Hi,
 * Thematic’s documentation and support forums have moved to:
 *  [http://thematictheme.com/forums](http://thematictheme.com/forums) and [http://docs.thematictheme.com](http://docs.thematictheme.com)
 * The themeshaper forums and guide are still a good reference for Thematic in general
   but may be out of date with the current version of the theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Context] 0.8.1 Returning incorrect "true" for "is_active_sidebar()" and "](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/#post-3599165)
 * My pull request was merged. Anybody wanting the quick fix for this issue should
   look to the [master branch](https://github.com/kasparsd/widget-context-wporg)
   rather than my fork.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Context] 0.8.1 Returning incorrect "true" for "is_active_sidebar()" and "](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/#post-3599093)
 * Sure. Kaspars was making the rounds here a week ago. I bet we’ll hear from him
   soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Context] 0.8.1 Returning incorrect "true" for "is_active_sidebar()" and "](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/#post-3599084)
 * > Do we know when the fix might be merged into the main release?
 * Hard to say. Definitely unresolved. I’m hoping if there’s support for the pull
   request it’ll bring some attention to the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Context] 0.8.1 Returning incorrect "true" for "is_active_sidebar()" and "](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/081-returning-incorrect-true-for-is_active_sidebar-and/#post-3599078)
 * Tristan,
 * Here’s a [fork](https://github.com/emhr/widget-context-wporg/commit/78e6a809978c7f1434a8ac27740e19b07e730e74)
   of 0.8.1 that provides a fix for this.
 * You could comment about it on the [pull request](https://github.com/kasparsd/widget-context-wporg/pull/4).
   I’d be interested to hear if it works for you also.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Context] Does not hide custom widget throughout site.](https://wordpress.org/support/topic/does-not-hide-custom/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/does-not-hide-custom/#post-3585756)
 * You’re not alone. I’ve been having similar problems. Detailed [here](https://github.com/kasparsd/widget-context-wporg/pull/4).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Thematic] thematic_navigation_above](https://wordpress.org/support/topic/thematic_navigation_above/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/thematic_navigation_above/#post-3577499)
 * I’m glad you figured it out 🙂
 * If you’re appreciative of Thematic take the time to mark this thread resolved
   and give the theme [a review](http://wordpress.org/support/view/theme-reviews/thematic).
 * And remember there’s always Thematictheme.com for support and documentation.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I widen my sidebar?](https://wordpress.org/support/topic/how-do-i-widen-my-sidebar/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-widen-my-sidebar/#post-3547608)
 * Im familiar with both Thematic + Wufoo forms and I think that widening the sidebar
   to conform to the width of the recaptcha it’s gonna cause more headache than 
   it’s worth.
 * You would need to increase the width of the sidebar to over 500px. Which means
   that you’d also need to rethink the overall layout and width of the content div.
 * I’d suggest adding your form as a text widget to one or more of the other widgetized
   areas that Thematic has to offer. The index-top, index-insert, index-bottom, 
   single-top, single-bottom, page-top, and page-bottom asides are all viable alternatives
   that give you the width of the content div which will work better with your Wufoo
   form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [GianlucaGuarini Black&white image jquery in WP?](https://wordpress.org/support/topic/gianlucaguarini-blackwhite-image-jquery-in-wp/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/gianlucaguarini-blackwhite-image-jquery-in-wp/#post-3544033)
 * This may not be so good either:
 * > add_action(‘init’, ‘boererepublieke_scripts’);
 * The problem with hooking on init is it’s gonna load the scripts in admin pages
   views also which my not be necessary and could cause issues.
 * The code you posted earlier will work by itself if you change a few things.
 * Start over and try this:
 *     ```
       function boererepublieke_scripts() {
       	wp_register_script( 'black-white', get_stylesheet_directory_uri().'/js/jQuery.BlackAndWhite.min.js', array('jquery'));
       	wp_enqueue_script('jquery');
       	wp_enqueue_script('black-white');
       }
       add_action('wp_enqueue_scripts', 'boererepublieke_scripts');
   
       function boererepublieke_bw() {
       	// is_post is deprecated… see: http://codex.wordpress.org/Conditional_Tags for current template tags
       	if( is_single() ) { ?>
   
       		<script type="text/javascript">
       		//<![CDATA[
       		jQuery(window).load(function(){
       			jQuery('.bwWrapper').BlackAndWhite({
       			hoverEffect : true, // default true
       			// set the path to BnWWorker.js for a superfast implementation
       			webworkerPath : false,
       			// for the images with a fluid width and height
       			responsive:true,
       			// to invert the hover effect
       			invertHoverEffect: false,
       			speed: { //this property could also be just speed: value for both fadeIn and fadeOut
       				fadeIn: 200, // 200ms for fadeIn animations
       			fadeOut: 800 // 800ms for fadeOut animations
       			}
       			});
       		});
       		//]]>
       		</script>
       	<?php
       	}
       }
       add_action('wp_head','boererepublieke_bw');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [GianlucaGuarini Black&white image jquery in WP?](https://wordpress.org/support/topic/gianlucaguarini-blackwhite-image-jquery-in-wp/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/gianlucaguarini-blackwhite-image-jquery-in-wp/#post-3543991)
 * There are two reasons above why this wont work:
 * 1. WordPress loads jQuery in no-conflict mode
    2. There is no filter wp-head 
   it is an action and it’s wp_head with an underscore
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Thematic] Issue with Javascript](https://wordpress.org/support/topic/issue-with-javascript/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/issue-with-javascript/#post-3539464)
 * > btw: yesterday I tried to update the theme and broke my website… It’s now update
   > correctly…
 * One major problem I see is that it appears you’re using Thematic and the theme
   has been modified directly.
 * If you intend on moving forward with customizing a theme that is distributed 
   by WordPress, you should probably change the name of the theme in the style.css.
   This will protect your client or some future developer from upgrading theme, 
   which will overwrite any and all the modifications to the theme.
 * It’s unfortunate for the site owner if this is the case. They are boxed into 
   a corner by an outdated theme that uses deprecated functions. The theme will 
   eventually fail to work with WordPress and there are security implications as
   well.
 * Creating a child theme is the best choice when building off a publicly distributed
   theme. If you need more help working with Thematic you’re welcome to come by 
   ThematicTheme.com for community support and documentation.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Thematic] Expand Main section](https://wordpress.org/support/topic/expand-main-section/)
 *  [Gene Robinson](https://wordpress.org/support/users/emhr/)
 * (@emhr)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/expand-main-section/#post-3491162)
 * Visiting the link, it appears like you’ve moved on since you asked this question.
 * I don’t thing you’re going to be able to achieve what you want without drastically
   changing the layout and reordering the output of the main asides and the content.
 * Also note that Thematic has its own dedicated support forums here: thematictheme.
   com/forums they may be of help to you as well.

Viewing 15 replies - 1 through 15 (of 86 total)

1 [2](https://wordpress.org/support/users/emhr/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/emhr/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/emhr/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/emhr/replies/page/5/?output_format=md) [6](https://wordpress.org/support/users/emhr/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/emhr/replies/page/2/?output_format=md)