Title: mungle's Replies | WordPress.org

---

# mungle

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tippy] Autoshow issue on Firefox](https://wordpress.org/support/topic/autoshow-issue-on-firefox/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/autoshow-issue-on-firefox/#post-5643258)
 * TypeError: event is undefined
 * tippy_positions.curPageX = event.clientX + tippy_positions.scrollPageX;
 * in (line 335, col 3) [http://mywebsite.com/wp-content/plugins/tippy/jquery.tippy.js?ver=6.0.0](http://mywebsite.com/wp-content/plugins/tippy/jquery.tippy.js?ver=6.0.0)
 * could someone help me to solve this issue, please?!
    Thank You!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Friend Inviter] Problème](https://wordpress.org/support/topic/probleme-1/)
 *  [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/probleme-1/#post-5217082)
 * If I press over the button nothing happens… any way to solve this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom CSS by Techsperia] Custom Post issue](https://wordpress.org/support/topic/custom-post-issue-1/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/custom-post-issue-1/#post-5264299)
 * Solved… just replace this part of code:
 *     ```
       function ts_custom_css_hooks() {
       	add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'post', 'normal', 'high');
       	add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'page', 'normal', 'high');
       }
       ```
   
 * with this one:
 *     ```
       function ts_custom_css_hooks() {
       	add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'post', 'normal', 'high');
       	add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'page', 'normal', 'high');
               add_meta_box('custom_css', 'Custom CSS', 'ts_custom_css_input', 'custom_post_type', 'normal', 'high');
       }
       ```
   
 * where **custom_post_type** is the **custom post type slug**!
 * You can also add more then one custom post type.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-jTweets] query issue how to debug](https://wordpress.org/support/topic/query-issue-how-to-debug/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/query-issue-how-to-debug/#post-4828725)
 * Yes, I think it came from a theme conflict but I don’t know how to debug it… 
   Any suggestion about tutorials, posts, forums where somebody explain how to start
   debug jQuery (yes, query only was a mistake)?
 * Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin bar issue – site in root residing in subdomain](https://wordpress.org/support/topic/adminbar-issue-wp-site-in-root-residing-in-subdomain/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/adminbar-issue-wp-site-in-root-residing-in-subdomain/#post-5095605)
 * I still have this issue. Could someone explain me which configurations need .
   htaccess file in root and .htaccess file in subdomain? Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin bar issue – site in root residing in subdomain](https://wordpress.org/support/topic/adminbar-issue-wp-site-in-root-residing-in-subdomain/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/adminbar-issue-wp-site-in-root-residing-in-subdomain/#post-5095576)
 * opened a new stackoverflow thread. Please help!
 * [http://stackoverflow.com/questions/24820174/wordpress-in-base-example-com-and-accessible-from-example-com-give-me-path-issue](http://stackoverflow.com/questions/24820174/wordpress-in-base-example-com-and-accessible-from-example-com-give-me-path-issue)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin bar issue – site in root residing in subdomain](https://wordpress.org/support/topic/adminbar-issue-wp-site-in-root-residing-in-subdomain/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/adminbar-issue-wp-site-in-root-residing-in-subdomain/#post-5095570)
 * The admin bar issue was solved using this plugin: [https://wordpress.org/plugins/root-cookie/](https://wordpress.org/plugins/root-cookie/)**
   But I still getting tons of redirect issue…**and I empty my cache!!!
 * Could someone explain me which configurations need .htaccess file in root and.
   htaccess file in subdomain? Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Userpro compatibility](https://wordpress.org/support/topic/userpro-compatibility/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/userpro-compatibility/#post-4920365)
 * Maybe… I’m not sure…! Before it worked well but now it redirect users. I don’t
   know if is apmp roles or userpro issue…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Userpro compatibility](https://wordpress.org/support/topic/userpro-compatibility/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/userpro-compatibility/#post-4920332)
 * ok… I didn’t understand that the plugin autogenerate roles… anyway, now I’m getting
   a new issue… With UserPro I can’t choose a levels as I’m getting a redirection
   if I’m not logged in… sad… 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Userpro compatibility](https://wordpress.org/support/topic/userpro-compatibility/)
 *  Thread Starter [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [12 years ago](https://wordpress.org/support/topic/userpro-compatibility/#post-4920283)
 * Thank you…!
    Download and installed the plugin but can’t understand how to use
   it…! I’m using WP 3.9.1… maybe need to be updated?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing the reviews tab](https://wordpress.org/support/topic/removing-the-reviews-tab/)
 *  [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [12 years ago](https://wordpress.org/support/topic/removing-the-reviews-tab/#post-4890811)
 * You need to copy the files which display your product from woocommerce plugin
   folder to your theme folder and customize them… You just need to place the attribute
   php strings in your description file…
    But that require some knowledge…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing the reviews tab](https://wordpress.org/support/topic/removing-the-reviews-tab/)
 *  [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [12 years ago](https://wordpress.org/support/topic/removing-the-reviews-tab/#post-4890722)
 * Found a solution to remove product data tabs in backend:
 * Install this plugin: [http://wordpress.org/plugins/add-admin-css](http://wordpress.org/plugins/add-admin-css)(
   or something similar)
 * Add these css: `.general_options {display:none !important;}`
 * With that rule you can hide the general price tab.
    If you need to remove others
   tabs just add separated by , these classes:
 * .general_options, .inventory_options, .shipping_options, .advanced_options, .
   linked_product_options, .attribute_options, .advanced_options  {display:none !
   important;} `
 * _(all af these classes remove all tabs… so write only tabs you want to delete!!!)_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Removing the reviews tab](https://wordpress.org/support/topic/removing-the-reviews-tab/)
 *  [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [12 years ago](https://wordpress.org/support/topic/removing-the-reviews-tab/#post-4890679)
 * “lorro” is right… follow his guidelines.
 * Anyway, I would like to use woocommerce just as a catalog showcase at the moment
   without sell anything so: how to remove / hide tabs also in the backend? I would
   like to be able to see just the attribute tab…
 * PS: I know there is [http://www.woothemes.com/products/catalog-visibility-options/](http://www.woothemes.com/products/catalog-visibility-options/)
   but it doesn’t hide backend tabs… and it is expensive for me at the moment… 🙁
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tippy] Modifying Tippy 6.0.7 CSS](https://wordpress.org/support/topic/modifying-tippy-607-css/)
 *  [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/modifying-tippy-607-css/#post-4062016)
 * Hello! Overriding doesn’t work! I placed jquery.tippy.css in my child-theme/plugin/
   tippy/ folder but changes doesn’t appear. How to resolve it?
 * Thank you!
 * PS: amazing plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Social Login] Widget Not working in side bar](https://wordpress.org/support/topic/widget-not-working-in-side-bar/)
 *  [mungle](https://wordpress.org/support/users/mungle/)
 * (@mungle)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/widget-not-working-in-side-bar/#post-4490200)
 * I have the same issue…! The shortcode in HTML javascript adder doesn’t display
   anything…! How to solve it?

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

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