Title: Pete White's Replies | WordPress.org

---

# Pete White

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] [Plugin: WooCommerce – excelling eCommerce] How to change order of product tabs](https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-how-to-change-order-of-product-tabs/)
 *  [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-how-to-change-order-of-product-tabs/#post-2847401)
 * Does anyone know the code to re-order the related products tab?
 * So far, I’m using the following code which I obtained from the github link and
   have tried to add related_tab and related_products_tab with no luck.
 *     ```
       /**
        * Reordering the tabs
        * First they must be removed and then added again in the order you would like by changing the priority
        * If you use the WooCommerce Custom Product Tabs Lite plugin that has a priority of 25
        *
        * Add the following to you theme functions file
        * This code will allow the Tab Manager tab to be first, then attributes, the description, then reviews
        */
       	remove_action( 'woocommerce_product_tabs', 'woocommerce_product_description_tab', 10 );
       	remove_action( 'woocommerce_product_tabs', 'woocommerce_product_attributes_tab', 20 );
       	remove_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 );
   
       	remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_description_panel', 10 );
       	remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_attributes_panel', 20 );
       	remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_reviews_panel', 30 );
   
       	/* Product page tabs */
       	add_action( 'woocommerce_product_tabs', 'woocommerce_product_description_tab', 10 );
       	add_action( 'woocommerce_product_tabs', 'woocommerce_product_attributes_tab', 20 );
       	add_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30 );
   
       	add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_description_panel', 10 );
       	add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_attributes_panel', 20 );
       	add_action( 'woocommerce_product_tab_panels', 'woocommerce_product_reviews_panel', 30 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SexyBookmarks | Upgrade to the Official Shareaholic Plugin today!] [Plugin: SexyBookmarks | email, bookmark, and share buttons] Hide Icons for Custom Post Type?](https://wordpress.org/support/topic/plugin-sexybookmarks-email-bookmark-and-share-buttons-hide-icons-for-custom-post-type/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-sexybookmarks-email-bookmark-and-share-buttons-hide-icons-for-custom-post-type/#post-2284436)
 * Cheryl,
    Are you trying to hide the icons on all pages and posts or just for 
   a custom post type?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [slider–hide sexybookmarks not available, custom css?](https://wordpress.org/support/topic/slider-hide-sexybookmarks-not-available-custom-css/)
 *  [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/slider-hide-sexybookmarks-not-available-custom-css/#post-2305147)
 * Looks like your link is broken. Can you re-post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] [Plugin: FeedWordPress] Link Issues](https://wordpress.org/support/topic/plugin-feedwordpress-link-issues/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-link-issues/#post-2235108)
 * Issue #1 has been resolved as well. It looks like it was a url conflict.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] [Plugin: FeedWordPress] Link Issues](https://wordpress.org/support/topic/plugin-feedwordpress-link-issues/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-feedwordpress-link-issues/#post-2235103)
 * I was able to resolve issue #2. If anyone can provide some information so that
   I can resolve issue #1, that would be so helpful. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CKEditor for WordPress] Horizontal Rule Issue](https://wordpress.org/support/topic/horizontal-rule-issue/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/horizontal-rule-issue/#post-2214320)
 * Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Espresso Lite - Event Management and Registration System] [Plugin: Event Espresso Lite – Event Registration and Management] Plugin Configuration Message Won&#](https://wordpress.org/support/topic/plugin-event-espresso-lite-event-registration-and-management-plugin-configuration-message-wont-go-away/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-event-espresso-lite-event-registration-and-management-plugin-configuration-message-wont-go-away/#post-2226355)
 * Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Banckle Chat] [Plugin: Banckle Live Chat] Add Custom Chat Button?](https://wordpress.org/support/topic/plugin-banckle-live-chat-add-custom-chat-button/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-banckle-live-chat-add-custom-chat-button/#post-2226928)
 * Thanks for the quick reply. After installing the new version of the plugin and
   activating Live Chat, I receive the following message at the bottom of the wordpress
   dashboard:
 * Oops, [2048] is_a(): Deprecated. Please use the instanceof operator @ 660
 * I’ve taken all of the steps to set up the department, assign users, etc. and 
   although the button shows up on my website, it always says “Operator Offline”
   even though I’m logged into the chat dashboard.
 * Any suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CKEditor for WordPress] Default HTML/Visual View For Each Page](https://wordpress.org/support/topic/default-htmlvisual-view-for-each-page/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/default-htmlvisual-view-for-each-page/#post-2202826)
 * Thanks for your quick reply. I appreciate it! =)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Text Editor: Changing Format to Heading Changes All Text Size](https://wordpress.org/support/topic/text-editor-changing-format-to-heading-changes-all-text-size/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/text-editor-changing-format-to-heading-changes-all-text-size/#post-1906010)
 * Zoonini,
    Thanks for the quick reply. I was starting to think that I was alone
   in this world! It looks like it’s only happening when I use a “shift+enter” to
   create a “br” to go to the next line. If I use a standard “enter”, I can format
   the heading and paragraph text separate from one another.
 * I’m sure this is probably something that has to be resolved by changing the margin/
   padding for the heading tags in the CSS. Though, I am curious to know the technical
   reasons as to why text placed after a line break cannot be formatted individually
   from a heading tag placed above the line break.
 * I’m interested in hearing your thoughts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Text Editor: Changing Format to Heading Changes All Text Size](https://wordpress.org/support/topic/text-editor-changing-format-to-heading-changes-all-text-size/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/text-editor-changing-format-to-heading-changes-all-text-size/#post-1906008)
 * Anyone? This happens to me in every theme that I have ever used. Certainly, someone
   else has had to experience this issue before. Anyone?
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Personal Site & Portfolio – Feedback Appreciated](https://wordpress.org/support/topic/personal-site-portfolio-feedback-appreciated/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/personal-site-portfolio-feedback-appreciated/#post-1877408)
 * I’ve seen a ton of designers that provide theme customization services and are
   not “theme authors.” Personally, I think that both of these fall under the “website
   designer” category. I do not provide custom theme services because that’s not
   the type of client that I target.
 * Maybe one day I’ll get into creating themes from scratch that I can sell to other
   designers and businesses, but at the moment, my goal is to provide affordable
   blog, website, and training services using WordPress.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Personal Site & Portfolio – Feedback Appreciated](https://wordpress.org/support/topic/personal-site-portfolio-feedback-appreciated/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/personal-site-portfolio-feedback-appreciated/#post-1877403)
 * Mainly because of time constraints. With my current schedule and workload, I 
   felt it would be a better option to use and customize and existing theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tags not showing on Posts in WordPress 3.0.1](https://wordpress.org/support/topic/tags-not-showing-on-posts-in-wordpress-301/)
 *  [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/tags-not-showing-on-posts-in-wordpress-301/#post-1618717)
 * I had the same issue and it had to do with my theme not being set up to display
   post tags. I found this video on YouTube and it helped me a lot.
    Hope it works
   for you as well!
 * [http://www.youtube.com/watch?v=qp1EyMW-4WY](http://www.youtube.com/watch?v=qp1EyMW-4WY)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Help with The Loop](https://wordpress.org/support/topic/help-with-the-loop-4/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/help-with-the-loop-4/#post-1521532)
 * anybody?

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

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