• Resolved sexyboysclub

    (@sexyboysclub)


    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/

    Thanks!

    https://ww.wp.xz.cn/plugins/wp-spreadplugin/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    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

    (@sexyboysclub)

    Hi Thimo,

    I pasted the code into the custom css spreadplugin and I still have the same issue.

    Thanks!

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    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

    (@sexyboysclub)

    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

    (@pr3ss-play)

    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.