Quantcast
Channel: Support Forum - User Favorites: superfoods
Viewing all articles
Browse latest Browse all 49

superfoods on "sale flash pro"

$
0
0

Hi,

The Sale Flash Pro extension is not working. I asked WooCommerce, but this is the answer they gave me:

The cause for this is probably that your theme does not support the theme flash. The Sale Flash Pro extension uses the 'woocommerce_sale_flash' hook to output the actual flash. When that hook is not called, the extension is not able to show the sale flash and will therefore look as if it is not working.
Please contact your theme author in order to fix this. We hear good feedback of people working with Kriesi themes and WooCommerce, so they should be able to resolve this issue for you.

Regarding to a former topic, I putted the next code in my custom.css. Unfortunately is this not working.

------------------------------------------------

#top.archive .onsale {
display: block
}
@media only screen and (max-width: 767px) {
#top.archive .onsale {
top: 7px;
left: 329px;
display: block;
width: 20%;}
}

#top.single-product .onsale {
top: 0px;
left: -108px;
display: block;
}
@media only screen and (max-width: 767px) {
#top.single-product .onsale {
top: -743px;
left: 328px;
width: 20%;}
}

#top.single-product .related.products .onsale {
top: 7px;
left: 33px;
width: 70%;
}
@media only screen and (max-width: 767px) { #top.single-product .related.products .onsale {
top: 7px;
left: 94px;
width: 50%;}

}
#top .onsale {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
}

-----------------------------------------------------------------------------------

Can you help me? Thanks a lot!

http://www.superfoodkitchen.nl/sale-2/

Best regards, Anita


Viewing all articles
Browse latest Browse all 49

Trending Articles