Title: wpforce's Replies | WordPress.org

---

# wpforce

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] PHP fatal error on latest release (2.0.5)](https://wordpress.org/support/topic/php-fatal-error-on-latest-release-2-0-5/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/php-fatal-error-on-latest-release-2-0-5/#post-15858901)
 * It should not happen.
 * Try deactivating all your plugins except WooCommrece and Variation Swatches. 
   Then re-activating them in various combinations until you isolate which one(s)
   caused the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Disabled Attribute style not working](https://wordpress.org/support/topic/disabled-attribute-style-not-working/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/disabled-attribute-style-not-working/#post-15858885)
 * Can you use a tool like loom.com to record your issue?
 * It will help to understand your issue clearly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post section is messed-up](https://wordpress.org/support/topic/post-section-is-messed-up/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/post-section-is-messed-up/#post-15855229)
 * Please share some screenshots, it will help others to understand your issue clearly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Additional Variation Images Gallery for WooCommerce] Problem to Display images by selecting 1 variant](https://wordpress.org/support/topic/problem-to-display-images-by-selecting-1-variant/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/problem-to-display-images-by-selecting-1-variant/#post-15855213)
 * As far as I know, it is not a feature of the Additional Variation Images Gallery.
 * It is a feature of [Variation Swatches](https://wordpress.org/plugins/woo-variation-swatches/)
   but with the advanced version of Variation Swatches, you can achieve it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Wants to remove Tick mark from selected items](https://wordpress.org/support/topic/wants-to-remove-tick-mark-from-selected-items/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/wants-to-remove-tick-mark-from-selected-items/#post-15784568)
 * It should work. Try the below:
 *     ```
       .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before{
           background-image: none;
       }
       ```
   
 * Still not working? clear your cache like browser cache, caching plugin cache,
   and server-side cache.
 * If still not working try the below:
 *     ```
       .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before{
           background-image: none !important;
       }
       ```
   
 * Then clear your cache. If still no luck, it is difficult to answer without accessing
   your site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] 2.0.1 still wrongly hiding variants](https://wordpress.org/support/topic/2-0-1-still-wrongly-hiding-variants/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/2-0-1-still-wrongly-hiding-variants/#post-15783934)
 * Can you use a tool like- [https://loom.com](https://loom.com)
    and record your
   issue and post the record link here?
 * So that, everyone can understand your issue clearly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Wants to remove Tick mark from selected items](https://wordpress.org/support/topic/wants-to-remove-tick-mark-from-selected-items/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/wants-to-remove-tick-mark-from-selected-items/#post-15783678)
 * Hi,
 * Please try the below CSS
 *     ```
       .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
           background-image: none;
       }
       ```
   
 * Then let me know if it works or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Problems after update](https://wordpress.org/support/topic/problems-after-update-52/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/problems-after-update-52/#post-15780763)
 * Glad to know it helps.
 * We should inspire the plugin author by giving them some good words.
 * You can share [some good words here](https://wordpress.org/support/plugin/woo-variation-swatches/reviews/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Problems after update](https://wordpress.org/support/topic/problems-after-update-52/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/problems-after-update-52/#post-15780653)
 * [@cometto](https://wordpress.org/support/users/cometto/)
 * Replace the above CSS with the below CSS-
 *     ```
       .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
           margin: 4px 8px 4px 0;
       }
       ```
   
 * Then check if it works or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Problems after update](https://wordpress.org/support/topic/problems-after-update-52/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/problems-after-update-52/#post-15780557)
 * Hi [@cometto](https://wordpress.org/support/users/cometto/)
 * Please place the below css at **Appearance > Customize > Additional CSS**
 *     ```
       .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-child {
           margin-left: 4px;
       }
       .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
           margin-right: 4px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] issue with red cross color](https://wordpress.org/support/topic/issue-with-red-cross-color/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/issue-with-red-cross-color/#post-15780552)
 * Can you please share your product page link?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Stopped working](https://wordpress.org/support/topic/stopped-working-437/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/stopped-working-437/#post-15736059)
 * @ismartpink
 * > This plugin stopped working entirely after 2.0 update.
 * Can you please explain a bit more? What issues you are facing? A screenshot or
   a screen record will help to understand your issue.
 * [@visualdigitaluk](https://wordpress.org/support/users/visualdigitaluk/)
 * Do a plugin compatibility check by doing these steps to identify the error :
 * => Deactivate all of your additional plugins except WooCommerce and WooCommerce
   Variation Swatches Plugin.
 * => See if the problem persists. If the problem is resolved, you can understand
   which plugin might be the culprit of this error by activating your additional
   plugins one by one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Transparent Background](https://wordpress.org/support/topic/transparent-background-77/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/transparent-background-77/#post-15732053)
 * Place the below CSS at **Appearance > Customize > Additional CSS**
 *     ```
       table tbody tr:nth-child(2n) {
           background-color: transparent!important;
       }
   
       table tbody, table tfoot, table thead {
           background-color: transparent;
       }
       ```
   
 * I hope it will resolve your issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Transparent Background](https://wordpress.org/support/topic/transparent-background-77/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/transparent-background-77/#post-15731109)
 * As far as I know, Variation Swatches doesn’t apply any background color to the
   section you mentioned.
 * It would be great if you can live your site and give me a product link.
 * Then I can use **inspect tools** by visiting your product link.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Transparent Background](https://wordpress.org/support/topic/transparent-background-77/)
 *  [wpforce](https://wordpress.org/support/users/wpforce/)
 * (@wpforce)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/transparent-background-77/#post-15729650)
 * It is difficult to help without visiting your site or an exact product link.

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

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