Title: Wordpress Guy's Replies | WordPress.org

---

# Wordpress Guy

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Associates Link Builder] Plugin Causes Visual Editor and Settings Fields to Fail](https://wordpress.org/support/topic/plugin-causes-visual-editor-and-settings-fields-to-fail/)
 *  [Wordpress Guy](https://wordpress.org/support/users/wordpress-guy/)
 * (@wordpress-guy)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/plugin-causes-visual-editor-and-settings-fields-to-fail/#post-8912570)
 * I am also facing the exact issue on one of my website whereas others are working
   as fine (with similar configuration and same host). Tried enabling/disabling 
   other plugins to ensure the conflict.
 * Any fix will be greatly appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Facebook Like Box Title link opens in the same window](https://wordpress.org/support/topic/jetpack-facebook-like-box-title-link-opens-in-the-same-window/)
 *  [Wordpress Guy](https://wordpress.org/support/users/wordpress-guy/)
 * (@wordpress-guy)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/jetpack-facebook-like-box-title-link-opens-in-the-same-window/#post-5122232)
 * I think the most viable solution will be to add an option for widget title being
   clickable or not. And for the user who wishes to make it a URL, he may have an
   option defining link target(_blank).
 * Even my client didn’t like the title being URL and title inconsistency when it
   comes to sidebar’s look and feel. I’ve to fork it manually to make it gone. Other
   workaround is to leave the title field blank (using same on my blog).
 * But this URL thing must be optional than being default with no option.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Share Buttons with Floating Sidebar] Shared URL error](https://wordpress.org/support/topic/shared-url-error/)
 *  [Wordpress Guy](https://wordpress.org/support/users/wordpress-guy/)
 * (@wordpress-guy)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/shared-url-error/#post-5484914)
 * Hi !
 * I’m facing the similar issue here as explained by the above friend.
 * I use my sidebars to show some posts as popular or posts from select categories.
   The plugin which should pull the post URL is erratically taking URL from elsewhere
   in the page (from sidebar).
 * Works fine with those widgets disabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] edit jetback subscription widget css](https://wordpress.org/support/topic/edit-jetback-subscription-widget-css-1/)
 *  [Wordpress Guy](https://wordpress.org/support/users/wordpress-guy/)
 * (@wordpress-guy)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/edit-jetback-subscription-widget-css-1/#post-5626401)
 * Try this code by putting it in your **custom css** module :
 *     ```
       .jetpack_subscription_widget input[type=text], .jetpack_subscription_widget input[type=email] {
       color: #333;
       padding: 12px !important;
       width: 92% !important;
       }
       .jetpack_subscription_widget input[type="submit"] {
       background: #363636;
       color: white;
       margin: 0;
       width: 100% !important;
       line-height: normal !important;
       padding: 12px !important;
       height: auto;
       border: none;
       box-shadow: none;
       text-shadow: none;
       }
       .jetpack_subscription_widget input[type="submit"]:hover {
       background: #05c1bb;
       }
       ```
   
 * You can change the background value to your own liking ! Also fiddle with other
   values as per your preferences …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Renaming Taxonomy while retaining its elements](https://wordpress.org/support/topic/renaming-taxonomy-while-retaining-its-elements/)
 *  Thread Starter [Wordpress Guy](https://wordpress.org/support/users/wordpress-guy/)
 * (@wordpress-guy)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/renaming-taxonomy-while-retaining-its-elements/#post-5568145)
 * Thanks Michael for an immediate answer !
 * I too thought that the name ‘author’ might have been a reserved slug or was conflicting
   with WP default. I just renamed my Taxonomy to **‘authors’** and transferred 
   all the terms to new one with the help of **Taxonomy Converter**. Now it is working
   as fine !
 * Three cheers for your plugin 🙂
 * marking resolved …

Viewing 5 replies - 1 through 5 (of 5 total)