Title: Article basket hover issue
Last modified: August 22, 2016

---

# Article basket hover issue

 *  Resolved [sexyboysclub](https://wordpress.org/support/users/sexyboysclub/)
 * (@sexyboysclub)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/)
 * Hi,
 * I was wondering if it is possible to make the basket not disappear upon hovering
   the basket image shown in the article.
 * I was wondering how I can center the 3 articles, instead of having them aligned
   to the left.
 * Also when I rebuild cache should the customers still be able to see the products
   while rebuilding the cache? The last few times I checked when rebuilding the 
   cache, it shows “No articles in Shop. Please rebuild cache.”
 * [http://8memes.com/](http://8memes.com/)
 * Thanks!
 * [https://wordpress.org/plugins/wp-spreadplugin/](https://wordpress.org/plugins/wp-spreadplugin/)

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

 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/#post-5934061)
 * Hi,
 * in your tc_common.min.css is a style which is overwriting the spreadplugin css.
 *     ```
       input[type="submit"]:hover {
           background-color: #222;
           background-position: 0 -15px;
           color: #fff;
           text-decoration: none;
           transition: background-position 0.1s linear 0s;
       }
       ```
   
 * you may change or overwrite the spreadplugin code using Custom CSS in Spreadplugin
   Options or remove that line in the stylesheet 🙂
 * Best
    Thimo
 *  Thread Starter [sexyboysclub](https://wordpress.org/support/users/sexyboysclub/)
 * (@sexyboysclub)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/#post-5934098)
 * Hi Thimo,
 * I pasted the code into the custom css spreadplugin and I still have the same 
   issue.
 * Thanks!
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/#post-5934100)
 * Right, because it’s not the solution, just a hint to solve it 🙂
    I can’t respond
   to each templates style needs… 🙂
 * Anyway use:
 *     ```
       .spreadplugin-items input[type="submit]:hover {
       background-position: -350px -185px !important;
       }
       ```
   
 *  Thread Starter [sexyboysclub](https://wordpress.org/support/users/sexyboysclub/)
 * (@sexyboysclub)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/#post-5934117)
 * Ah ok. Thanks this time I tried looking for the css again and I was able to find
   the code that corresponds with the problem. Now it is fixed with the following
   code:
 *     ```
       .spreadplugin-article input[type=submit], .spreadplugin-article-detail input[type=submit] {
         width: auto;
       background-position: -350px -185px !important;
       }
       ```
   
 * I was wondering is there a way to decrease the time it takes for the counter 
   in the basket to increase after adding items in the basket?
 * Thanks!
 *  Plugin Author [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * (@pr3ss-play)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/#post-5934131)
 * Right 🙂
 * Because I am working with the api directly, it’s the response time of the api.
   Currently there is no time for me to rebuild the code and so work indirectly 
   with the api. Thus the image cache is not used, too.

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

The topic ‘Article basket hover issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-spreadplugin_349cc7.svg)
 * [WP-Spreadplugin](https://wordpress.org/plugins/wp-spreadplugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-spreadplugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-spreadplugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-spreadplugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-spreadplugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-spreadplugin/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Thimo Grauerholz](https://wordpress.org/support/users/pr3ss-play/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/article-basket-hover-issue/#post-5934131)
 * Status: resolved