@arminunruh here it is
https://haunted-dancehall.com/
Thanks ;)
SonicMishima
Posts
-
Add to Basket Button -
Add to Basket ButtonThanks, but when I do that, it makes the button larger, actually too large so it overlaps on the next button
-
Add to Basket ButtonHello,
I've modified the add to basket button on products page, by adding that to the css:
.woocommerce a.button.add_to_cart_button{
padding-left: 100%;
padding-right: 100%;
background-color:white;
color:black;
border: 1px solid black !important;
}And the text has now two lines
Any idea to get everything in one line?
Thx!!
-
Category pages are emptyI actually managed to create an archive by creating a taxonomy-artist.php (for example) where I copy/paste the code of taxonomy-product-cat.php, and replace this line
'category' => array
by this
'artist' => array
But instead of displaying all products with the same taxonomy's term, there are all the products
-
Nice MP3 player working with LAY themeHello guys,
Do you know a MP3 player that is working well with this theme? I'm currently using the default Wordpress player but I guess I could find a better one
Thanks :)
-
Category pages are emptyI sent an email to this address, I hope it won't fall in your spam with all the links it had...
Thanks for your help ;)
-
Category pages are emptySo I managed to display the meta by removing this function in woocommerce_integration/woocommerce.php:
remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40);I can now click on any taxonomies's terms, but I have a blank page then
-
Category pages are emptyWell I actually have these taxonomy (that are not basic categories but custom taxonomies)
And I'd like to display them on the single product page like:
Artist(s): Jonny Rock
Label: Dispute Records
Style(s): House Leftfield RockI actually managed to dot it with WP basic theme, but not with Lay's one. It looks like Lay's template does'nt display porduct's meta.
And then the idea is a click on one of these terms (ex Jonny Rock) open a new page with all products having Jonny Rck as artist.
I'm sorry if I'm not clear enough
-
Search bar for ProductHello,
I love how the search option looks, but somehow it can't find the products, only the project I guess.
Any idea to fix that?
Thanks
-
Category pages are emptyHello,
Sorry for the late reply.
These taxonomies are actually related to woocommere's products, so there's no gridder for product.
-
Category pages are emptyHey
I have the same issue, category's page is empty. And I add some taxonomy with CPT UI. Any idea how I could display all products with the same category/taxonomy on a their category/taxonomy page?
Thx