jtomcik
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Last Page / Item in boldNevermind, after playing with the CSS code for a little bit, this seems to be working:
span:last-child span{ font-weight: bold; }For anyone that might have use for it, or if you have a better solution, let me know, this seems to be working pretty well for now.
J.Forum: Fixing WordPress
In reply to: Problem with categories for XML feedSolved.
Forum: Plugins
In reply to: [WooCommerce] Problem with categories for XML feedNevermind, I solved it by just checking the very last category that the product is in. I very naively thought WC wouldn’t show products in a category if it wasn’t checked on the product page, but now I heard it can. Didn’t want to go this way because it would take a lot of time, but it solves the issue alright.
Forum: Fixing WordPress
In reply to: Problem with categories for XML feedNevermind, I solved it by just checking the very last category that the product is in. I very naively thought WC wouldn’t show products in a category if it wasn’t checked on the product page, but now I heard it can. Didn’t want to go this way because it would take a lot of time, but it solves the issue alright.
Forum: Fixing WordPress
In reply to: Problem with categories for XML feedOh, now I see it took me a while to write this, I got signed out automatically and posted this on the main WP Support page, not the WooCommerce Support, sorry for that.
Forum: Plugins
In reply to: [WooCommerce] Updating Product CategoriesNope, we have got our own custom app that communicates directly with the DB through ftp. Each time it also imports categories, so that they’re up-to-date, which I think is/was the problem.
Anyway I looked into the settings and found an option not to import categories – tried importing just products & their variations, and found out this way it’s not necessary to go presave the categories afterwards so that they would show up on the site.
Thanks for the help anyway, J.