Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166625

    Hi,

    http://www.woothemes.com/products/sale-flash-pro/

    Is enfold compatible with this woocommerce extension?

    regards

    #166637

    Hello mariorho!

    Yes, I’m pretty sure it is. Maybe small css code changes are required but it should work just fine.

    Cheers!
    Peter

    #168775

    Hi,

    I have purchased sale flash pro plugin and install it.
    It works but not with its own style as it shows in this page : http://www.woothemes.com/products/sale-flash-pro/

    url : sexshop-rodos.gr

    #169194

    Hey!

    You can change the style of the sale tag using this on your custom.css or Quick CSS:

    #top .onsale {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    color: #FFF;
    background: #7E9A47;
    top: -220px;
    right: 0;
    left: auto;
    margin: 0;
    min-width: 40px;
    }
    
    span.onsale {
    min-height: 32px;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 0;
    -moz-border-radius: 20px;
    border-radius: 0;
    }

    Cheers!
    Ismael

    #169267

    Hi Ismael.

    I test the custom css code you provide. it displayed fine only on product page. (top right position)
    On category products page is displayed in the middle – right position on the products images.

    Ok this is controlled with : top: -220px;
    I tried with different values. like : top: -320px;
    I can get displayed on top with this trick but then i lose the badge on similar products images which are displayed on bottom of single product page.

    By the way why it doesnt displayed like this image : Sale Flash Woothemes

    #169780

    Hi!

    You can use the single-product class to change the top value for single product pages only. Use the code Ismael posted above and change the top value if necessary and then add following code to it:

    
    #top.single-product .onsale {
    top: -220px;
    }
    

    to use another top value for single pages.

    By the way why it doesnt displayed like this image :

    Because the plugin itself doesn’t contain any styling code but it will take care of the php/html code. It’s up to the theme author to style it. The screenshot/mockup just shows how WooThemes styled it with one of their themes but they’re also using different styles for different themes. There’s no standard whatsoever.

    Regards,
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sale Flash Pro – compatibility’ is closed to new replies.