Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #558551

    Hi, I’ve installed enfold with your shop demo theme… I want to remove the little badge “Sale” that overlap product title..
    Alternatively it’s possible to move this over the image in the up left corner?

    #558572

    Hi kyagi!
    You can add the following to your functions.php file

    remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );
    

    let us know if it works as you need it to

    Cheers!
    Basilis

    #559430

    Thank you Basilis, this works only in product detail page, not in main page shop where the product are in grid view..
    Also I’ve a problem with list/grid toggle plugin (it’s a free plugin from woothemes) and works in all woocommerce theme.. but in yours the layout are brokern..
    In abundance theme the solution was this :
    ul.products.list li.product .thumbnail_container {
    width: 200px;
    float: left;
    }
    ul.products.list li.product img {
    width: 200px !important;
    margin-right:0 !important;
    }

    But in Enfold theme doesn’t works.. after the css mod the layout is:
    enfold list broken layout
    I think is a simple css modification.. can you help me? I don’t find any solution in the forum for enfold..

    Thank you,
    Giuseppe

    #559473

    Hey!

    can I please have a link of the page using it, so I can work out on it?

    Cheers!
    Basilis

    #559526

    My site is is in local testing machine for now.. not published on the web..
    Maybe you can try installing the plugin https://www.woothemes.com/products/grid-list-toggle/ and view the problem..
    I think that if you find the solution to the issue the sales of Enfold will increase substantially.

    thank you ..

    P.S. tell me also how to solve the sale badge position on main shop page..

    #560599

    Hey!

    this plugin is not developed by WooThemes, so we can’t do much about it and you need to contact plugin’s author about this issue. If he can’t help you, then you would need to hire a freelance developer for the job to make it compatible.

    Regards,
    Andy

    #560899

    Hey! Andy.. in other of your theme like abundance you have find a solution for this problem..
    Enfold is a great theme but i don’t know why lack in ecommerce section basic function.. possibility to view product in list it’s mandatory..
    Are two years that I’m waiting fot this.. no problem.. with regret but I’ll change the theme with another…

    Regards,
    Giuseppe

    #561593

    Hi!

    sorry to hear that. Let us know in a new ticket if you have some more questions about the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Sale Badge’ is closed to new replies.