chilisky
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Classic editor for theme?I’ve decided to go with another theme
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Submenu questionsHello Kathryn
*Thank you! I got it fixed now when I knew what to look for ??Thank you for replying. I have trying to fix this for 2 days and I have never been able to get the submenu box for colors up. I have tried to move the navigation block from the header to the page and these are all I see:
https://graphiclabs.dk/pub/menu2.png
https://graphiclabs.dk/pub/menu1.pngSorry couldn’t get the image to show up inside the post
Forum: Plugins
In reply to: [WooCommerce] Hide link or change pageI found out I already got plugin who can do this. Profile Press
Forum: Plugins
In reply to: [WooCommerce] Variable digital/virtual product?Hello
Yes they are tagged both as virtual and downloadable. I will look into the link and yes, I do not edit the source files. Thank you
Forum: Plugins
In reply to: [WooCommerce] Variable digital/virtual product?I think I didn’t explain it very well. I know how to make variable for digital but when I use that function, the address field show up for the customers at check out and I don’t want that. I was hoping I was missing something and could archive it without a plugin.
Thank youForum: Plugins
In reply to: [WooCommerce] More option for product linkYes it is the link’s I reefer to, but I can’t see the answer to my question in the link you provided, maybe I don’t understand it well enough or maybe I didn’t explain well enough what I am looking for.
What I got is:
https://graphiclabs.dk/produkt/spf/
What I would like is, for examples,:
https://graphiclabs.dk/books/XXXX
https://graphiclabs.dk/papers/XXXX
https://graphiclabs.dk/paintings/XXXX
and so on.Forum: Plugins
In reply to: [WooCommerce] “WooCommerce database update done” will not go awayThat did it! Thank you.
Forum: Plugins
In reply to: [Digital Goods for WooCommerce Checkout] Site crashI rolled back woocommerce, and that fixed it.
Then I change my multisite to a single site and I could update everything with no issues.Forum: Themes and Templates
In reply to: [Shop Isle] Ramove Add to cart and read moreYes I did, sort off. I replaced the add to chart with read more (what I really wanted to do). Sorry for not putting the status as resolved. I will add the code
In Theme function.php add
add_filter( ‘woocommerce_loop_add_to_cart_link’, ‘replacing_add_to_cart_button’, 10, 2 );
function replacing_add_to_cart_button( $button, $product ) {
$button_text = __(“View product”, “woocommerce”);
$button = ‘get_permalink() . ‘”>’ . $button_text . ‘‘;return $button;
}- This reply was modified 5 years, 10 months ago by chilisky.
Forum: Plugins
In reply to: [WooCommerce] Product stay in old categoryThank you. It was the Sold category that was child to All. I had forgotten.
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from item pageThank you! works perfect!
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from item pageYes I found a code that will remove the text:
add_filter( 'woocommerce_get_breadcrumb', '__return_false' );
but I would really like to remove the, now, empty box or eg. write the title of the item in it, or move the item info box up.Forum: Plugins
In reply to: [WooCommerce] Remove shop category “All”?There were some kind of default that would show all of the products, but after an update, it was empty. Though it is so long ago now that the bug have been fixed ??
Can anyone help?
Forum: Plugins
In reply to: [WooCommerce] Europe flat rate?Hello
Yes, I am selling both digital and physical products.
Thank you. I hope Europe will be an option in future versions of Woocommerce.