Teacher Kid Canada
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Removing fields from checkout pageThat plugin costs US$50.
I cannot justify purchasing it just to get that one task done.
However, in the near future, I need to pay a freelancer to change some of the English within my WooCommerce pages, while also adding in simplified Chinese characters. Will this paid plugin allow me to do that on my own without outside help from a freelancer who is good with that type of thing?
Forum: Plugins
In reply to: [WooCommerce] Should I delete shopping cart pages?Still waiting for a reply.
Thanks…
Forum: Plugins
In reply to: [WooCommerce] Should I delete shopping cart pages?To confirm…
I have removed this:
.single-services #crumbs li:nth-child(5),#crumbs li:nth-child(6) {
display: none;
}Then, I added this…
.woocommerce-breadcrumb a:nth-child(2){
display:none;
}Now you can go back to https://kidcantalk.com/order and you will see that “Service – 服务” has been removed from the top left of page, yet it’s still on the bottom.
Also, is there anyway that I can get rid of the extra / and push the “O” in Order closer to Home / ?
Forum: Plugins
In reply to: [WooCommerce] Should I delete shopping cart pages?Thanks for your help.
Once again, here is the current CSS code:
.single-services #crumbs li:nth-child(5),#crumbs li:nth-child(6) {
display: none;
}Next…
You can see what I believe the breadcrumb that you talk about (Service – 服务) on the top left of this page: https://kidcantalk.com/service/order.
Let me know if I can be of any more help…
Forum: Plugins
In reply to: [WooCommerce] Should I delete shopping cart pages?I understand and yes, I want to remove the breadcrumb from the cart. Here is the CSS that I applied on my site:
.single-services #crumbs li:nth-child(5),#crumbs li:nth-child(6) {
display: none;
}I’m really not sure how I should modify the code above so it will get the job done on my site by removing this breadcrumb from the cart.
Please advise…
Forum: Plugins
In reply to: [WooCommerce] Should I delete shopping cart pages?Thanks for your reply. I went to the page you suggested and implemented the code, yet the kidcantalk(dot)com/product-category/service page is still active and both links to the page that I pointed out in my last message which are on kidcantalk(dot)com/order are still there.
Please have a look at the service page within my WordPress account (kidcantalk(dot)com/1.png and kidcantalk(dot)com/2.png) then tell me where I went wrong in terms of the CSS code.
Also, you can see the existing CSS code within this screenshot kidcantalk(dot)com/3.png
I look forward to hearing back from you…
Forum: Plugins
In reply to: [WooCommerce] Should I delete shopping cart pages?Thanks for your reply. I was able to delete the /shop and /my-account pages and I trust that after doing so, my shopping cart/payment gateway widget won’t experience any problems and I will continue to be able to update my WooCommerce and Paymentwall For WooCommerce plugins.
However, I can’t seem to delete the /product-category/service page.
1) Have a look at the screenshot here kidcantalk(dot)com/Service.png and as you will see, I cannot delete the page the usual way.
How can I go about deleting this page?
And if I’m able to, then how can I also get rid of the links to that page that are within a few pages of the shopping cart? See the screenshot which shows a few of those links here kidcantalk(dot)com/Links.png?
I look forward to hearing back from you again,
Rich.
Forum: Plugins
In reply to: [WooCommerce] Quantity BoxThanks so much! That worked ??