nootkan
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Error after updateOkay thanks for the clarification and I’ll wait until the new update comes out.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Error after updateNo the clean install didn’t work for me so I rolled back to my backup and it is all good now. Must something wrong with the update?
Forum: Fixing WordPress
In reply to: Clarification On Auto Updates for WPThank you threadi, I had already read that but obviously too lazy to read to the end. Serves me right I guess. In any case its all good now much appreciated.
I am seeing the same warning. It seems your plugin isn’t up to date with the current changes in WP 6.8.1 Please advise.
- This reply was modified 1 year ago by nootkan.
Forum: Fixing WordPress
In reply to: Core WP File WarningsThought I’d update this post and say that I got it resolved. It turned out to be a custom function in my child theme’s functions.php. The issue was in my force_shipping_recalc() function, which was hooked to woocommerce_before_calculate_totals with a priority of 99. This function was being called before the cart item’s line_total values are calculated. The fix was to change the timing of when the force_shipping_recalc() function ran. Also added a check to make sure cart items have line_total values before trying to calculate shipping. The PHP Warning: Undefined array key “line_total” has disappeared.
Forum: Fixing WordPress
In reply to: Core WP File WarningsOkay thanks guys. Appreciate the feedback. I’ll keep troubleshooting and see if I can find it somehow. If someone else reads this and had the same or similar issue I’d appreciate some direction thanks.
Thanks for your reply, but because my logs were filling up with 10’s of thousands of deprecation warnings a day I decided to fix them myself with the help of AI.
Reversing back to php 8.0 wasn’t an option for me.
I await the next update to see what else is fixed or added. Thanks for the great plugin.
- This reply was modified 1 year, 5 months ago by nootkan.
Forum: Fixing WordPress
In reply to: Uncaught Error: Class “WP_Customize_Section” not foundOkay finally figured this out. It was a script I had developed to block bots and hackers without having to add another plugin. The script was very aggressive and had to be modified to let wordpress do its thing. Sorry to have wasted your time but thanks for the replies it was much appreciated. Live and learn I guess.
Forum: Fixing WordPress
In reply to: Uncaught Error: Class “WP_Customize_Section” not foundThanks for the feedback but I had already tried that. When I manually look through the core folders/files I don’t see that file anywhere in the zipped up version of 6.7.1. Would it be a remnant of a previous version maybe?
Sorry guys, been so busy I didn’t have a chance to try your suggestion until now. I didn’t notice a difference in my page speed but did notice that my transparent header feature disappeared in mobile view when doing it your way. I put it back to the background image as I wanted the logo and header to be overlayed on image in desktop and mobile view. I will keep researching to see if I can have the best of both worlds when using the transparent header without a background but just an image in the container. If not, I guess I’ll have to figure out how everyone else is doing it as I see some hero images working just the way I would like them to on other websites and getting high page scores.
Appreciate the support and hard work you guys put into your products.
The only way I could get this work was to use a css class inside the advanced option of the image block and add the css inside the appearance>>customize>>additional css box.
Not perfect as you have to move the mouse up or down and not left or right to go back to original size. Image also has to be centered or image jumps to the left or right when zoomed.
.className{transition: transform .2s;margin: 0 auto;}
.className:hover{-ms-transform: scale(1.5); /* IE 9 / -webkit-transform: scale(1.5); / Safari 3-8 */transform: scale(1.5);}Well it seems that elementor does require logging on to the internet initially but seems to work offline after that. Some sort of registration process I assume?
- This reply was modified 2 years, 5 months ago by nootkan. Reason: type O
Turns out I just overlooked the slug change position. It is located under the “Summary” tab in the right menu as “url”. I changed it there and all is good. Thanks for the reply.
- This reply was modified 2 years, 12 months ago by nootkan.
Forum: Plugins
In reply to: [WooCommerce] How to style the svg remove icon for the shopping cart widgetSorry got focused on something else and couldn’t get away until now. Thanks for the solution. It works for everything except the cart dropdown in the nav menu but I can live with that. Much appreciated.
Okay went to Chrome and it is working there so must be a Microsoft thing.