Title: maxrbr's Replies | WordPress.org

---

# maxrbr

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TI WooCommerce Wishlist] Add to Wishlist disregarding variation in Product page](https://wordpress.org/support/topic/add-to-wishlist-disregarding-variation-in-product-page/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/add-to-wishlist-disregarding-variation-in-product-page/#post-13993329)
 * Hi [@pumpkinsparks](https://wordpress.org/support/users/pumpkinsparks/)
 * One should avoid editing plugin code directly.
 * I recommend you implement a child theme.
    Then, add the filter call in “functions.
   php” file:
 * // To allow whishlist add without specifying variation
    add_filter( ‘tinvwl_allow_add_parent_variable_product’,‘
   __return_true’ );
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Update to version 2.0.1 broke styles](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/#post-13813063)
 * [@asploro](https://wordpress.org/support/users/asploro/) – Version 2.0.0 fixes
   link underline problem.
    Just refresh your style.css / clear your browser cache
   and it should be ok.
 * Other items problems (as I listed above) remain though.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Update to version 2.0.1 broke styles](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/#post-13807757)
 * I had to make all the changes put below so style could go back to what it was
   before update to 2.0.1 / 2.0.2
 * Very annoying and worrisome to learn that an update to a stable theme could break
   your site style details in so many ways.
 * /**** OceanWP update 2.0.2 ****/
    .wcmenucart-details { margin-left: 2px !important;}.
   wcmenucart-details.count { color: #c4a5e2; padding-left: 1px; font-size: 15px}.
   wcmenucart-details.count:hover { color: #f4a85d; } #copyright.clr, #menu-item-
   417, #menu-item-418, #menu-item-2714, #menu-item-2785 { color: #929292; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Update to version 2.0.1 broke styles](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/#post-13807303)
 * [@abhikr781](https://wordpress.org/support/users/abhikr781/)
    No, the issue has
   NOT been fixed yet. The link underline and visited white button problems have
   been solved, but other style broken items remain.
 * Updated Dev env to version 2.0.2 and problem remains in some items:
    – cart count
   in white, not respecting text color as before – cart count distance from cart
   icon got wider (almost as a different menu item) – footer menu text color got
   darker
 * See image in link below:
    [https://i.postimg.cc/nhNcSPZN/Ocean-WP-update-broken-items.jpg](https://i.postimg.cc/nhNcSPZN/Ocean-WP-update-broken-items.jpg)
 * NO style changes were made on my end, just the update got style items broken.
 * Do you guys have a version 2.0.3 planned?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Update to version 2.0.1 broke styles](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/#post-13807121)
 * Several style items remain DIFFERENT than they were before:
    – color of cart 
   count in menu – color of text in footer menu
 * It’s really annoying breaking style on an update.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Remove hyperlink underlines added in the recent OceanWP theme update](https://wordpress.org/support/topic/remove-hyperlink-underlines-added-in-the-recent-oceanwp-theme-update/)
 *  [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/remove-hyperlink-underlines-added-in-the-recent-oceanwp-theme-update/#post-13800812)
 * You can try to use the ‘important’ directive to force your settings to be applied
   last in the style chain:
 * a {
    border: none!important; text-decoration: none!important; } a:focus { border:
   none!important; text-decoration: none!important; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Update to version 2.0.1 broke styles](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/#post-13800773)
 * One can also download previous version (2.0.0) from:
    [https://themes.svn.wordpress.org/oceanwp/2.0.0/](https://themes.svn.wordpress.org/oceanwp/2.0.0/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Update to version 2.0.1 broke styles](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-to-version-2-0-1-broke-styles/#post-13800748)
 * I have back up of all WordPress directory branch in zip files, so I basically
   extracted back just the files under:
    /wp/wp-content/themes/oceanwp /wp/wp-content/
   plugins/ocean-extra
 * in order to get previous theme and plugin version.
 * Regarding the underline, as a temporary fix, you can put in your styles.css
 * /**** OceanWP update ****/
    body a { text-decoration:none!important; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] update changed layout certain items](https://wordpress.org/support/topic/update-changed-layout-certain-items/)
 *  [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/update-changed-layout-certain-items/#post-13799491)
 * /**** OceanWP update ****/
    body a { text-decoration:none!important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TI WooCommerce Wishlist] Add to Wishlist disregarding variation in Product page](https://wordpress.org/support/topic/add-to-wishlist-disregarding-variation-in-product-page/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/add-to-wishlist-disregarding-variation-in-product-page/#post-13768998)
 * Found class ‘disabled-add-wishlist’ in public.js
    Verified it added teh disabled
   class when item instance not ‘allow_parent_variable’
 * Looked after allow_parent_variable in tinvwl.class.php
    found filter ‘tinvwl_allow_add_parent_variable_product’
 * It worked this way:
    // To allow whishlist add without specifying variation add_filter(‘
   tinvwl_allow_add_parent_variable_product’, ‘__return_true’ );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Correios for WooCommerce] Diferentes “Classes de entrega” no mesmo pedido gera erro](https://wordpress.org/support/topic/diferentes-classes-de-entrega-no-mesmo-pedido-gera-erro/)
 *  Thread Starter [maxrbr](https://wordpress.org/support/users/maxrbr/)
 * (@maxrbr)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/diferentes-classes-de-entrega-no-mesmo-pedido-gera-erro/#post-13709923)
 * Criei um 3º método de envio mapeado para ‘Any Shipping Class’

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