bigdaddyswag
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display Affirm plugin “as low as” text in custom blockThanks. I have put some code in place but was trying to include that affirm file so I’d have access to the render_affirm_monthly_payment_messaging function. When I include the file, I get class redeclare errors as what I’m doing loads multiple products. But if I change it to include_once, it doesn’t seem to grab the file at all.
Thanks for the reply!
Forum: Plugins
In reply to: [Discounts Manager for Products] prevent spliting fixed discount couponsNo, the question was regarding the default handling of fixed cart discounts. When multiple items are in the cart, a fixed discount is split over each item. I don’t want that. I want the item prices to remain and the discount to simply be calculated separately at the end.
Forum: Plugins
In reply to: [WOOF by Category] PHP warning with Woof Category 2.2I know it didn’t affect functionality, but having thousands of entries in the error logs is not helpful. Thanks for quickly addressing it!
Forum: Plugins
In reply to: [WooCommerce] After updating, category pages show no resultsNevermind… this turned out to be a conflict with a reviews plugin, where the live site had a slightly older version than our staging site did. Sigh… anyway, crisis averted. ??
Forum: Fixing WordPress
In reply to: How to get CSS changes applied to Sage themeThanks @bcworkz! After wasting a bunch of my time and my host’s time (Kinsta), I finally went your suggested route and just used the customizer. There are some issues at play apparently preventing the SCSS re-compiling. I’ll side table that and just address it later if I absolutely have to. ??
Forum: Fixing WordPress
In reply to: How to get CSS changes applied to Sage themeAdditional details…
From my understanding, I need to SSH to the theme directory and run “yarn build” to re-compile the SCSS files. It runs, but my site doesn’t pull the updates. I also ran “yarn run lint:styles” which pointed out a few issues in the files. I corrected those and now that is fine. I still haven’t gotten further than that.
I’m running all of this from /wp-content/themes/my-theme-name
Forum: Fixing WordPress
In reply to: How to get CSS changes applied to Sage themeYes, of course. I’ve already went through many pages of Sage documentation and various other Google results. Like I said, I’ve tried everything that I’ve found as the possible answer to what I need, but am not getting the needed results. I figured someone else has been in this spot and could possibly help.