Title: Grant Mangham's Replies - page 2 | WordPress.org

---

# Grant Mangham

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 35 total)

[←](https://wordpress.org/support/users/vancoder/replies/?output_format=md) [1](https://wordpress.org/support/users/vancoder/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/vancoder/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/vancoder/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] Force SSL Exclusively wrecks admin](https://wordpress.org/support/topic/force-ssl-exclusively-wrecks-admin/)
 *  Thread Starter [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/force-ssl-exclusively-wrecks-admin/#post-3155614)
 * Apologies. This was purely due to Chrome’s new policy of automatically blocking
   insecure content.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Twitter Widget Pro] [Plugin: Twitter Widget Pro] Tweets not updating (hosting incompatibility with TLC Transients)](https://wordpress.org/support/topic/plugin-twitter-widget-pro-tweets-not-updating-hosting-incompatibility-with-tlc-transients/)
 *  [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-twitter-widget-pro-tweets-not-updating-hosting-incompatibility-with-tlc-transients/#post-2625547)
 * For the record, I have the same issue on both ICDSoft and Zenutech hosting. magicroundabout’s
   fix works for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Add scroller within tab](https://wordpress.org/support/topic/plugin-rehabtabs-add-scroller-within-tab/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-add-scroller-within-tab/#post-3085806)
 * You did what I suggested, you just did it in-line instead of in the external 
   CSS (so no need for an ID).
 * To avoid the problems when switching between editors, use the external CSS instead.
   That way the TinyMCE editor doesn’t have to handle your code at all.
 * In fact, you can drop the div entirely. Instead, try
 *     ```
       .ui-tabs-panel {
       overflow: auto;
       height: 200px;
       }
       ```
   
 * Again, this should be in your external CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Amateur Issue: Tabs Load as Bullet Points](https://wordpress.org/support/topic/plugin-rehabtabs-amateur-issue-tabs-load-as-bullet-points/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-amateur-issue-tabs-load-as-bullet-points/#post-3022769)
 * I’ll assume this is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Add scroller within tab](https://wordpress.org/support/topic/plugin-rehabtabs-add-scroller-within-tab/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-add-scroller-within-tab/#post-3085784)
 * Hi Steve,
 * I haven’t tested this, but you could try and simply wrap the longer text in div
   tags within the shortcodes. Lets say this div has an ID of _scrolling_. You could
   then define a height of 250px for #scrolling in your CSS.
 * Let me know if it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Amateur Issue: Tabs Load as Bullet Points](https://wordpress.org/support/topic/plugin-rehabtabs-amateur-issue-tabs-load-as-bullet-points/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-amateur-issue-tabs-load-as-bullet-points/#post-3022683)
 * I’m happy to help, but I’d need to at least see the page in order to diagnose
   the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Image in tab?](https://wordpress.org/support/topic/plugin-rehabtabs-image-in-tab/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-image-in-tab/#post-2848019)
 * Again, this could only be possible using CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Image in tab?](https://wordpress.org/support/topic/plugin-rehabtabs-image-in-tab/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years ago](https://wordpress.org/support/topic/plugin-rehabtabs-image-in-tab/#post-2847743)
 * It’s probably possible by employing some cunning CSS & JS, but there is no straight-
   forward method I’m afraid.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] how to use this plugin as sidebar tabs](https://wordpress.org/support/topic/plugin-rehabtabs-how-to-use-this-plugin-as-sidebar-tabs/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-rehabtabs-how-to-use-this-plugin-as-sidebar-tabs/#post-2824285)
 * Hi,
 * I think you mean you’d like to use the tabs within a widget. Shortcodes don’t
   work in widgets ‘out of the box’, but you can add the following lines to your
   functions.php:
 *     ```
       add_filter( 'widget_text', 'shortcode_unautop');
       add_filter( 'widget_text', 'do_shortcode');
       ```
   
 * Then just add the shortcodes to a text widget in your sidebar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] jquery-ui-tabs conflct with scroller and sidebar tabs](https://wordpress.org/support/topic/plugin-rehabtabs-jquery-ui-tabs-conflct-with-scroller-and-sidebar-tabs/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-jquery-ui-tabs-conflct-with-scroller-and-sidebar-tabs/#post-2646280)
 * Hi,
 * I can’t really help you much further as I don’t have access to either your theme
   or nivoslider.
 * If you’d like to make either of these available for download somewhere, I’d be
   happy to investigate further.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Allow support for storing jQuery UI CSS in theme folder](https://wordpress.org/support/topic/plugin-rehabtabs-allow-support-for-storing-jquery-ui-css-in-activated-theme-folder/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-allow-support-for-storing-jquery-ui-css-in-activated-theme-folder/#post-2679841)
 * Well, the codex will give you the best advice on using wp_enqueue_style. However,
   you don’t have to load your CSS that way at all, you could just link to it directly
   in the HEAD of your document. Rehabtabs doesn’t have any special requirements
   as regards the CSS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] UTF-8 and non-latin characters](https://wordpress.org/support/topic/plugin-rehabtabs-utf-8/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-utf-8/#post-2687779)
 * Thanks for the tip rolice. I’m going to simplify the tab ID in a similar way 
   for the next release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] Allow support for storing jQuery UI CSS in theme folder](https://wordpress.org/support/topic/plugin-rehabtabs-allow-support-for-storing-jquery-ui-css-in-activated-theme-folder/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-allow-support-for-storing-jquery-ui-css-in-activated-theme-folder/#post-2679746)
 * Hi Sebastian,
 * Thanks for the suggestion. I’ll give it some thought for a future version.
 * However, there’s nothing to stop you overriding the UI CSS with your own stylesheet
   already – just load it into your theme afterwards. Alternatively, from the Rehabtabs
   settings page you can select to handle the whole CSS yourself, and not use any
   of those that ship with the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] IE compatability](https://wordpress.org/support/topic/plugin-rehabtabs-ie-compatability/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-ie-compatability/#post-2663535)
 * Hey Gerard,
 * Thanks for the kind words. I see no reason it shouldn’t work in IE7. IE6 might
   be a whole different story though!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rehabtabs] [Plugin: Rehabtabs] jquery-ui-tabs conflct with scroller and sidebar tabs](https://wordpress.org/support/topic/plugin-rehabtabs-jquery-ui-tabs-conflct-with-scroller-and-sidebar-tabs/)
 *  Plugin Author [Grant Mangham](https://wordpress.org/support/users/vancoder/)
 * (@vancoder)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-rehabtabs-jquery-ui-tabs-conflct-with-scroller-and-sidebar-tabs/#post-2646226)
 * The line that you commented out used wp_enqueue_script – this is the WP method
   of checking for and including scripts:
 * [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
 * Your theme uses UI tabs for the 4 thumbnails within the slideshow. It calls jquery-
   ui.min.js, which is the theme’s version of jQuery UI. You’d be best off consulting
   the theme developer for more details.
 * Feel free to rate my plugin if you were happy with it otherwise!

Viewing 15 replies - 16 through 30 (of 35 total)

[←](https://wordpress.org/support/users/vancoder/replies/?output_format=md) [1](https://wordpress.org/support/users/vancoder/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/vancoder/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/vancoder/replies/page/3/?output_format=md)