-
AuthorPosts
-
December 30, 2015 at 8:35 pm #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?December 30, 2015 at 9:56 pm #558572Hi kyagi!
You can add the following to your functions.php fileremove_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!
BasilisJanuary 4, 2016 at 7:44 pm #559430Thank 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:
I think is a simple css modification.. can you help me? I don’t find any solution in the forum for enfold..Thank you,
GiuseppeJanuary 4, 2016 at 9:10 pm #559473Hey!
can I please have a link of the page using it, so I can work out on it?
Cheers!
BasilisJanuary 4, 2016 at 10:10 pm #559526My 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..
January 6, 2016 at 4:30 pm #560599Hey!
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,
AndyJanuary 7, 2016 at 2:27 am #560899Hey! 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,
GiuseppeJanuary 7, 2016 at 11:19 pm #561593Hi!
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 -
AuthorPosts
- The topic ‘Sale Badge’ is closed to new replies.